corrected slash commands to skills and not commands/
This commit is contained in:
parent
42c5595e6a
commit
11720a4b57
14
commands.md
14
commands.md
@ -1,14 +0,0 @@
|
|||||||
## /analyze
|
|
||||||
@import ./skills/analyze.md
|
|
||||||
|
|
||||||
## /implement
|
|
||||||
@import ./skills/implement.md
|
|
||||||
|
|
||||||
## /refactor
|
|
||||||
@import ./skills/refactor.md
|
|
||||||
|
|
||||||
## /debug
|
|
||||||
@import ./skills/debug.md
|
|
||||||
|
|
||||||
## /review
|
|
||||||
@import ./skills/review.md
|
|
||||||
17
skills/ship-feature/SKILL.md
Normal file
17
skills/ship-feature/SKILL.md
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
---
|
||||||
|
name: ship-feature
|
||||||
|
description: Ship a feature end-to-end via multi-agent orchestrator
|
||||||
|
argument-hint: <description de la feature à implémenter>
|
||||||
|
---
|
||||||
|
|
||||||
|
Load and follow strictly these agent files:
|
||||||
|
- .claude/agents/ship-feature.md
|
||||||
|
- .claude/agents/analyzer.md
|
||||||
|
- .claude/agents/designer.md
|
||||||
|
- .claude/agents/implementer.md
|
||||||
|
- .claude/agents/reviewer.md
|
||||||
|
- .claude/agents/tester.md
|
||||||
|
|
||||||
|
Execute the orchestrator defined in .claude/agents/ship-feature.md with the following request:
|
||||||
|
|
||||||
|
$ARGUMENTS
|
||||||
Loading…
Reference in New Issue
Block a user