MokeyBytes

19 mods across 1 repository, 2 stars between them.

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 3d 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 3d 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 3d 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 3d 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 3d 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 3d 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 3d 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 3d 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 3d 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 3d 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 3d ago A 39 tokens original MIT

PreToolUse

12

MokeyBytes/claude-baseline

Hook Claude Code

Runs before the agent uses a tool for Bash, Write, Edit, NotebookEdit and Agent tool calls, executing validate-bash.sh, guard-files.sh and guard-agents.sh (3 commands). From MokeyBytes/claude-baseline.

2 3d ago A tokens not measured original MIT

PostToolUse

13

MokeyBytes/claude-baseline

Hook Claude Code

Runs after a tool call finishes for Write, Edit and NotebookEdit tool calls, executing format.sh. From MokeyBytes/claude-baseline.

2 3d ago A tokens not measured original MIT

SessionStart

14

MokeyBytes/claude-baseline

Hook Claude Code

Runs when a session starts, executing session-init.sh. From MokeyBytes/claude-baseline.

2 3d ago A tokens not measured original MIT

UserPromptSubmit

15

MokeyBytes/claude-baseline

Hook Claude Code

Runs when you submit a prompt, before the agent sees it, executing audit-prompt.sh. From MokeyBytes/claude-baseline.

2 3d ago A tokens not measured original MIT

ConfigChange

16

MokeyBytes/claude-baseline

Hook Claude Code

Runs on the ConfigChange event, executing audit-config.sh. From MokeyBytes/claude-baseline.

2 3d ago A tokens not measured original MIT

Stop

17

MokeyBytes/claude-baseline

Hook Claude Code

Runs when the agent finishes a response, executing post-run-tests.sh and session-summary.sh (2 commands). From MokeyBytes/claude-baseline.

2 3d ago A tokens not measured original MIT

claude-baseline

18

MokeyBytes/claude-baseline

Settings file Claude Code

Agent settings declaring 6 hook events (PreToolUse, PostToolUse, SessionStart, UserPromptSubmit).

2 3d ago A tokens not measured original MIT