claude-guide
v1.16.6
Published
A comprehensive boilerplate template for building professional software projects with CLI Coding Agents (Claude Code and Open Code).
Downloads
204
Maintainers
Readme
ClaudeGuide CLI (cg)
CLI for the ClaudeGuide — a boilerplate for building projects with Claude Code and Open Code AI agents.
Install
npm install -g claude-guide@latestRequires Node.js 18+.
Quick Start
Go to your project directory:
cd /path/to/your-projectInitialize with the ClaudeGuide:
cg initYou’ll be prompted for a GitHub Personal Access Token (PAT) if not set. The token is saved for next time.
Start Claude Code:
claude
Use slash commands such as /cg:plan, /cg:cook, /cg:fix inside Claude Code.
Commands
| Command | Description |
| ----------------------- | ------------------------------------------------- |
| cg init | Initialize current directory with the ClaudeGuide |
| cg update | Re-pull kit files (same as init) |
| cg uninstall | Remove only kit-added files (keeps .mcp.json) |
| cg doctor | Check environment (Node, Git, token, project) |
| cg info | Show project kit metadata |
| cg token [set\|clear] | Show, set, or clear saved GitHub token |
| cg list | List available slash commands |
| cg upgrade | Check for a newer CLI version on npm |
Documentation
- CLI Reference — Options and examples for all commands
- Deployment Guide — Publishing and maintenance
License
MIT
