muratsilahtaroglu/claude-code-starter-kit

Discipline + security starter kit that keeps Claude Code (or any LLM agent) on course across sessions: repo-based memory that survives compaction, enforced hooks & permissions, and a phased workflow — consistent, traceable, safe. Clone it or install as a plugin.

9Stars on the repository
29Mods indexed here, across every type
5d agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

README

01

muratsilahtaroglu/claude-code-starter-kit

Agent Claude Code

Subagents are isolated assistants for side tasks (deep research, audits, verification) that would clutter the main thread with intermediate results you won't reference again. Each runs in its own context window and returns only its final message to the parent — so the raw exploration never enters your main context.…

9 5d ago A 0 tokens original MIT

auditor

02

muratsilahtaroglu/claude-code-starter-kit

Agent Claude Code

Read-only rules-compliance auditor — samples a commit range against rules.md (layout §3, security §5/§7, tests §2, docs-sync §1, memory §9) and returns violations with file:line + the rule §, severity-ranked. Reports only, never edits. Spawned by /keel-audit; the SessionStart hook nudges when one is due.

9 5d ago A 83 tokens original MIT

researcher

03

muratsilahtaroglu/claude-code-starter-kit

Agent Claude Code

Isolated external-research agent — scans the web and the local repo for prior art, returns a distilled, CITED findings summary (not raw pages). Use when a question needs docs/papers/GitHub/community input that would clutter the main thread. Backs rules.md §8 and the /keel-research skill.

9 5d ago A 69 tokens original MIT

verifier

04

muratsilahtaroglu/claude-code-starter-kit

Agent Claude Code

Adversarial verification agent — given a claim, finding, or proposed fix, tries to REFUTE it (reproduce the failure, run the test, read the code) and returns CONFIRMED / REFUTED / UNCERTAIN with evidence. Use to check sub-agent output, review findings, or "is this actually true?" before acting. Backs rules.md §4 and…

9 5d ago A 86 tokens original MIT