From 6449b89f84cf6da40958c9560446a6afa75240bb Mon Sep 17 00:00:00 2001 From: jawwad-ali Date: Fri, 24 Jul 2026 13:46:09 +0500 Subject: [PATCH] docs(upgrade): Claude Code files live in .claude/skills, not .claude/commands MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The Claude Code integration installs skills into `.claude/skills` (see integrations/claude: `"dir": ".claude/skills"`), and the "what gets kept" list earlier in this same doc already says `.claude/skills/`. But three troubleshooting/reference spots still point users at `.claude/commands/`, which does not exist for a Claude Code install -- so the "verify files exist" checks list an empty/missing directory. Correct all three to `.claude/skills/`. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.8 (1M context) --- docs/upgrade.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/upgrade.md b/docs/upgrade.md index 708664d265..42d3ed2ca0 100644 --- a/docs/upgrade.md +++ b/docs/upgrade.md @@ -307,7 +307,7 @@ Alternatively, run the `/speckit.specify` command which creates `.specify/featur 2. **For CLI-based agents**, verify files exist: ```bash - ls -la .claude/commands/ # Claude Code + ls -la .claude/skills/ # Claude Code ls -la .gemini/commands/ # Gemini ls -la .cursor/skills/ # Cursor ls -la .pi/prompts/ # Pi Coding Agent @@ -356,7 +356,7 @@ This warning appears when you run `specify init --here` (or `specify init .`) in Only Spec Kit infrastructure files: -- Agent command files (`.claude/commands/`, `.github/prompts/`, etc.) +- Agent command/skill files (`.claude/skills/`, `.github/prompts/`, etc.) - Scripts in `.specify/scripts/` - Templates in `.specify/templates/` - Missing memory files such as `.specify/memory/constitution.md` may be created from templates; an existing constitution is preserved @@ -445,7 +445,7 @@ Once you've run `specify init`, the slash commands (like `/speckit.specify`, `/s ls -la .github/prompts/ # For Claude - ls -la .claude/commands/ + ls -la .claude/skills/ # For Pi ls -la .pi/prompts/