sneg55/agent-starter

A toolkit of skills, templates, and guides for bootstrapping AI-agent-friendly projects. Started from Anthropic's Claude Code engineering patterns, extended with a per-project self-improvement loop and more.

76Stars on the repository
14Mods indexed here, across every type
1mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

adopt-project

01

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

02

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

03

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

04

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

05

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

06

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

07

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

08

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