4riel

24 mods across 1 repository, 21 stars between them.

cc-bible

01

4riel/cc-bible

Plugin Claude Code

The 10 Commandments of Claude Code — turned into skills, agents, hooks, and commands. 10 experts, 231 tips (209 from the experts, 22 from the docs), distilled into one plugin.

21 1mo ago A tokens not measured

code-reviewer

02

4riel/cc-bible

Agent

Use this agent to review code for security, quality, and convention adherence. Dispatched by /review command. Confidence-based filtering, stack-agnostic.

21 1mo ago A 35 tokens

plan-reviewer

03

4riel/cc-bible

Agent

Use this agent to review implementation plans as a staff engineer. Dispatched by /plan-first command. Checks for missing edge cases, unclear scope, dependency risks, missing test strategy.

21 1mo ago A 40 tokens

prompt-improver

04

4riel/cc-bible

Agent

Use this agent when a raw, vague, or imperative development prompt needs to become declarative, exhaustive, and verification-driven before it gets executed. Dispatched by the /improve-prompt command. Context: User gives a short, imperative instruction that lacks scope and verification steps. user: "fix the login bug"…

21 1mo ago A 217 tokens

researcher

05

4riel/cc-bible

Agent

Use this agent for deep codebase exploration without polluting main context. Dispatched by /research command. Returns structured summary.

21 1mo ago A 28 tokens

tdd-guide

06

4riel/cc-bible

Agent

Use this agent to enforce test-driven development with vertical slicing. Dispatched by /tdd command. RED-GREEN-REFACTOR cycle, one test at a time.

21 1mo ago A 39 tokens

compact-strategic

07

4riel/cc-bible

Command

Smart compaction. Summarize modified files, current task state, key decisions before compacting.

21 1mo ago A 20 tokens

compounding-eng

08

4riel/cc-bible

Command

Capture a correction or learning as a CLAUDE.md rule. Detects scope, checks duplicates, writes concise rule.

21 1mo ago A 24 tokens

debug

09

4riel/cc-bible

Command

Systematic 9-step debugging framework. Generate 20+ hypotheses, rank by likelihood, implement most probable fix.

21 1mo ago A 23 tokens

feedback-loop

10

4riel/cc-bible

Command

Auto-detect and run project verification. Find tests, linters, build scripts. Run all, iterate on failures up to 3x.

21 1mo ago A 29 tokens

improve-prompt

11

4riel/cc-bible

Command

Transform a raw prompt into an exhaustive, verification-driven development prompt. Use --preview to see before executing.

21 1mo ago A 21 tokens

interview

12

4riel/cc-bible

Command

Claude interviews you about a feature before building it. Asks questions one at a time, writes SPEC.md when done.

21 1mo ago A 24 tokens

plan-first

13

4riel/cc-bible

Command

Plan before writing code. Explore codebase, produce concise plan, list unresolved questions. Optionally dispatch plan-reviewer agent.

21 1mo ago A 25 tokens

research

14

4riel/cc-bible

Command

Dispatch deep research subagent. Reads files, searches codebase, returns concise summary without polluting main context.

21 1mo ago A 22 tokens

review

15

4riel/cc-bible

Command

Code review with subagent. Security, quality, and conventions. Confidence-based filtering — only reports findings >80% confidence.

21 1mo ago A 25 tokens

setup

16

4riel/cc-bible

Command

Bootstrap your project with CC Bible best practices. Generate CLAUDE.md rules, settings suggestions, and a guide to non-automatable commandments.

21 1mo ago A 29 tokens

tdd

17

4riel/cc-bible

Command

Test-driven development with vertical slicing. ONE test, ONE implementation, repeat. Dispatch tdd-guide agent.

21 1mo ago A 21 tokens

unstick

18

4riel/cc-bible

Command

Escalating strategy when Claude is stuck or looping. 4 techniques from 4 experts, applied in order.

21 1mo ago A 23 tokens

PostToolUse

19

4riel/cc-bible

Hook

Runs after a tool call finishes for Edit and Write tool calls, executing format-check.sh via bash. From 4riel/cc-bible.

21 1mo ago A tokens not measured

PreToolUse

20

4riel/cc-bible

Hook

Runs before the agent uses a tool for Bash tool calls, executing git-guardrail.sh via bash. From 4riel/cc-bible.

21 1mo ago A tokens not measured

debugging-patterns

21

4riel/cc-bible

Skill Claude CodeCodex

This skill should be used when debugging a bug, error message, or test failure — tracing root cause, generating and ranking hypotheses, or when stuck/looping and needing an escalating strategy (step back, compare plans, naive-first, ultrathink). Contains Shumer's 9-step framework and 4 escalating techniques for…

21 1mo ago A 74 tokens

planning-patterns

22

4riel/cc-bible

Skill Claude CodeCodex

This skill should be used when planning implementation work before writing code — drafting a plan, reviewing one as a staff engineer, structuring unresolved questions and success criteria, comparing two competing approaches, or ordering phases by dependency and risk. Contains plan formats, evaluation criteria, and the…

21 1mo ago A 63 tokens

4riel/cc-bible

Skill Claude CodeCodex

This skill should be used when rewriting a vague or imperative prompt into a declarative, exhaustive, verification-driven one — expanding scope, injecting test/lint/build verification commands, defining completion criteria, or auditing UI and cross-cutting changes for full coverage. Contains exhaustiveness rules…

21 1mo ago A 71 tokens

tdd-patterns

24

4riel/cc-bible

Skill Claude CodeCodex

This skill should be used when practicing test-driven development — writing one failing test at a time through RED-GREEN-REFACTOR, designing testable interfaces, deciding what to mock versus what not to mock, or choosing between pass@k and pass^k test strategies. Contains vertical-slicing rules and testing…

21 1mo ago A 73 tokens