ARCHITECTURE
01Agent
Agent "ARCHITECTURE" from Tura-AI/tura, covering agents crate architecture, current layout, runtime loading, agent config and manual agent configuration.
12 tagged developer tools ai agent, measured the same way as everything else here.
Browse within: developer-tool 7linter 7
Agent
Agent "ARCHITECTURE" from Tura-AI/tura, covering agents crate architecture, current layout, runtime loading, agent config and manual agent configuration.
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.…
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.
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.
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".
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.
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.