agent-experience
Audit the developer experience of a product, SDK, docs site, or SKILL.md by dropping multiple Claude subagents at it with only a tiny task prompt and real tools (WebFetch, Bash, Write). Agents must discover the docs themselves, install deps, ask for credentials if needed, and attempt real execution. The skill captures each agent's trace β tool calls, retries, wall time, errors β and scores on Setup Friction, Speed, Efficiency, Error Recovery, and Doc Quality, then emits an HTML report with an Aβ
By browserbase
How to install
Skill (folder)A Skill is a folder with a SKILL.md file that gives Claude extra instructions for a task.
Claude Code (project or global):
# per-project mkdir -p .claude/skills/agent-experience # ...or for all projects mkdir -p ~/.claude/skills/agent-experience # copy SKILL.md and any supporting files into that folder
Claude.ai / Claude Desktop:
Customize β Skills β β+β β Browse skills β Install. (Installed skills are view-only; download a copy to customise.)
Claude auto-detects skills in that folder β no restart needed.
Exact steps can vary per project β always double-check the original source. New to this? Read the full install guide β
Source
More in Writing & Content
View all βAstro
Astro framework helper for Claude Code. Scaffold content collections, create islands, add integrations, and work with MDX and Markdown β with framework-aware code completion for .astro files.
Notion
Notion workspace integration. Search pages, create and update content, manage databases, and sync documentation with your development workflow.
Doc Updater
Documentation and codemap specialist. Use PROACTIVELY for updating codemaps and documentation. Runs /update-codemaps and /update-docs, generates docs/CODEMAPS/*, updates READMEs and guides.
Docs Lookup
When the user asks how to use a library, framework, or API or needs up-to-date code examples, use Context7 MCP to fetch current documentation and return answers with examples. Invoke for docs/API/setup questions.