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
feat(opencode): add --skills support to opencode integration
Adds opt-in `--skills` support to OpencodeIntegration, producing `speckit-<name>/SKILL.md` files under `.opencode/skills/` instead of flat `.md` files.
Opencode natively supports this format (https://opencode.ai/docs/skills/).
Activate via: `specify init --integration opencode --integration-options="--skills"`
Copy file name to clipboardExpand all lines: docs/reference/integrations.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ The Specify CLI supports a wide range of AI coding agents. When you run `specify
28
28
|[Kiro CLI](https://kiro.dev/docs/cli/)|`kiro-cli`| Kiro CLI does not substitute `$ARGUMENTS` in file-based prompts, so Spec Kit ships a prose fallback at render time (see [Manage prompts](https://kiro.dev/docs/cli/chat/manage-prompts/) and issue [#1926](https://github.com/github/spec-kit/issues/1926)). Alias: `--integration kiro`|
29
29
|[Lingma](https://lingma.aliyun.com/)|`lingma`| Skills-based integration; skills are installed automatically |
|[opencode](https://opencode.ai/)|`opencode`|Supports `--skills` for agent-skills scaffolding (`speckit-<name>/SKILL.md`)|
32
32
|[Pi Coding Agent](https://pi.dev)|`pi`| Pi doesn't have MCP support out of the box, so `taskstoissues` won't work as intended. MCP support can be added via [extensions](https://github.com/badlogic/pi-mono/tree/main/packages/coding-agent#extensions)|
0 commit comments