You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -302,7 +302,7 @@ Run `specify integration list` to see all available integrations in your install
302
302
303
303
## Available Slash Commands
304
304
305
-
After running `specify init`, your AI coding agent will have access to these slash commands for structured development. If you pass `--ai <agent> --ai-skills`, Spec Kit installs agent skills instead of slash-command prompt files; `--ai-skills` requires `--ai`.
305
+
After running `specify init`, your AI coding agent will have access to these slash commands for structured development. If you pass `--integration <agent> --integration-options="--skills"`, Spec Kit installs agent skills instead of slash-command prompt files.
306
306
307
307
#### Core Commands
308
308
@@ -478,29 +478,29 @@ specify init --here --force
478
478
You will be prompted to select the AI agent you are using. You can also proactively specify it directly in the terminal:
The CLI will check if you have Claude Code, Gemini CLI, Cursor CLI, Qwen CLI, opencode, Codex CLI, Qoder CLI, Tabnine CLI, Kiro CLI, Pi, Forge, Goose, or Mistral Vibe installed. If you do not, or you prefer to get the templates without checking for the right tools, use `--ignore-agent-tools` with your command:
Copy file name to clipboardExpand all lines: docs/upgrade.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
|----------------|---------|-------------|
11
11
|**CLI Tool Only**|`uv tool install specify-cli --force --from git+https://github.com/github/spec-kit.git@vX.Y.Z`| Get latest CLI features without touching project files |
12
12
|**CLI Tool Only (pipx)**|`pipx install --force git+https://github.com/github/spec-kit.git@vX.Y.Z`| Reinstall/upgrade a pipx-installed CLI to a specific release |
13
-
|**Project Files**|`specify init --here --force --ai <your-agent>`| Update slash commands, templates, and scripts in your project |
13
+
|**Project Files**|`specify init --here --force --integration <your-agent>`| Update slash commands, templates, and scripts in your project |
14
14
|**Both**| Run CLI upgrade, then project update | Recommended for major version updates |
Copy file name to clipboardExpand all lines: extensions/EXTENSION-USER-GUIDE.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ Provided commands:
189
189
190
190
### Automatic Agent Skill Registration
191
191
192
-
If your project was initialized with `--ai-skills`, extension commands are **automatically registered as agent skills** during installation. This ensures that extensions are discoverable by agents that use the [agentskills.io](https://agentskills.io) skill specification.
192
+
If your project was initialized with `--integration-options="--skills"`, extension commands are **automatically registered as agent skills** during installation. This ensures that extensions are discoverable by agents that use the [agentskills.io](https://agentskills.io) skill specification.
0 commit comments