README
01AlexisBalayre/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.
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.
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.
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.…
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…
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.
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.
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.
AlexisBalayre/claude-code-power-config
Agent Claude Code
Audits changed files for compliance with the project's documented rules and accepted ADR decisions. Spawned by the pr-ci-review skill.
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.
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.
AlexisBalayre/claude-code-power-config
Agent Claude Code
Reviews changed code for structural regressions that make the codebase harder to maintain. Spawned by the pr-ci-review skill.
AlexisBalayre/claude-code-power-config
Agent Claude Code
Reviews changed code for real, reachable security issues at system boundaries. Spawned by the pr-ci-review skill.
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.
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…
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: