Plugin Claude Code
Plugin marketplace listing 1 plugin: agent-starter.
Plugin Claude Code
Plugin marketplace listing 1 plugin: agent-starter.
Plugin Claude Code
Skills, hooks, templates, and engineering guides for bootstrapping AI-agent-friendly projects, with a per-project self-improvement loop.
Hook
Runs after a tool call finishes for Write, Edit, Write, Edit, Write and Edit tool calls, executing check-file-size.sh, lint-on-edit.sh and check-silent-errors.sh (3 commands). From sneg55/agent-starter.
Hook
Runs before the agent uses a tool for Bash tool calls, executing block-dangerous-commands.sh. From sneg55/agent-starter.
Hook
Runs when a session starts, executing check-codebase-health.sh. From sneg55/agent-starter.
Hook
Runs when you submit a prompt, before the agent sees it, executing suggest-loop-improvements.sh. From sneg55/agent-starter.
Skill Claude CodeCodex
Apply agent-starter patterns to an EXISTING project - audits the codebase, proposes components by invasiveness tier (hooks, skills, CLAUDE.md, lint configs, patterns), and applies only what the developer approves. Use when the user says adopt, retrofit, "apply agent-starter to this project", or wants starter patterns…
Skill Claude CodeCodex
Full git workflow - creates branch, commits, pushes, and creates or updates a PR with summary and test plan.
Skill Claude CodeCodex
Create a single well-crafted git commit from current changes. Analyzes diff, follows repo's commit style, and writes a concise "why not what" message.
Skill Claude CodeCodex
Memory consolidation - review, merge, prune, and index memory files. Run periodically to keep memories organized and up-to-date.
Skill Claude CodeCodex
Full project bootstrap - interviews the developer (name, description, stack, components), then scaffolds directory structure, CLAUDE.md, config files, hooks, skills, and first commit.
Skill Claude CodeCodex
Per-project self-improvement - reads the .harness ledger and feedback memories, then proposes gated rule/threshold/ADR changes so the project stops repeating mistakes. Run periodically.
Skill Claude CodeCodex
Review auto-memory entries and propose promotions to CLAUDE.md, CLAUDE.local.md, or shared memory. Also detects outdated, conflicting, and duplicate entries across memory layers.
Skill Claude CodeCodex
Review changed code for reuse, quality, and efficiency, then fix any issues found.