mirror of
https://github.com/azaion/gps-denied-onboard.git
synced 2026-04-22 22:56:36 +00:00
6ff14a1a7d
- Vendor local .claude/ command skills (autopilot, plan, implement, etc.) - Add CLAUDE.md pointing slash commands to .claude/commands/*/SKILL.md - Untrack docs-Lokal/ and ignore .planning/ for local-only planning docs - Include next_steps.md pulled from upstream Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1.2 KiB
1.2 KiB
Project Skills
Skill Resolution
When the user invokes a slash command /skill-name, resolve it using the following priority:
- Nested format:
.claude/commands/skill-name/SKILL.md - Flat format:
.claude/commands/skill-name.md
Read the resolved file and execute its workflow exactly as written.
Available Skills
| Command | Path |
|---|---|
/autopilot |
.claude/commands/autopilot/SKILL.md |
/research |
.claude/commands/research/SKILL.md |
/plan |
.claude/commands/plan/SKILL.md |
/decompose |
.claude/commands/decompose/SKILL.md |
/implement |
.claude/commands/implement/SKILL.md |
/deploy |
.claude/commands/deploy/SKILL.md |
/document |
.claude/commands/document/SKILL.md |
/code-review |
.claude/commands/code-review/SKILL.md |
/refactor |
.claude/commands/refactor/SKILL.md |
/security |
.claude/commands/security/SKILL.md |
/problem |
.claude/commands/problem/SKILL.md |
/new-task |
.claude/commands/new-task/SKILL.md |
/test-spec |
.claude/commands/test-spec/SKILL.md |
/test-run |
.claude/commands/test-run/SKILL.md |
/retrospective |
.claude/commands/retrospective/SKILL.md |
/ui-design |
.claude/commands/ui-design/SKILL.md |