Skill Creator

Create and migrate Trellis command/skill assets using a centralized .agents source-of-truth, with compatible references for Claude Code, Cursor, and OpenCode command directories.

blackplume233 c736c57 4 files · 5.9 KB Updated

File contents

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

Execution Docs

  • Claude Code flow: commands/claude.md
  • Cursor flow: commands/cursor.md
  • OpenCode flow: commands/opencode.md

blackplume233/agentdispatch/tree/main/.agents/skills/skill-creator commit c736c57912

Frequently asked questions

npx skillmds@latest add blackplume233/skill-creator