MokeyBytes/claude-baseline

Reusable Claude Code baseline with safety hooks, audit logging, automatic formatting, cost controls, specialist agents, and tested workflows.

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

code-humanizer

01

MokeyBytes/claude-baseline

Agent Claude Code

Rewrites code for human readability using clear naming, decomposed complexity, and consistent structure. Applies best practices to make code immediately understandable. Does not change behavior.

2 4d ago A 36 tokens original MIT

code-reviewer

02

MokeyBytes/claude-baseline

Agent Claude Code

Reviews code changes, files, or diffs for correctness, security, style, and performance. Reports findings grouped by severity. Read-only — never modifies files.

2 4d ago A 36 tokens original MIT

debugger

03

MokeyBytes/claude-baseline

Agent Claude Code

Diagnoses bugs through root cause analysis, stack trace reading, and error pattern matching. Proposes targeted fixes without changing unrelated code.

2 4d ago A 29 tokens original MIT

dependency-auditor

04

MokeyBytes/claude-baseline

Agent Claude Code

Scans project dependency files for outdated, vulnerable, or abandoned packages. Reports findings with safe upgrade paths. Never installs, upgrades, or modifies lockfiles.

2 4d ago A 36 tokens original MIT

doc-writer

05

MokeyBytes/claude-baseline

Agent Claude Code

Generates and updates code documentation — TSDoc/JSDoc comments, module-level docs, and README sections. Matches existing documentation style in the project.

2 4d ago A 35 tokens original MIT

migration-planner

06

MokeyBytes/claude-baseline

Agent Claude Code

Plans database schema migrations, breaking API changes, and major dependency version bumps. Produces a phased plan with rollback strategies. Read-only — never modifies files or schemas.

2 4d ago A 37 tokens original MIT

orchestrator

07

MokeyBytes/claude-baseline

Agent Claude Code

Default agent for all software engineering tasks in this project. Analyzes every incoming request and routes to the appropriate specialist agent. Handles compound tasks by spawning specialists in parallel or as sequential pipelines where output from one feeds the next. Always delegates — never implements directly.

2 4d ago A 56 tokens original MIT

MokeyBytes/claude-baseline

Agent Claude Code

Reviews code for performance anti-patterns — N+1 queries, unnecessary re-renders, unoptimized loops, missing pagination, and expensive operations in hot paths. Read-only analysis.

2 4d ago A 40 tokens original MIT

refactor

09

MokeyBytes/claude-baseline

Agent Claude Code

Refactors a target file or function for structure, naming, and maintainability without changing behavior. Enforces project naming conventions and engineering constraints.

2 4d ago A 31 tokens original MIT

security-auditor

10

MokeyBytes/claude-baseline

Agent Claude Code

Scans for secrets, injection vulnerabilities, dependency CVEs, and authentication gaps. Bash is limited to audit commands only — no installs, no modifications.

2 4d ago A 35 tokens original MIT

test-writer

11

MokeyBytes/claude-baseline

Agent Claude Code

Generates unit and integration tests for a target file, function, or module. Detects the project test framework and matches existing test style. Runs tests to verify after writing.

2 4d ago A 39 tokens original MIT