feat(cursor-agent): migrate from .cursor/commands to .cursor/skills (#2156)

Use SkillsIntegration so workflows ship as speckit-*/SKILL.md. Update
init next-steps, extension hook invocation, docs, and tests.

Made-with: Cursor
This commit is contained in:
Gabriel Henrique
2026-04-10 11:35:19 -03:00
committed by GitHub
parent b6e19b49ec
commit 5732de60d0
5 changed files with 57 additions and 13 deletions

View File

@@ -292,7 +292,7 @@ This tells Spec Kit which feature directory to use when creating specs, plans, a
```bash
ls -la .claude/commands/ # Claude Code
ls -la .gemini/commands/ # Gemini
ls -la .cursor/commands/ # Cursor
ls -la .cursor/skills/ # Cursor
ls -la .pi/prompts/ # Pi Coding Agent
```