https://github.com/buildproven/claude-kit
Free, open-source Claude Code toolkit. Core commands, quality gates, skills, and hooks.
https://github.com/buildproven/claude-kit
ai-tools anthropic claude claude-code developer-tools
Last synced: about 1 month ago
JSON representation
Free, open-source Claude Code toolkit. Core commands, quality gates, skills, and hooks.
- Host: GitHub
- URL: https://github.com/buildproven/claude-kit
- Owner: buildproven
- License: mit
- Created: 2026-03-08T00:00:59.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2026-05-11T22:52:19.000Z (about 1 month ago)
- Last Synced: 2026-05-12T00:11:19.503Z (about 1 month ago)
- Topics: ai-tools, anthropic, claude, claude-code, developer-tools
- Language: Shell
- Homepage: https://github.com/buildproven/claude-kit
- Size: 816 KB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Agents: AGENTS.md
Awesome Lists containing this project
README
# claude-kit
Free, open-source Claude Code toolkit. The baseline layer for planning, implementation, quality, debugging, and repo hygiene.
This repo is the public core. It is designed to be extended, not forked.
## Tiers
| | claude-kit (this repo) | [claude-kit-pro](https://github.com/buildproven/claude-kit-pro) |
| ---------------------- | ---------------------- | --------------------------------------------------------------- |
| **Price** | Free | Paid |
| **Core commands** | ✅ | ✅ (superset) |
| **Autonomous agents** | — | ✅ `/bs:ralph`, `/bs:strategy` |
| **Session management** | — | ✅ `/bs:session`, `/bs:resume` |
| **Backlog + planning** | — | ✅ `/bs:backlog`, `/bs:sota`, `/bs:sentry` |
| **Premium skills** | — | ✅ frontend-design, seo, pdf, docx, xlsx, and more |
| **All agents** | 2 | 15 |
## What's inside
| Dir | Contents |
| ----------- | ------------------------------------------------- |
| `commands/` | `/bs:*`, `/gh:*`, `/cc:*` core commands |
| `skills/` | Quality, testing, error-handling, API conventions |
| `agents/` | code-reviewer, security-auditor |
| `scripts/` | Hooks, lint, branch-protection, setup automation |
| `config/` | Generic `CLAUDE.md` and `settings.json` templates |
## Quick start
```bash
git clone https://github.com/buildproven/claude-kit.git ~/Projects/claude-kit
cd ~/Projects/claude-kit
./install.sh
```
Then restart Claude Code.
## Core commands
```text
/bs:dev Start a feature with complexity-appropriate planning
/bs:quality Autonomous quality loop (tests, security, review)
/bs:test Run tests with auto-detected framework
/bs:hotfix Emergency production fix workflow
/bs:plan Structured spec before complex work
/bs:new Bootstrap a new project
/bs:help Full command reference
/bs:workflow Daily workflow guide
/bs:sync Verify and repair config symlinks
/bs:read Extract insights from any article or doc
/bs:status Branch and recent commit summary
/bs:cleanup Clean AI CLI caches and temp files
```
## Skills (7 included)
Ask Claude naturally — `"Run the quality skill"`, `"Use error-handling skill"`
- `quality` — autonomous quality loop
- `test-strategy` — test coverage planning
- `error-handling` — consistent error patterns
- `api-conventions` — API design standards
- `recover` — crash and state recovery
- `cleanup` — cache and temp file cleanup
- `healthcheck` — MCP and session health
## Extend
See [EXTENSION-ARCHITECTURE.md](EXTENSION-ARCHITECTURE.md) for how to layer private commands and preferences on top without forking.
claude-kit-pro submodules this repo — upgrading is a one-line submodule swap, no manual copying.
## Customize
1. Copy `config/CLAUDE.md` and tune it to your workflow.
2. Edit `config/settings.json` for permissions, hooks, and model routing.
3. Add your own commands, skills, or agents in a private overlay repo.
## License
MIT