AI coding assistants (Claude Code, Cursor, etc.) don't know agent-react-devtools exists or how to use it unless the user manually pastes instructions into CLAUDE.md.
A skill (SKILL.md) solves this — it teaches the assistant when to reach for the tool and how to use it, automatically. When a user says "this component re-renders too much" or "the app feels slow", the assistant activates the skill and starts running the right commands on its own.
What:
- Add
skills/react-devtools/SKILL.md with trigger description, command reference, and output format docs
- Add
.claude-plugin/marketplace.json so users can install via /plugin marketplace add
- Also works with
npx skills add for Cursor, Codex, Windsurf, etc.
Install:
npx skills add piotrski/agent-react-devtools
AI coding assistants (Claude Code, Cursor, etc.) don't know agent-react-devtools exists or how to use it unless the user manually pastes instructions into CLAUDE.md.
A skill (
SKILL.md) solves this — it teaches the assistant when to reach for the tool and how to use it, automatically. When a user says "this component re-renders too much" or "the app feels slow", the assistant activates the skill and starts running the right commands on its own.What:
skills/react-devtools/SKILL.mdwith trigger description, command reference, and output format docs.claude-plugin/marketplace.jsonso users can install via/plugin marketplace addnpx skills addfor Cursor, Codex, Windsurf, etc.Install: