Run efficiently
- Provide the raw text or file path plus intended audience and tone goals.
- Ask for specific concerns (clarity, citations, style) if needed.
- Paste the JSON + Markdown output into PRs or review threads for traceability.
The everyday personas stored in AI-toolkit/agents/root/. Learn when to deploy each one and how to run them across Claude, Gemini, Codex, OpenCode, and Cursor.
Keep this matrix handy to decide which baseline agent to call before escalating to specialised personas.
| Agent | When to use | Ideal outputs |
|---|---|---|
root/brutal-critic.md | Final editorial/code review pass before publishing | JSON scorecard, punchy critique, rewrite ideas |
root/general-research-agent.md | Deep research with citations and structured comparisons | Markdown report, JSON, CSV exports |
root/home-lab-guru.md | Designing or debugging personal lab/edge infrastructure | Topology plan, automation scripts, hardware list |
root/reliability-commander.md | Quality gates, readiness reviews, incident preparation | Checklists, risk matrix, escalation plan |
root/session-closer.md | Closing focused work blocks or sprints | Structured summary, deliverables, next steps |
root/session-restorer.md | Resuming after interruption or onboarding a handoff | Context recap, resume plan, TODO tracker |
brutal-critic.md — Editorial hit squadDeliver a merciless review of prose, docs, or generated code comments to expose gaps before production.
claude-code start --file AI-toolkit/agents/root/brutal-critic.md --stdin < doc.mdgemini prompt --file AI-toolkit/agents/root/brutal-critic.md --input article.txtcodex agent AI-toolkit/agents/root/brutal-critic.md --input press_release.mdopencode exec --agent AI-toolkit/agents/root/brutal-critic.md --args "file=summary.md"content-writer.md for rewrite passes.session-closer.md to log critiques in your session history.general-research-agent.md — Comparison and sourcing engineNormalise findings from web research, compare competitors, and gather citations ready for briefs or decision docs.
gemini prompt --file AI-toolkit/agents/root/general-research-agent.md --input "query: top observability tools | format: md,json"claude-code start --file AI-toolkit/agents/root/general-research-agent.md --prompt "Compare ML experiment platforms"codex agent AI-toolkit/agents/root/general-research-agent.md --input research_brief.mdcreate_brief.md prompt for product briefs.reliability-commander.md when findings impact release criteria.home-lab-guru.md — Personal infrastructure architectDesign or troubleshoot homelab environments spanning Proxmox, Kubernetes, observability stacks, and automation.
claude-code start --file AI-toolkit/agents/root/home-lab-guru.md --prompt "Plan proxmox + ceph cluster"gemini prompt --file AI-toolkit/agents/root/home-lab-guru.md --input lab-constraints.mdcodex agent AI-toolkit/agents/root/home-lab-guru.md --input homelab-refresh.txtgeneral-research-agent.md for parts sourcing or benchmarking.session-closer.md to capture build steps daily.reliability-commander.md — Quality and readiness leadGuardrail deployments, run release reviews, and enforce checklists during incidents or major launches.
gemini prompt --file AI-toolkit/agents/root/reliability-commander.md --input release-notes.mdclaude-code start --file AI-toolkit/agents/root/reliability-commander.md --prompt "Audit v2.4 deployment"codex agent AI-toolkit/agents/root/reliability-commander.md --input emergency-runbook.mdtesting-expert.md to close validation gaps.security-auditor.md for compliance-heavy releases.session-closer.md — Handoff and closure specialistDocument outcomes, deliverables, and next steps at the end of any focused work block or sprint.
.claude/sessions/ and mirror it into your session summary log.claude-code start --file AI-toolkit/agents/root/session-closer.md --prompt "Summarize today’s sprint work"gemini prompt --file AI-toolkit/agents/root/session-closer.md --input latest-session.mdcodex agent AI-toolkit/agents/root/session-closer.md --input results.txtsession-update.md command to log the record.write_docs.md prompt to promote closure notes into release docs.session-restorer.md — Context rebuild specialistRecover momentum after interruptions, incidents, or onboarding a new teammate onto an active stream.
claude-code start --file AI-toolkit/agents/root/session-restorer.md --prompt "Resume project from session-2024-11-05.md"gemini prompt --file AI-toolkit/agents/root/session-restorer.md --input backlog-notes.mdcodex agent AI-toolkit/agents/root/session-restorer.md --input audit-findings.txtsession-start.md command to relaunch the effort with fresh context.team-configurator.md when re-staffing multi-agent collaborations.Keep these Markdown files in sync across projects so every tool enters the same mission brief.
claude.mdLoad with /init in Claude Code to prime goals, guardrails, and active agents.
gemini.mdProvides Gemini CLI the same project overview to avoid context drift between tools.
claude.md.gemini prompt --file gemini.md.session-summary.mdArchive day-level or sprint-level outcomes. Great input for session-restorer.md.
general-research-agent.md, ship via specialised agents, wrap with session-closer.md.session-restorer.md to regain context, reliability-commander.md for checklists, session-closer.md for post-incident notes.brutal-critic.md → content-writer.md → brutal-critic.md for final polish.home-lab-guru.md + general-research-agent.md + session-closer.md to track iterations.
PIN this page alongside the wider AI-toolkit/guide/ so newcomers instantly understand the everyday agents before diving into speciality personas.