Skill detail
cacos
Supports content creation at scale through a broader creator operating system.
Inspect before use
Automated review checks relevance, not safety or endorsement. Read the source instructions before using this skill.
SKILL.md
The saved excerpt is a snapshot from review. The external source remains the complete and most current version.
--- name: cacos description: Claude Agentic Creator OS — a native Claude Code implementation of the creator operating system. Use when setting up, extending, or operating ACOS-style skills, agents, and commands directly inside Claude Code. version: 1.0.0 category: projects aliases: [cacos, claude-agentic-creator-os] --- # CACOS - Claude Agentic Creator OS ## Purpose Activate the full Claude Code native Agentic Creator OS for sophisticated multi-agent creative workflows. ## When to Use - Complex creative projects requiring multiple specialized agents - Book writing, website development, content creation at scale - When you need coordinated agent execution with consistent brand voice - Multi-step workflows with handoffs between specialists ## Core System ``` ┌─────────────────────────────────────────────────────────────┐ │ CACOS │ │ Claude Code Native Agentic Creator OS │ ├─────────────────────────────────────────────────────────────┤ │ │ │ AGENTS (via Task tool): │ │ • Code Architect - System design and implementation │ │ • Sonic Engineer - Music production with Suno │ │ • Creation Engine - Content & product development │ │ • Visionary - Strategic planning and foresight │ │ │ │ SKILLS (via /skill): │ │ • 52 skills across 6 categories │ │ • Soulbook (25), Technical (10), Creative (7) │ │ • Personal (4), Business (2), Projects (3) │ │ │ │ MAGIC WORDS: │ │ • ultrawork/ulw - Fire ALL agents in parallel │ │ • ultracode/ulc - Coding agents in parallel │ │ │ └─────────────────────────────────────────────────────────────┘ ``` ## Activation ### Full System ``` "Activate CACOS for [task]" ``` ### Specific Agent ``` "Activate Code Architect for [task]" "Engage Sonic Engineer for [session]" "Engage Creation Engine for [content]" "Consult Visionary for [guidance]" ``` ### Parallel Execution ``` ultrawork # or ulw - All agents fire ultracode # or ulc - Coding specialists fire ``` ## Brand Voice (FrankX Instance) ### Voice Attributes - **Cinematic**: Paint vivid pictures with words - **Intimate**: Speak directly to the individual creator - **Studio-Rooted**: Ground concepts in creative practice - **Technically Warm**: Explain complex ideas without coldness ### Words to Use Create, craft, build, compose, architect, orchestrate Flow, rhythm, resonance, frequency, vibe Transform, empower, amplify, elevate Session, ritual, practice, journey ### Words to Avoid Disrupt, revolutionary, game-changing (startup speak) Synergy, leverage, utilize (corporate jargon) Cheap, easy, simple (undermines craft) ## Multi-Agent Protocol ### Handoff Template ```markdown ## Handoff: [Task Name] **From**: [Agent] **To**: [Agent] **Status**: [Ready/Needs Review/Blocked] ### What's Done - [Completed items] ### What's Needed - [Next steps] ### Files Changed - [List] ``` ### Priority Levels | Level | Description | |-------|-------------| | P0 | Production down - Immediate | | P1 | Major blocked - Same session | | P2 | Normal - Next session | | P3 | Nice to have - Backlog | ## Integration CACOS integrates with: - **Claude Code CLI** - Primary execution environment - **Agent SDK** - For building custom agents - **MCP Servers** - External tool integration - **.claude-skills/** - Skill library access ## Example Workflows ### Book Writing ``` 1. Visionary → Define concept and audience 2. Creation Engine → Draft chapters 3. Code Architect → Technical accuracy review 4. Sonic Engineer → Create companion music ``` #Read the full source on GitHub (opens external page)