Background
The toolkit currently ships only as a Claude Code plugin. Many community devs use Cursor, GitHub Copilot, OpenAI Codex CLI, and other AI assistants.
Goal
Expand distribution so the same curated rules / lookup recipes / concepts are accessible regardless of tool.
Options to evaluate
- Cursor rules —
.cursorrules / .mdc files that mirror SKILL.md content. Per-file rule scoping similar to Claude Code activation triggers.
- VS Code extension — exposes the references as commands and hover docs.
- Plain markdown bundle — keep
skills/ directory shape; let any tool ingest the markdown directly.
- Codex CLI integration — investigate Codex's prompt/instruction format.
Acceptance
- Documented strategy in
docs/SPEC.md for multi-tool distribution.
- At least one non-Claude-Code path working end-to-end.
- README install instructions per tool.
Related
- v1 spec: `docs/SPEC.md` §3 (Out of scope: "Cursor / VS Code ports").
Background
The toolkit currently ships only as a Claude Code plugin. Many community devs use Cursor, GitHub Copilot, OpenAI Codex CLI, and other AI assistants.
Goal
Expand distribution so the same curated rules / lookup recipes / concepts are accessible regardless of tool.
Options to evaluate
.cursorrules/.mdcfiles that mirror SKILL.md content. Per-file rule scoping similar to Claude Code activation triggers.skills/directory shape; let any tool ingest the markdown directly.Acceptance
docs/SPEC.mdfor multi-tool distribution.Related