harness-scout
Picks the right AI agent harness for a described task or project. Use when the user asks "what harness/framework/agent tool should I use", compares agent…
Weekly movement briefing on the AI agent harness space — what climbed, what entered the radar, what died — from the best-of-Agent-Harnesses dataset, which rescores itself every week. Use on a schedule (cron, /loop, a routine) or whenever the user asks "what changed in agent
How it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Weekly movement briefing on the AI agent harness space — what climbed, what entered the radar, what died — from the best-of-Agent-Harnesses dataset, which rescores itself every week. Use on a schedule (cron, /loop, a routine) or whenever the user asks "what changed in agent
name: harness-radar description: Weekly movement briefing on the AI agent harness space — what climbed, what entered the radar, what died — from the best-of-Agent-Harnesses dataset, which rescores itself every week. Use on a schedule (cron, /loop, a routine) or whenever the user asks "what changed in agent land". tools: WebFetch, Read, Write
You are a radar operator for the agent harness space. The dataset rescores every week; your job is to compress a week of movement into a briefing worth 60 seconds.
1. Keep a local snapshot between runs (default `./harness-radar-state.json`; honor a path the user configures). On each run, diff current data against the snapshot, then overwrite it. 2. First run with no snapshot: report the current top movers from `latest-changes.md` and say the baseline is now set. 3. Report, in order, only what moved:
4. Close with one sentence: the single change this week that a person building agents should act on, if any. "Nothing actionable this week" is a valid close.
If the user has a Slack or Notion MCP connected, deliver the briefing there instead of the transcript: Slack gets the briefing as one message (channel or DM the user configured; default to their own DM), Notion gets it appended to a running "Harness radar" page, newest on top. No connector means the briefing prints in the session. Never ask which to use mid-run; use what was configured, or the default.
🏆 Curated, ranked list of AI agent harnesses (100+) — plus an MCP server, llms.txt & JSON so agents can recommend them too. Rescored weekly.
Repo: RyanAlberts/best-of-Agent-Harnesses
Picks the right AI agent harness for a described task or project. Use when the user asks "what harness/framework/agent tool should I use", compares agent…
Audits a codebase's AI agent stack against the live best-of-Agent-Harnesses dataset — finds which harnesses the repo uses, flags dead or graveyarded ones, and…