Scans a project's AI coding agent/harness footprint (CLI tools, IDE agents, config files) against DevAgentRadar's live catalog to surface breaking proposals, stack catch-up plans, and paste-ready...
SKILL.md
DevAgentRadar Skill
Use this skill whenever asked to fetch DevAgentRadar action packs, check a project's AI coding agent/harness stack against live DevAgentRadar proposals, or prepare harness upgrade rules:
Workflow Instructions
Inspect Workspace Agent/Harness Footprint:
Read the project's root package.json (or pnpm-workspace.yaml) for agent CLI packages (e.g. @anthropic-ai/claude-code, aider).
Read agent configuration files (.claude/, .cursor/, AGENTS.md, CLAUDE.md) to detect which harnesses and config surfaces (hooks, MCP, permissions, skills) are in use.
Query DevAgentRadar MCP Server:
Call scan_workspace_health with the extracted agent/harness dependencies and detected surfaces. DevAgentRadar's catalog is AI coding agents & harnesses, not general npm frameworks — anything else comes back as untrackedDependencies rather than a false "all clear".
Call get_action_pack for any active proposal slugs to retrieve paste-ready harness rules.
Call get_catchup_action_pack to get version catch-up diffs for the tracked stack.
Query get_model_radar or search_radar_insights for model releases and architectural guides.