How this command is triggered — by the user, by Claude, or both
Slash command
/conscious-creator-os:createThe summary Claude sees in its command listing — used to decide when to auto-load this command
# /create Command Activate Conscious Creator OS operating mode. ## Usage ## Modes - `content` - Content creation (Creation Engine) - `music` - Music production (Frequency Alchemist) - `strategy` - Transformation planning (Soul Strategist) - `build` - Technical creation (Technical Translator) - `launch` - Product/course launch (Full Council) ## What It Does 1. Activates relevant agents 2. Loads appropriate skills 3. Sets up context management 4. Coordinates multi-agent workflow ## Example
Activate Conscious Creator OS operating mode.
/create [mode]
content - Content creation (Creation Engine)music - Music production (Frequency Alchemist)strategy - Transformation planning (Soul Strategist)build - Technical creation (Technical Translator)launch - Product/course launch (Full Council)/create content
# Activates Creation Engine agent
# Loads frankx-brand and frankx-content skills
# Ready for content production
npx claudepluginhub frankxai/arcanea-marketplace --plugin conscious-creator-os/workflowLaunches a user-defined mode skill workflow with optional context, supporting extension modes that inherit from base skills.
/createInteractively guides creation of a new Anthropic Agent Skill step-by-step, generating SKILL.md, YAML frontmatter, supporting files, saving to directory, and auto-validating.
/brainstormYou MUST use this before any creative work - creating features, building components, adding functionality, or modifying behavior. Explores requirements and design before implementation.
/create-skillGuides interactive creation of a new Claude Code skill via agent workflow, generating validated SKILL.md with requirements, specs, manifest, and analysis.
/brainstormExplores user workflows using role templates to design agent systems by invoking the rcc:brainstorming-workflows skill.
/create-pluginCreates a complete Claude Code plugin with agents, commands, skills, hooks, and comprehensive documentation from given requirements.