Introduction to AgencyOS
AgencyOS is an AI-powered operating system for solo agencies with specialized agents, slash commands, and reusable skills.
Video Walkthrough
New to AgencyOS? Watch our step-by-step walkthrough covering CLI installation, setup with mk commands, and building your first feature.
What is AgencyOS?
AgencyOS transforms a general AI assistant into a focused agency toolkit. Instead of writing prompts from scratch, you invoke battle-tested workflows optimized for speed and quality.
Core Components:
- Agents: Specialized AI assistants (planner, researcher, tester, debugger)
- Commands: Slash commands for common tasks (
/cook,/fix,/plan,/bootstrap) - Skills: Reusable knowledge modules (Next.js, Better Auth, Docker)
How It Works
- Invoke Command: Type
/cook "add user authentication" - Agent Activates: System spawns planner β researcher β developer β tester
- Workflow Executes: Agents collaborate, write code, run tests, commit changes
- You Review: Check output, provide feedback, iterate
Why Use AgencyOS?
- Speed: 10x faster than manual prompting
- Quality: Battle-tested workflows reduce bugs and rework
- Consistency: Same approach across team members
- Learning: See how experts structure engineering tasks
Quick Example
# Without AgencyOS
You: "I need to add authentication to my Next.js app"
Claude: "Sure! What auth library? What features?"
[20+ message back-and-forth]
# With AgencyOS
You: /cook "add authentication with Better Auth"
AgencyOS:
β Planner creates implementation plan
β Researcher analyzes codebase
β Developer writes code following best practices
β Tester runs tests and fixes issues
β Git commits changes
[Done in 1 command]
Next Steps
- Understand Concepts - How agents, commands, and skills work
- Install AgencyOS - Set up the CLI
- Quick Start - Build your first feature in 15 minutes
Want to Learn More?
- Why AgencyOS - Comparisons, ROI calculations, pricing
- Use Cases - Real-world workflows
- FAQ - Common questions answered