developer tools ai agent agents

12 tagged developer tools ai agent, measured the same way as everything else here.

Browse within: developer-tool 7linter 7

ARCHITECTURE

01

Tura-AI/tura

Agent

Agent "ARCHITECTURE" from Tura-AI/tura, covering agents crate architecture, current layout, runtime loading, agent config and manual agent configuration.

606 12d ago A 0 tokens AGPL-3.0

README

02

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

03

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

04

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

overlap-a

05

emreyildirim/claude-config-auditor

Agent Claude Code

Reviews pull requests for code quality, naming, and obvious bugs in the diff. Use after a diff lands or when the user says "review this PR".

5 3mo ago A 35 tokens original MIT

code-reviewer

06

emreyildirim/claude-config-auditor

Agent Claude Code

Reviews pull requests for code quality, naming, and obvious bugs. Use after a diff lands or when the user says "review this PR" or "look at these changes". Not for security review — see security-reviewer for that.

5 3mo ago A 51 tokens original MIT

security-reviewer

07

emreyildirim/claude-config-auditor

Agent Claude Code

Audits a diff for security issues — injection, auth bypass, secret exposure, unsafe deserialization, and OWASP top-10 patterns. Use when the user asks for a "security review" or when the change touches auth, crypto, or input parsing.

5 3mo ago A 56 tokens original MIT