sneg55

14 mods across 1 repository, 76 stars between them.

agent-starter

01

sneg55/agent-starter

Plugin Claude Code

Plugin marketplace listing 1 plugin: agent-starter.

76 1mo ago A tokens not measured original MIT

agent-starter

02

sneg55/agent-starter

Plugin Claude Code

Skills, hooks, templates, and engineering guides for bootstrapping AI-agent-friendly projects, with a per-project self-improvement loop.

76 1mo ago A tokens not measured original MIT

PostToolUse

03

sneg55/agent-starter

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.

76 1mo ago A tokens not measured original MIT

PreToolUse

04

sneg55/agent-starter

Hook

Runs before the agent uses a tool for Bash tool calls, executing block-dangerous-commands.sh. From sneg55/agent-starter.

76 1mo ago A tokens not measured original MIT

SessionStart

05

sneg55/agent-starter

Hook

Runs when a session starts, executing check-codebase-health.sh. From sneg55/agent-starter.

76 1mo ago A tokens not measured original MIT

UserPromptSubmit

06

sneg55/agent-starter

Hook

Runs when you submit a prompt, before the agent sees it, executing suggest-loop-improvements.sh. From sneg55/agent-starter.

76 1mo ago A tokens not measured original MIT

adopt-project

07

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…

76 1mo ago A 77 tokens original MIT

commit-push-pr

08

sneg55/agent-starter

Skill Claude CodeCodex

Full git workflow - creates branch, commits, pushes, and creates or updates a PR with summary and test plan.

76 1mo ago A 28 tokens original MIT

commit

09

sneg55/agent-starter

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.

76 1mo ago A 35 tokens original MIT

dream

10

sneg55/agent-starter

Skill Claude CodeCodex

Memory consolidation - review, merge, prune, and index memory files. Run periodically to keep memories organized and up-to-date.

76 1mo ago B 27 tokens original MIT

new-project

11

sneg55/agent-starter

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.

76 1mo ago D 41 tokens original MIT

reflect

12

sneg55/agent-starter

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.

76 1mo ago A 37 tokens original MIT

remember

13

sneg55/agent-starter

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.

76 1mo ago A 38 tokens original MIT

simplify

14

sneg55/agent-starter

Skill Claude CodeCodex

Review changed code for reuse, quality, and efficiency, then fix any issues found.

76 1mo ago A 20 tokens copy · 95% MIT