convert-cc-defs
Installation
SKILL.md
Convert CC Definitions
Import and convert agent, skill, and command definitions written in Claude Code (CC) format — primarily from the Compound Engineering Plugin (CEP) upstream — into Systematic's bundled assets. Applies mechanical conversion via the converter pipeline, then intelligent LLM-powered rewrites to ensure definitions work correctly in OpenCode.
This is NOT a copy-paste operation. Systematic is a cohesive OpenCode plugin, not a mirror. Every imported definition must be evaluated, adapted, and branded for the Systematic ecosystem.
When to Use
- Importing new definitions from CEP or Superpowers upstream repos
- Re-syncing existing bundled definitions after upstream changes
- Converting a one-off CC definition file for inclusion in Systematic
- Populating
sync-manifest.jsonentries for existing bundled content
When NOT to Use
- Writing new Systematic-native skills/agents/commands (use
create-agent-skillskill instead) - Editing existing bundled content that has no upstream source
- Converting definitions for a different project (use the CLI:
systematic convert)