// GETTING_STARTED

Getting Started

Get SummonAI Kit CLI running in minutes.

//What is SummonAI Kit?

SummonAI Kit CLI analyzes your codebase and generates Claude Code skills - structured documentation that helps Claude understand your project.

Instead of re-explaining your tech stack every session, Claude starts with full context.

//What It Generates

code
.claude/
├── CLAUDE.md         # Project overview
├── skills/           # Tech-specific knowledge
│   ├── react.md
│   ├── nextjs.md
│   └── ...
└── agents/           # Specialized sub-agents
    ├── frontend-engineer.md
    └── ...

//Quick Start

0. Install Claude Code

First, install Claude Code:

code
curl -fsSL https://claude.ai/install.sh | bash
claude auth login

1. Install SummonAI Kit

code
curl -fsSL https://cli.summonaikit.com/install.sh | bash

2. Run

code
summonaikit

3. Choose Mode

  • Analyze Mode - Auto-detect your tech stack
  • Manual Mode - Create skills step-by-step

//Next Steps