claudesmith
v0.2.2
Published
Generate production-ready .claude folders from plain English. Agents, skills, orchestration — one command.
Maintainers
Readme
ClaudeSmith 🔨
Generate production-ready
.claudefolders from plain English. Agents, skills, orchestration — one command.
ClaudeSmith is a CLI that takes a plain-English description of what you want your AI system to do and generates a fully wired .claude folder with agents, skills, orchestration logic, templates, hooks, and a CLAUDE.md registry. Powered by Claude AI.
Installation
npm install -g claudesmithOr run from source:
cd claudesmith
npm install
npm run build
npm linkQuick Start
- Authenticate with your Anthropic API key:
claudesmith auth- Generate your agent system:
claudesmith forge "a PR review system with security, coverage, and summary agents"Or run interactively:
claudesmith forge- Use Claude Code to run your agents — they delegate based on the
descriptionfield in each agent.
Commands
| Command | Description |
|---------|-------------|
| claudesmith auth | Authenticate with Anthropic (API key) |
| claudesmith forge [description] | Generate complete .claude from description |
| claudesmith add <type> [desc] | Add agent, skill, command, or hook |
| claudesmith visualize | Show orchestration as terminal diagram |
| claudesmith doctor | Scan .claude for issues and suggest fixes |
| claudesmith template list | Browse built-in templates |
| claudesmith template use <name> | Install a template (e.g. pr-review-pipeline) |
Options
forge
-f, --from <file>— Read description from file-o, --output <path>— Target directory (default: ./.claude)--dry-run— Show what would be generated--model <model>— Claude model
add
-t, --to <agent>— Attach skill to this agent
Environment
ANTHROPIC_API_KEY— Overrides stored API key if set
License
MIT
