AlexisBalayre/claude-code-power-config

An opinionated, fully-worked Claude Code configuration: path-scoped rules, skills, subagents, deterministic hooks, and a worktree-first workflow. Demonstrated on a TypeScript monorepo; the framework adapts to any language or stack.

2Stars on the repository
49Mods indexed here, across every type
24d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

README

01

AlexisBalayre/claude-code-power-config

Agent Claude Code

Subagents run in their own context window and return only a summary, so deep analysis never bloats the main conversation.

not rated 2 24d ago A 0 tokens original MIT

AlexisBalayre/claude-code-power-config

Agent Claude Code

Use PROACTIVELY when the user asks why or how about the system architecture — service boundaries, data flow, session lifecycle, provider strategy, scaling, schema decisions, auth model, or cross-service interactions. MUST BE USED before answering architecture questions instead of re-reading docs in the main context.…

not rated 2 24d ago A 88 tokens original MIT

comment-pruner

03

AlexisBalayre/claude-code-power-config

Agent Claude Code

Autonomously prune bad comments from code added in the current session. Dispatched by the comment-pruner Stop hook when net-new comments are detected; also usable manually for a repo-wide sweep. Deletes or rewrites violations directly in the working tree under a delete-when-uncertain policy bounded by a hard carve-out…

not rated 2 24d ago A 70 tokens original MIT

convention-checker

04

AlexisBalayre/claude-code-power-config

Agent Claude Code

Use PROACTIVELY to verify files follow area-specific coding standards before committing. MUST BE USED after editing three or more files under apps/, services/, or packages/, or when preparing a commit. Cross-references docs/conventions/.md for domain rules.

not rated 2 24d ago A 56 tokens original MIT

migration-reviewer

05

AlexisBalayre/claude-code-power-config

Agent Claude Code

Use PROACTIVELY after any change to packages/acme-db/src/schema/ or newly generated migrations in packages/acme-db/src/migrations/. MUST BE USED before committing schema or migration changes. Reviews for safety, backwards compatibility, and convention compliance against docs/conventions/backend.md.

not rated 2 24d ago A 65 tokens original MIT

review-context

06

AlexisBalayre/claude-code-power-config

Agent Claude Code

Reviews changed code for spec contradictions, protocol violations, and infrastructure anti-patterns. Spawned by the pr-ci-review skill.

not rated 2 24d ago A 28 tokens original MIT

review-correctness

08

AlexisBalayre/claude-code-power-config

Agent Claude Code

Reviews changed code for logic and behavior defects that deterministic tooling cannot catch, including behavioral regressions on the surface tests do not cover. Spawned by the pr-ci-review skill.

not rated 2 24d ago A 40 tokens original MIT

review-docs

09

AlexisBalayre/claude-code-power-config

Agent Claude Code

Reviews the quality, accuracy, and usefulness of prose a change introduces. Strict on low-value comments and docstrings. Spawned by the pr-ci-review skill.

not rated 2 24d ago A 36 tokens original MIT

review-validator

12

AlexisBalayre/claude-code-power-config

Agent Claude Code

Adversarially verifies review findings against the actual code, refuting the ones that do not hold. Spawned by the pr-ci-review skill before any finding is auto-acted or posted.

not rated 2 24d ago A 42 tokens original MIT

security-reviewer

13

AlexisBalayre/claude-code-power-config

Agent Claude Code

Use PROACTIVELY after editing auth middleware, new API routes, WebSocket handlers, user-facing forms, secret handling, or anything touching external input validation. MUST BE USED before committing changes in sensitive areas. Reviews for injection vulnerabilities, auth/authz flaws, secrets exposure, and OWASP Top 10…

not rated 2 24d ago A 75 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: