Agent Starter
Agent Starter from sneg55/agent-starter.
Skills in this plugin
8- ▌ Dream · sneg55Memory consolidation - review, merge, prune, and index memory files. Run periodically to keep memories organized and up-to-date.
- ▌ Commit · sneg55Create a single well-crafted git commit from current changes. Analyzes diff, follows repo's commit style, and writes a concise "why not what" message.
- ▌ Reflect · sneg55Per-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.
- ▌ Remember · sneg55Review 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.
- ▌ Simplify · sneg55Review changed code for reuse, quality, and efficiency, then fix any issues found.
- ▌ New Project · sneg55Full project bootstrap - interviews the developer (name, description, stack, components), then scaffolds directory structure, CLAUDE.md, config files, hooks, skills, and first commit.
- ▌ Adopt Project · sneg55Apply 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 in an existing codebase.
- ▌ Commit Push Pr · sneg55Full git workflow - creates branch, commits, pushes, and creates or updates a PR with summary and test plan.