Skill Creator
Use this skill to maintain command and skill authoring in a single place.
Goal
Keep real command and skill content in .agents/, and make platform command files in .claude/, .cursor/, and .opencode/ thin references.
Source of Truth
- Skill content:
.agents/skills/<skill-name>/ - Command source docs:
.agents/skills/<skill-name>/commands/ - Platform wrappers:
- Claude Code:
.claude/commands/trellis/<name>.md - Cursor:
.cursor/commands/trellis-<name>.md - OpenCode:
.opencode/commands/trellis/<name>.md
- Claude Code:
Execution Docs
- Claude Code flow:
commands/claude.md - Cursor flow:
commands/cursor.md - OpenCode flow:
commands/opencode.md