con un clic
project
Project management commands (init, skill-up, diagram)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Project management commands (init, skill-up, diagram)
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
Feature implementation workflow. Use when developer wants to implement a feature or fix - creates branch, plans, implements, and validates.
Git commands for branching, committing, merging, rebasing, and squashing. Use when developer needs to create branches, commit changes, merge or rebase branches, or squash commits.
GitHub commands (issues, PRs, ship). Use when developer needs to create issues, create/update PRs, address review comments, or ship experimental changes.
Autonomous test writing agent. Use when developer wants tests written for changed files. Analyzes git diff, identifies components needing tests, writes unit tests following project conventions with Vitest.
DeepSource commands (review issues). Use when developer needs to review and fix static analysis issues.
Generate assets from source files (icons, etc.)
| name | project |
| description | Project management commands (init, skill-up, diagram) |
| user-invocable | true |
| argument-hint | <init|skill-up|diagram> |
Manage the project setup and instructions.
| Argument | Required | Description |
|---|---|---|
<init|skill-up|diagram> | Yes | init — set up project from scratch; skill-up — suggest instruction improvements; diagram — generate architecture diagram |
/project init # Set up the project from scratch
/project skill-up # Suggest improvements to instructions and rules
/project diagram # Generate Mermaid architecture diagram
Read the command-specific instruction file and follow it exactly:
.claude/skills/project/init.md and follow all steps.claude/skills/project/skill-up.md and follow all steps.claude/skills/project/diagram.md and follow all stepsIf no command is provided, list the available commands and ask the user which one to run.