Skill 详情

cacos

Supports content creation at scale through a broader creator operating system.

匹配类型可能匹配已针对 内容创作 审核
来源frankxai/claude-skills-library外部来源
报告安装量15仅表示受欢迎程度

使用前先检查

自动化审核只检查相关性,不代表安全审查或推荐。使用前请阅读来源中的说明。

已保存的来源预览

SKILL.md

这段内容是审核时保存的快照。外部来源才是完整且最新的版本。

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

#
在 GitHub 阅读完整来源 (打开外部页面)
相关上下文

相关工作