Files
claude-skills-reference/docs/agents/index.md
Reza Rezvani 7911cf957a feat(autoresearch-agent): fix critical bugs, package as plugin with 5 slash commands
**Bug fixes (run_experiment.py):**
- Fix broken revert logic: was saving HEAD as pre_commit (no-op revert),
  now uses git reset --hard HEAD~1 for correct rollback
- Remove broken --loop mode (agent IS the loop, script handles one iteration)
- Fix shell injection: all git commands use subprocess list form
- Replace shell tail with Python file read

**Bug fixes (other scripts):**
- setup_experiment.py: fix shell injection in git branch creation,
  remove dead --skip-baseline flag, fix evaluator docstring parsing
- log_results.py: fix 6 falsy-zero bugs (baseline=0 treated as None),
  add domain_filter to CSV/markdown export, move import time to top
- evaluators: add FileNotFoundError handling, fix output format mismatch
  in llm_judge_copy, add peak_kb on macOS, add ValueError handling

**Plugin packaging (NEW):**
- plugin.json, settings.json, CLAUDE.md for plugin registry
- 5 slash commands: /ar:setup, /ar:run, /ar:loop, /ar:status, /ar:resume
- /ar:loop supports user-selected intervals (10m, 1h, daily, weekly, monthly)
- experiment-runner agent for autonomous loop iterations
- Registered in marketplace.json as plugin #20

**SKILL.md rewrite:**
- Replace ambiguous "Loop Protocol" with clear "Agent Protocol"
- Add results.tsv format spec, strategy escalation, self-improvement
- Replace "NEVER STOP" with resumable stopping logic

**Docs & sync:**
- Codex (157 skills), Gemini (229 items), convert.sh all pick up the skill
- 6 new MkDocs pages, mkdocs.yml nav updated
- Counts updated: 17 agents, 22 slash commands

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 14:38:59 +01:00

143 lines
2.8 KiB
Markdown

---
title: "Agents"
description: "All 21 Claude Code agents — multi-skill orchestrators across domains."
---
<div class="domain-header" markdown>
# :material-robot: Agents
<p class="domain-count">21 agents that orchestrate skills across domains</p>
</div>
<div class="grid cards" markdown>
- :material-trending-up:{ .lg .middle } **[cs-growth-strategist](cs-growth-strategist.md)**
---
Business & Growth
- :material-account-tie:{ .lg .middle } **[CEO Advisor Agent](cs-ceo-advisor.md)**
---
C-Level Advisory
- :material-account-tie:{ .lg .middle } **[CTO Advisor Agent](cs-cto-advisor.md)**
---
C-Level Advisory
- :material-rocket-launch:{ .lg .middle } **[cs-senior-engineer](cs-senior-engineer.md)**
---
Engineering - POWERFUL
- :material-code-braces:{ .lg .middle } **[cs-engineering-lead](cs-engineering-lead.md)**
---
Engineering - Core
- :material-code-braces:{ .lg .middle } **[cs-workspace-admin](cs-workspace-admin.md)**
---
Engineering - Core
- :material-calculator-variant:{ .lg .middle } **[cs-financial-analyst](cs-financial-analyst.md)**
---
Finance
- :material-bullhorn-outline:{ .lg .middle } **[Content Creator Agent](cs-content-creator.md)**
---
Marketing
- :material-bullhorn-outline:{ .lg .middle } **[Demand Generation Specialist Agent](cs-demand-gen-specialist.md)**
---
Marketing
- :material-account:{ .lg .middle } **[Persona-Based Agents](readme.md)**
---
Personas
- :material-account:{ .lg .middle } **[Agent Name Agent Personality](template.md)**
---
Personas
- :material-account:{ .lg .middle } **[Growth Marketer Agent Personality](growth-marketer.md)**
---
Personas
- :material-account:{ .lg .middle } **[Solo Founder Agent Personality](solo-founder.md)**
---
Personas
- :material-account:{ .lg .middle } **[Startup CTO Agent Personality](startup-cto.md)**
---
Personas
- :material-lightbulb-outline:{ .lg .middle } **[Agile Product Owner Agent](cs-agile-product-owner.md)**
---
Product
- :material-lightbulb-outline:{ .lg .middle } **[Product Analyst Agent](cs-product-analyst.md)**
---
Product
- :material-lightbulb-outline:{ .lg .middle } **[Product Manager Agent](cs-product-manager.md)**
---
Product
- :material-lightbulb-outline:{ .lg .middle } **[Product Strategist Agent](cs-product-strategist.md)**
---
Product
- :material-lightbulb-outline:{ .lg .middle } **[UX Researcher Agent](cs-ux-researcher.md)**
---
Product
- :material-clipboard-check-outline:{ .lg .middle } **[Project Manager Agent](cs-project-manager.md)**
---
Project Management
- :material-shield-check-outline:{ .lg .middle } **[cs-quality-regulatory](cs-quality-regulatory.md)**
---
Regulatory & Quality
</div>