Add Claude Code skill and plugin marketplace#12
Merged
Conversation
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 detectedLatest commit: 4f01fa5 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
react-devtoolsskill (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.claude-plugin/marketplace.jsonfor native Claude Code plugin distribution (/plugin install agent-react-devtools@piotrski)npx skills add, Claude Code plugin, and manual CLAUDE.md setupTest plan
npx skills add piotrski/agent-react-devtoolsinstalls the skill/plugin marketplace add piotrski/agent-react-devtoolsdiscovers the marketplace/plugin install agent-react-devtools@piotrskiinstalls the plugin and skill/react-devtoolsinvokes the skill manuallyCloses #11
🤖 Generated with Claude Code