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 で全文を読む (外部ページ)
関連情報

関連する仕事