Get Agentic Creator OS running in 10 minutes. Clone, install, configure, and run your first workflow. The fastest path from zero to AI-powered productivity.

Install ACOS and run your first automated workflow in under 10 minutes.
From clone to creating in one coffee break.
git clone https://github.com/frankxai/agentic-creator-os.git
cd agentic-creator-os
./install.sh
claude
/acos
That's it. You now have 25 commands, 80+ skills, and 40+ agents. This guide walks through each step with explanations.
Before starting, you need:
| Requirement | How to Check | Install Link |
|---|---|---|
| Node.js 18+ | node --version | nodejs.org |
| Claude Code CLI | claude --version | claude.ai/claude-code |
| Git | git --version | git-scm.com |
Quick Check:
node --version # Should show v18.x or higher
claude --version # Should show claude-code version
git --version # Should show git version
All good? Let's go.
# Clone ACOS
git clone https://github.com/frankxai/agentic-creator-os.git
# Enter the directory
cd agentic-creator-os
# Verify you're in the right place
ls
You should see:
README.md
CLAUDE.md
install.sh
.claude/
skills/
templates/
workflows/
departments/
mcp-servers/
# Make installer executable
chmod +x install.sh
# Run it
./install.sh
What the installer does:
~/.claude/commands/~/.claude/skills/You'll see output like:
[ACOS] Installing Agentic Creator OS v6.0...
[ACOS] Copying 25 commands...
[ACOS] Copying 80+ skills...
[ACOS] Setting up skill-rules.json...
[ACOS] Installation complete!
[ACOS] Run 'claude' then '/acos' to start.
# Start Claude Code
claude
You're now in the Claude Code CLI. The ACOS context is automatically loaded because you're in the agentic-creator-os directory.
/acos
You'll see the ACOS system status:
Available command examples:
/article-creator write a blog post/create-music produce a track/spec build a feature/infogenius generate images/starlight-architect design AI systemsLet's write a blog post to test the system:
/article-creator
ACOS will ask:
Example Session:
You: /article-creator
ACOS: What topic would you like to write about?
You: How to use AI for personal productivity
ACOS: [Loads content-strategy skill automatically]
[Creates outline]
[Drafts article with SEO optimization]
[Offers to generate hero image]
# 5 minutes later: Complete, publish-ready article
| Category | Commands |
|---|---|
| Creation | /article-creator, /create-music, /infogenius, /factory |
| Strategy | /starlight-architect, /council, /research, /plan-week |
| Development | /spec, /nextjs-deploy, /ux-design, /automation-dev |
| System | /acos, /inventory-status, /mcp-status, /publish |
| Quality | /review-content, /classify-content, /polish-content |
Skills load automatically based on context:
content-strategy loadsimplementation-planning loadssuno-ai-mastery loadsSpecialized AI personas for different domains:
/article-creator # Write a blog post
/create-music # Produce a Suno track
/infogenius # Generate research-grounded images
/factory # Full pipeline: research → publish
/starlight-architect # Design AI systems
/council # Multi-agent strategic council
/research # Intelligence gathering
/plan-week # Weekly content planning
/spec # Spec-driven feature development
/nextjs-deploy # Deploy to Vercel
/automation-dev # Build MCP servers
/acos # Smart router (start here)
/inventory-status # Content dashboard
/mcp-status # Check MCP servers
Edit instances/frankx/config.json or create your own:
{
"brand": {
"name": "Your Brand",
"voice": "professional, friendly, direct",
"bannedPhrases": ["synergy", "leverage", "circle back"],
"preferredPhrases": ["build", "create", "ship"]
}
}
Create a skill file in ~/.claude/skills/:
---
name: my-custom-skill
triggers:
- keyword1
- keyword2
---
# My Custom Skill
## When to Use
[Describe when this skill should activate]
## Patterns
[Your domain knowledge here]
Check which MCP servers are available:
/mcp-status
Configure in Claude Code settings for:
# Reinstall commands
cp agentic-creator-os/.claude/commands/*.md ~/.claude/commands/
# Check skill-rules.json exists
cat ~/.claude/skill-rules.json
# If missing, copy from repo
cp agentic-creator-os/.claude/skill-rules.json ~/.claude/
Make sure you're in a directory with a CLAUDE.md file, or the agentic-creator-os directory itself.
You're set up. Here's where to go next:
| Goal | Resource |
|---|---|
| Understand the architecture | Complete Guide to ACOS v6 |
| Learn orchestration patterns | Swarm Intelligence |
| Find your workflow | Use Cases by Creator Type |
| Connect external tools | MCP Server Integration |
| Build custom skills | Building Custom Skills |
Under 2 minutes for the clone and install. Another minute to verify everything works.
Not for basic ACOS functionality. Some MCP servers (like image generation) may require API keys configured in your environment.
Yes. ACOS commands and skills are additive. They won't interfere with your existing setup.
Completely free and open source. No subscriptions, no paywalls, no limits.
GitHub Issues: github.com/frankxai/agentic-creator-os/issues
| Step | Time | Action |
|---|---|---|
| 1 | 30s | git clone the repo |
| 2 | 1m | Run ./install.sh |
| 3 | 30s | Launch claude |
| 4 | 1m | Run /acos |
| 5 | 5m | Create your first content |
Total: ~8 minutes to first output.
Welcome to Agentic Creator OS.
Start creating. The system handles the rest.
GitHub | Full Documentation | FrankX
Read on FrankX.AI — AI Architecture, Music & Creator Intelligence
Join 1,000+ creators and architects receiving weekly field notes on AI systems, production patterns, and builder strategy.
No spam. Unsubscribe anytime.