serpro69/claude-toolbox

Minimal by design, explicitly multi-lang, production-ready and battle-tested collection of configs and plugins for your Claude Code agentic development workflows: mcp, configs, skills, agents and more.

148Stars on the repository
35Mods indexed here, across every type
2d agoLast push, which is what freshness is scored on
noneNo LICENSE: all rights reserved, so bodies are not copied

alpha

02

serpro69/claude-toolbox

Skill Claude CodeCodex

Alpha links a shared instruction directly, delegates to a peer skill, and spawns a review agent. Together these exercise the markdown-link, symlink (via the sibling shared-common-helper.md), skill-invocation, and agent-delegation edges.

148 2d ago A 0 tokens

beta

03

serpro69/claude-toolbox

Skill Claude CodeCodex

Beta reaches shared resources through the plugin-root variable, which exercises the template-ref (concrete suffix) and parameterized-nav ( expansion) edges. Its dangling link is the fixture's intentional broken edge.

148 2d ago A 0 tokens

serpro69/claude-toolbox

Skill Claude CodeCodex

Apply Chain-of-Verification (CoVe) prompting to improve response accuracy through self-verification. Use when complex questions require fact-checking, technical accuracy, or multi-step reasoning.

148 2d ago A 41 tokens

dependency-handling

07

serpro69/claude-toolbox

Skill Claude CodeCodex

TRIGGER when: adding or upgrading any dependency — library, SDK, framework, API, IaC API version (K8s/Terraform/Helm), CRD, or container image. Use BEFORE writing the call. Forces context7/capy lookup instead of guessing.

148 2d ago A 60 tokens

design

08

serpro69/claude-toolbox

Skill Claude CodeCodex

Use in pre-implementation (idea-to-design) stages to understand spec/requirements and create a correct implementation plan before writing actual code. Turns ideas into a fully-formed PRD/design/specification and implementation-plan. Creates design docs and task lists in docs/wip/.

148 2d ago A 56 tokens

diff-skill

09

serpro69/claude-toolbox

Skill Claude CodeCodex

Compare two versions of a skill's instructions to detect degradations and complexity increases. TRIGGER when: user asks to diff, compare, or review changes to a skill's markdown instructions. Asymmetric check — only regressions count. Additions, clarifications, and strengthenings are not degradations. Compares HEAD →…

148 2d ago A 106 tokens

document

12

serpro69/claude-toolbox

Skill Claude CodeCodex

After implementing a new feature or fixing a bug, make sure to document the changes. Use when writing documentation, after finishing the implementation phase for a feature or a bug-fix.

148 2d ago A 38 tokens

implement

13

serpro69/claude-toolbox

Skill Claude CodeCodex

TRIGGER when: user asks to implement, fix, build, or work on something — whether from a docs/wip plan OR a standalone task (bug fix, GitHub issue, one-off change). Examples: "work on task 1", "fix this bug", "implement feature X from the issue". Provides structured execution with profile detection, dependency…

148 2d ago A 79 tokens

merge-docs

14

serpro69/claude-toolbox

Skill Claude CodeCodex

Compare and merge two design docs for the same feature into a single source of truth. Use when you have competing or complementary design/implementation docs (e.g. from separate design runs) that need reconciling into one unified document.

148 2d ago A 51 tokens

review-code

15

serpro69/claude-toolbox

Skill Claude CodeCodex

Code review of current git changes with an expert senior-engineer lens. Detects SOLID violations, security risks, and proposes actionable improvements. Use when performing code reviews.

148 2d ago A 37 tokens

review-design

16

serpro69/claude-toolbox

Skill Claude CodeCodex

Review design, implementation, and task documents produced by design. Evaluates document quality, internal consistency, and technical soundness. Use after design completes and before starting implement.

148 2d ago A 37 tokens

review-spec

17

serpro69/claude-toolbox

Skill Claude CodeCodex

Use after implementing tasks or mid-feature to verify code matches design docs and ensure they are in sync. Detects spec deviations, missing implementations, doc inconsistencies, and outdated docs in design and implementation documentation.

148 2d ago A 44 tokens

test

18

serpro69/claude-toolbox

Skill Claude CodeCodex

Guidelines describing how to test the code. Use whenever writing new or updating existing code, for example after implementing a new feature or fixing a bug.

148 2d ago A 32 tokens