Makes your AI agent think like the laziest senior dev in the room. The best code is the code you never wrote.
Claude Code and Codex plugin bundle for workflows
This repository packages a minimal Claude Code and Codex setup with skills, agents, hooks, MCP servers, and synced configuration. It is meant to give you a repeatable workflow system for taking an idea through design, implementation, review, testing, and docs.
Builders who use Claude Code or Codex and want a shared workflow setup across projects.
You can run a consistent agent workflow without rebuilding prompts, permissions, and review steps in each repo.
What it does
Workflow skills
Includes 13 `/kk:<skill-name>` skills that move from design to implementation, review, testing, and documentation.
Multi-agent review
Uses sub-agents and external models for independent code review paths, including an isolated review mode.
Persistent project memory
Stores findings, decisions, and conventions with Capy so later sessions can reuse them.
Claude Code and Codex config
Ships permission baselines, statusline themes, MCP wiring, hooks, and sync infrastructure for both providers.
Multi-language instructions
Provides separate guidance for go, java, js/ts, kotlin, kubernetes, and python.
Plugin and template paths
Supports starting from a template, adopting into an existing repo, or installing the skills as a plugin only.
How to get it
- 1A structured development pipeline — 13 workflow skills with explicit multi-language…
/kk:design → /kk:review-design → /kk:implement → /kk:review-code → /kk:test → /kk:document
README
claude-toolbox
claude-toolbox is a collection of "tools" for all your agentic workflows — pre-configured MCP servers, skills, sub-agents, commands, hooks, statuslines with themes, and more - everything you need for AI-powered development workflows, used and battle-tested daily on many of my own projects.
Supported providers: Claude Code · Codex
[!IMPORTANT] This project was created with the help of Claude-Code. Is it, however, always reviewed, tested, and reworked with a human-in-the-loop.
No AI slop here. Purely AI-made skills are hot garbage, and that's putting it mildly.
That said, if you have any problems with code that is written by AI - you've been warned. But, then again, why would you be interested in AI-related configs and skills in the first place...
¯\_(ツ)_/¯
Why claude-toolbox?
Tools like Claude Code and Codex are powerful on their own, but LLMs don't know your development workflow. This project started as a way for me to streamline claude configurations across all my projects without needing to copy-paste things. With time, patterns and re-curring prompts evolved into skills and agents. Currently, claude-toolbox gives you two things:
A minimal, opinionated Claude Code and Codex configuration — sensible permission baselines, a rich statusline, MCP server wiring, and sync infrastructure to keep it all up to date across your projects. Think of it as a dotfiles repo for Claude Code and Codex.
A structured development pipeline — 13 workflow skills with explicit multi-language support that take you from idea through design, implementation, code review, testing, to documentation, with persistent knowledge that carries across sessions.
/kk:design → /kk:review-design → /kk:implement → /kk:review-code → /kk:test → /kk:document
Out of the box you get:
- 13 workflow skills — a complete development pipeline invoked as
/kk:<skill-name>, with many skills integrated with each other. - Multi-language support — precise and distinct instructions from design, to implementation, to testing, to review for: go, java, js/ts, kotlin, kubernetes, and python
- Multi-model code review — independent reviewers using sub-agents and external models (Gemini, etc.)
- Persistent knowledge base — findings, decisions, and conventions that survive across sessions via Capy
- Up-to-date library docs — always-current documentation lookup via Context7
- Battle-tested configuration — permissions, statusline themes, hooks, sensible defaults
Choose Your Path
Starting a new project? Use the template — you get the full configuration and plugin pre-wired, plus sync infrastructure to pull future updates. → Template Setup
Existing project, want the full setup? Adopt the configuration, plugin, and sync infrastructure without creating from the template. → Adopting into Existing Repositories
Just want the skills? Install the kk plugin — no template needed. → Plugin-Only Setup
Try It
After setup, try the core workflow:
-
Start with an idea. Type
/kk:designand describe a feature you want to build. Claude will ask you refinement questions one at a time, then produce design docs and a task list indocs/wip/. -
Review the design. Run
/kk:review-design your-featureto catch gaps before writing code. -
Build it. Type
/kk:implement— Claude executes the task list with code review checkpoints between batches. -
Review the code.
/kk:review-codechecks for SOLID violations, security risks, and quality issues. Use/kk:review-code:isolatedfor independent sub-agent reviewers with zero authorship bias.
This is the core loop. See the Skills documentation for all available skills and the full workflow pipeline.
Examples
Examples of actual Claude Code workflows executed using this template's configs, skills, and tools: examples/
Contributing
Contributions are welcome! See the Contributing guide for guidelines, Architecture for how components fit together, and Testing for test conventions.
License
Copyright © 2025 - present, serpro69
Distributed under the ELv2 License.
See LICENSE.md file for more information.
Files in the repo
- .agents
- .capy
- .claude
- .claude-plugin
- .codex
- .github
- cmd
- docs
- examples
- klaude-plugin
- kodex-plugin
- scripts
- test
- .arc.yml
- .capy.toml
- .gitignore
- .mcp.json
- .yamlfmt.yaml
- .yamllint.yml
- AGENTS.md
- CLAUDE.md
- go.mod
- go.sum
- LICENSE.md
- Makefile
- mkdocs.yml
- README.md
- requirements.txt
Discussion (0)
Ask about usage, or say what you built with itSign in to join the discussion.
No comments yet. Be the first to say what this is good for.
More plugins

Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more.
OmO: Just type "mass ulw" keyword with your prompt. Now you are the master of graph engineering.
Persistent Context Across Sessions for Every Agent – Captures everything your agent does during sessions, compresses it with AI, and injects relevant context back into future sessions. Works with Claude Code, OpenClaw, Codex, Gemini, Hermes, Copilot, OpenCode + More
Opinionated Oxlint rules for rejecting low-evidence TypeScript and JavaScript patterns
Teams-first Multi-agent orchestration for Claude Code