project template agents

56 tagged project template, measured the same way as everything else here.

Browse within: python 19ai-development 16open-source 16ai-assisted-development 14copilot 14ddd 14memory-bank 14pytest 13python-project-template 13python3 13uv 13monorepo 6tdd 6

build.cline

01

entropy-cloud/attractor-guided-engineering-template

Agent

You are the execution agent for a mission-driver step. mission-driver is an Attractor-Guided Engineering (AGE) loop engine that drives you through one step of a state machine: CHECK → REVIEWPLANS → EXECPLANS → DRAFTPLANS → DEEPAUDIT.

74 yesterday C 0 tokens original MIT

build.pi

02

entropy-cloud/attractor-guided-engineering-template

Agent

You are the execution agent for a mission-driver step. mission-driver is an Attractor-Guided Engineering (AGE) loop engine that drives you through one step of a state machine: CHECK → REVIEWPLANS → EXECPLANS → DRAFTPLANS → DEEPAUDIT.

74 yesterday C 0 tokens original MIT

data-architect

03

nullhack/temple8

Agent

Data Architect — designs persistence: schema fit (OLTP/OLAP), normalization, migrations.

11 27d ago A 18 tokens original MIT

simulator

04

nullhack/temple8

Agent

Simulator — mentally executes the contract set to disprove the system works before any source .py is written.

11 27d ago A 20 tokens original MIT

system-architect

05

nullhack/temple8

Agent

System Architect — holds contract-surface coherence across layers and specialists.

11 27d ago A 12 tokens original MIT

README

06

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 4d ago A 0 tokens original MIT

auditor

07

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 4d ago A 83 tokens original MIT

researcher

08

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 4d ago A 69 tokens original MIT

item-executor

09

lwalden/AIAgentMinder

Agent

Sprint item executor — TDD implementation agent. Receives a spec, runs in an isolated git worktree, writes tests, implements, and reports done or blocked.

4 1mo ago A 37 tokens original MIT

quality-reviewer

10

lwalden/AIAgentMinder

Agent

Code review judge — classifies review lens findings by severity, decides block/pass. Read-only; does not run builds or tests (those are the pr-pipeliner's execution gate).

4 1mo ago A 41 tokens original MIT

sprint-master

11

lwalden/AIAgentMinder

Agent

Sprint orchestrator — lightweight state machine that routes to specialist agents per phase. Use with claude --agent sprint-master or via sprint-runner.

4 1mo ago A 35 tokens original MIT

deep-thinker

12

u9401066/template-is-all-you-need

Agent

A deep-reasoning assistant for complex engineering questions. It examines algorithms, architecture choices, technical options, and root causes in a structured way.

3 5mo ago A 45 tokens original Apache-2.0

orchestrator

13

u9401066/template-is-all-you-need

Agent

A coordinator for large software tasks involving several specialized assistants. It breaks work into smaller tasks, assigns each task, tracks dependencies, and combines the results.

3 5mo ago A 58 tokens original Apache-2.0

review-panel

14

u9401066/template-is-all-you-need

Agent

A code-review coordinator that sends the same review task to three different AI reviewers and combines their findings into one report. It groups shared findings, disagreements, unique findings, and likely false alarms.

3 5mo ago A 49 tokens original Apache-2.0

code-reviewer

15

stranma/claude-code-python-template

Agent Claude Code

Use this agent for Step S.6.4 - Code Review.\n\nPerforms an independent code review of the current phase's changes, checking for bugs, logic errors, security issues, and adherence to project conventions.\n\nExamples:\n\n \nContext: Step S.6.4, no external reviewer configured.\n\nuser: "Review the code changes for this…

2 4mo ago A 194 tokens original MIT

docs-updater

16

stranma/claude-code-python-template

Agent Claude Code

Use this agent for Step S.7 - Documentation Updates.\n\nUpdates IMPLEMENTATIONPLAN.md and CHANGELOG.md after phase completion.\n\nExamples:\n\n \nContext: A development phase was just completed.\n\nuser: "Update documentation for Phase 2 completion"\n\nassistant: "I'll use the docs-updater agent to update the…

2 4mo ago A 165 tokens original MIT

stranma/claude-code-python-template

Agent Claude Code

Use this agent for Step S.5 - Test Coverage validation.\n\nAlso use when:\n1. A development phase or increment has been completed\n2. New functionality has been implemented following the TDD process\n3. Code changes have been committed or are ready for review\n4. Before moving to the next phase of…

2 4mo ago A 220 tokens original MIT

docs-pre-commit

18

dawiegriesel/mcp-dev

Agent Claude Code

Use this agent when code changes have been made and are ready to be committed. It should be triggered before committing to ensure documentation is updated to reflect the changes. This includes updating CHANGELOG, README, and any relevant docs files.\n\nExamples:\n\n- User: "I've finished implementing the new…

0 6mo ago A 279 tokens original MIT