Skip to content

Add Claude Code skill and plugin marketplace#12

Merged
piotrski merged 3 commits intomainfrom
feat/claude-code-skill
Feb 11, 2026
Merged

Add Claude Code skill and plugin marketplace#12
piotrski merged 3 commits intomainfrom
feat/claude-code-skill

Conversation

@piotrski
Copy link
Copy Markdown
Collaborator

Summary

  • Add react-devtools skill (SKILL.md) that teaches AI coding assistants when and how to use agent-react-devtools — auto-activates on React debugging, component inspection, and render profiling requests
  • Add .claude-plugin/marketplace.json for native Claude Code plugin distribution (/plugin install agent-react-devtools@piotrski)
  • Update README with three-tier install instructions: npx skills add, Claude Code plugin, and manual CLAUDE.md setup
  • Reference docs for commands, profiling workflows, and framework setup (loaded on demand, not always in context)

Test plan

  • Verify npx skills add piotrski/agent-react-devtools installs the skill
  • Verify /plugin marketplace add piotrski/agent-react-devtools discovers the marketplace
  • Verify /plugin install agent-react-devtools@piotrski installs the plugin and skill
  • Verify /react-devtools invokes the skill manually
  • Verify skill auto-triggers on prompts like "why does this component re-render"

Closes #11

🤖 Generated with Claude Code

piotrski and others added 2 commits February 11, 2026 12:08
Add a react-devtools skill that teaches AI coding assistants when and
how to use agent-react-devtools. The skill auto-activates when users
ask about React debugging, component inspection, or render performance.

- skills/react-devtools/SKILL.md with trigger description, command
  reference, output format docs, and common patterns
- Reference docs: commands.md, profiling-guide.md, setup.md
- .claude-plugin/marketplace.json for plugin distribution
- Include skills/ in npm package files

Closes #11

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Replace the manual CLAUDE.md section with three installation tiers:
- npx skills add (works across Claude Code, Cursor, Codex, etc.)
- /plugin marketplace add for Claude Code native install
- Manual CLAUDE.md setup as fallback

Ref #11

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented Feb 11, 2026

🦋 Changeset detected

Latest commit: 4f01fa5

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
agent-react-devtools Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@piotrski piotrski merged commit 0c2de5b into main Feb 11, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Claude Code skill for automatic tool discovery

1 participant