claude-code-expert

61 mods across 3 repositories, 41 stars between them.

optimize

01

claude-code-expert/example

Command Claude Code

A command that reads a codebase's documentation and suggests which documented tasks could become runnable commands.

19 1mo ago A 0 tokens

security-checklist

02

claude-code-expert/example

Command Claude Code

A command that checks a project's security against a specified checklist and labels each item as passed, failed, or not applicable.

19 1mo ago B 0 tokens

PreToolUse

03

claude-code-expert/example

Hook Claude Code

Runs before the agent uses a tool for Bash, Edit and Write tool calls, executing block-dangerous.py via python3. From claude-code-expert/example.

19 1mo ago A tokens not measured

Notification

04

claude-code-expert/example

Hook Claude Code

Runs when the agent sends a notification, executing notify-slack.sh and notify-telegram.sh (2 commands). From claude-code-expert/example.

19 1mo ago A tokens not measured

PostToolUse

05

claude-code-expert/example

Hook Claude Code

Runs after a tool call finishes for Write and Edit tool calls, executing format-ts.sh, format-py.sh, lint-ts.sh, lint-py.sh, test-ts.sh and test-py.sh (6 commands). From claude-code-expert/example.

19 1mo ago A tokens not measured

example

06

claude-code-expert/example

Settings file Claude Code

Agent settings declaring 3 hook events (PreToolUse, Notification, PostToolUse).

19 1mo ago A tokens not measured

fable-parity

07

claude-code-expert/example

Skill Claude CodeCodex

A workflow skill that requires development work to move through specification, analysis, design, implementation, verification, and completion stages. It uses hooks and a state machine, which tracks and controls the current stage.

19 1mo ago A 106 tokens

evaluator

08

claude-code-expert/carve-harness

Agent Claude Code

An independent evaluation agent that checks generated work against completion criteria and type-safety requirements.

11 26d ago A 31 tokens

fable-builder

09

claude-code-expert/carve-harness

Agent Claude Code

A software-building agent that completes assigned implementation tasks in an isolated worktree, a separate copy of the code repository, including code and tests.

11 26d ago A 84 tokens

fable-doc-writer

10

claude-code-expert/carve-harness

Agent Claude Code

A documentation-writing agent that creates or updates documents using confirmed build results and research findings. It covers READMEs, guides, API documentation, and architecture documents.

11 26d ago A 93 tokens

fable-researcher

11

claude-code-expert/carve-harness

Agent Claude Code

An agent for research before implementation, using official documentation and current versions and writing the evidence and links into RESEARCH.md.

11 26d ago A 88 tokens

commit-branch

15

claude-code-expert/carve-harness

Command Claude Code

A command that creates a commit following Conventional Commits, a shared format for writing commit messages, and pushes it to the current branch.

11 26d ago A 19 tokens

commit

16

claude-code-expert/carve-harness

Command Claude Code

A command that commits the current changes, pulls updates, and pushes the branch; its arguments become the commit message.

11 26d ago A 20 tokens

eval

17

claude-code-expert/carve-harness

Command Claude Code

A command that scores a fixed set of test cases, called a golden set, again and records how the scores change over time.

11 26d ago A 32 tokens

plan

19

claude-code-expert/carve-harness

Command Claude Code

A planning command that breaks work into units with explicit success conditions and saves the plan in the specs/ directory.

11 26d ago A 23 tokens