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.

🏯

Demo Video Coming Soon

Check our documentation to get started

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

  1. Invoke Command: Type /cook "add user authentication"
  2. Agent Activates: System spawns planner β†’ researcher β†’ developer β†’ tester
  3. Workflow Executes: Agents collaborate, write code, run tests, commit changes
  4. 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

  1. Understand Concepts - How agents, commands, and skills work
  2. Install AgencyOS - Set up the CLI
  3. 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