AlexisBalayre

49 mods across 1 repository, 2 stars between them.

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.

2 20d 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.…

2 20d 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…

2 20d 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.

2 20d 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.

2 20d 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.

2 20d 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.

2 20d 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.

2 20d 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.

2 20d 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…

2 20d ago A 75 tokens original MIT

Stop

14

AlexisBalayre/claude-code-power-config

Hook Claude Code

Runs when the agent finishes a response, executing quality-checks.sh, convention-spot-check.sh and comment-pruner.sh (3 commands). From AlexisBalayre/claude-code-power-config.

2 20d ago A tokens not measured copy · 39% MIT

PreToolUse

15

AlexisBalayre/claude-code-power-config

Hook Claude Code

Runs before the agent uses a tool for Bash, Edit, Write and Write tool calls, executing git-safety.sh, protect-generated.sh and validate-file-naming.sh (3 commands). From AlexisBalayre/claude-code-power-config.

2 20d ago A tokens not measured copy · 44% MIT

PreCompact

16

AlexisBalayre/claude-code-power-config

Hook Claude Code

Runs before the context is compacted, executing pre-compact-preserve.sh. From AlexisBalayre/claude-code-power-config.

2 20d ago A tokens not measured copy · 48% MIT

AlexisBalayre/claude-code-power-config

Skill Claude CodeCodex

Analyze, decide on, challenge, and implement a PR's open review comments end to end, with a human in the loop. Use when addressing PR review feedback, responding to reviewer comments, or when the user says "address review comments".

2 20d ago A 52 tokens original MIT

caveman

20

AlexisBalayre/claude-code-power-config

Skill Claude CodeCodex

Ultra-compressed communication mode. Cuts token usage 75% by dropping filler, articles, and pleasantries while keeping full technical accuracy. Use when user says "caveman mode", "talk like caveman", "use caveman", "less tokens", "be brief", or invokes /caveman.

2 20d ago A 68 tokens copy · 100% MIT

codebase-design

21

AlexisBalayre/claude-code-power-config

Skill Claude CodeCodex

Shared vocabulary for designing deep modules. Use when designing or improving a module's interface, deciding where a seam goes, making code more testable, or when another skill needs the deep-module vocabulary.

2 20d ago A 43 tokens copy · 89% MIT

diagnose

23

AlexisBalayre/claude-code-power-config

Skill Claude CodeCodex

Diagnosis loop for hard bugs and performance regressions. Use when the user says "diagnose"/"debug this", or reports something broken, throwing, failing, or slow.

2 20d ago A 38 tokens original MIT

domain-modeling

24

AlexisBalayre/claude-code-power-config

Skill Claude CodeCodex

Maintain this repo's documented language as design decisions land. Use when pinning down domain terminology, recording an architectural decision, or when another skill needs the docs kept current during a session.

2 20d ago A 41 tokens original MIT