{"id":49647800,"url":"https://github.com/buildproven/claude-kit","last_synced_at":"2026-05-13T02:14:00.804Z","repository":{"id":347181032,"uuid":"1175614110","full_name":"buildproven/claude-kit","owner":"buildproven","description":"Free, open-source Claude Code toolkit. Core commands, quality gates, skills, and hooks.","archived":false,"fork":false,"pushed_at":"2026-05-11T22:52:19.000Z","size":836,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-12T00:11:19.503Z","etag":null,"topics":["ai-tools","anthropic","claude","claude-code","developer-tools"],"latest_commit_sha":null,"homepage":"https://github.com/buildproven/claude-kit","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/buildproven.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-03-08T00:00:59.000Z","updated_at":"2026-05-11T22:51:41.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/buildproven/claude-kit","commit_stats":null,"previous_names":["buildproven/claude-power-kit","buildproven/claude-kit"],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/buildproven/claude-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildproven%2Fclaude-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildproven%2Fclaude-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildproven%2Fclaude-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildproven%2Fclaude-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/buildproven","download_url":"https://codeload.github.com/buildproven/claude-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/buildproven%2Fclaude-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32964497,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"online","status_checked_at":"2026-05-13T02:00:07.132Z","response_time":115,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ai-tools","anthropic","claude","claude-code","developer-tools"],"created_at":"2026-05-06T02:05:28.736Z","updated_at":"2026-05-13T02:14:00.799Z","avatar_url":"https://github.com/buildproven.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# claude-kit\n\nFree, open-source Claude Code toolkit. The baseline layer for planning, implementation, quality, debugging, and repo hygiene.\n\nThis repo is the public core. It is designed to be extended, not forked.\n\n## Tiers\n\n|                        | claude-kit (this repo) | [claude-kit-pro](https://github.com/buildproven/claude-kit-pro) |\n| ---------------------- | ---------------------- | --------------------------------------------------------------- |\n| **Price**              | Free                   | Paid                                                            |\n| **Core commands**      | ✅                     | ✅ (superset)                                                   |\n| **Autonomous agents**  | —                      | ✅ `/bs:ralph`, `/bs:strategy`                                  |\n| **Session management** | —                      | ✅ `/bs:session`, `/bs:resume`                                  |\n| **Backlog + planning** | —                      | ✅ `/bs:backlog`, `/bs:sota`, `/bs:sentry`                      |\n| **Premium skills**     | —                      | ✅ frontend-design, seo, pdf, docx, xlsx, and more              |\n| **All agents**         | 2                      | 15                                                              |\n\n## What's inside\n\n| Dir         | Contents                                          |\n| ----------- | ------------------------------------------------- |\n| `commands/` | `/bs:*`, `/gh:*`, `/cc:*` core commands           |\n| `skills/`   | Quality, testing, error-handling, API conventions |\n| `agents/`   | code-reviewer, security-auditor                   |\n| `scripts/`  | Hooks, lint, branch-protection, setup automation  |\n| `config/`   | Generic `CLAUDE.md` and `settings.json` templates |\n\n## Quick start\n\n```bash\ngit clone https://github.com/buildproven/claude-kit.git ~/Projects/claude-kit\ncd ~/Projects/claude-kit\n./install.sh\n```\n\nThen restart Claude Code.\n\n## Core commands\n\n```text\n/bs:dev       Start a feature with complexity-appropriate planning\n/bs:quality   Autonomous quality loop (tests, security, review)\n/bs:test      Run tests with auto-detected framework\n/bs:hotfix    Emergency production fix workflow\n/bs:plan      Structured spec before complex work\n/bs:new       Bootstrap a new project\n/bs:help      Full command reference\n/bs:workflow  Daily workflow guide\n/bs:sync      Verify and repair config symlinks\n/bs:read      Extract insights from any article or doc\n/bs:status    Branch and recent commit summary\n/bs:cleanup   Clean AI CLI caches and temp files\n```\n\n## Skills (7 included)\n\nAsk Claude naturally — `\"Run the quality skill\"`, `\"Use error-handling skill\"`\n\n- `quality` — autonomous quality loop\n- `test-strategy` — test coverage planning\n- `error-handling` — consistent error patterns\n- `api-conventions` — API design standards\n- `recover` — crash and state recovery\n- `cleanup` — cache and temp file cleanup\n- `healthcheck` — MCP and session health\n\n## Extend\n\nSee [EXTENSION-ARCHITECTURE.md](EXTENSION-ARCHITECTURE.md) for how to layer private commands and preferences on top without forking.\n\nclaude-kit-pro submodules this repo — upgrading is a one-line submodule swap, no manual copying.\n\n## Customize\n\n1. Copy `config/CLAUDE.md` and tune it to your workflow.\n2. Edit `config/settings.json` for permissions, hooks, and model routing.\n3. Add your own commands, skills, or agents in a private overlay repo.\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildproven%2Fclaude-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuildproven%2Fclaude-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuildproven%2Fclaude-kit/lists"}