# 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.

- Skill: `blackplume233/skill-creator` (Agent Skill, multi-file: 4 files)
- Install (CLI): `npx skillmds@latest add blackplume233/skill-creator`
- Raw SKILL.md: https://api.skillmd.com/api/skills/blackplume233/skill-creator/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- License: MIT
- Author: blackplume233 (https://skillmd.com/u/blackplume233)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/blackplume233/skill-creator

---


# 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`

