feat: add Claude Code plugin manifest#19
Open
tadeongmi wants to merge 4 commits intopashov:mainfrom
Open
Conversation
pashov
reviewed
Mar 19, 2026
pashov
reviewed
Mar 19, 2026
tadeongmi
commented
Mar 19, 2026
Adds `.claude-plugin/plugin.json` so this repo can be installed as a Claude Code plugin via marketplaces and the `/plugin install` command. The skill path points to the existing `solidity-auditor/` directory, so no files need to be moved. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Rename plugin to pashov-skills, bump to 1.1.0, and declare both solidity-auditor and x-ray in the skills array. Add a one-line install note to the README. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
a49e2a2 to
cd56e29
Compare
Address PR feedback: major-only version bumps per Claude Code plugin docs, and flatten author to a string. Co-Authored-By: Claude Opus 4.7 (1M context) <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
Adds a
.claude-plugin/plugin.jsonmanifest so this repo can be installed as a Claude Code plugin, covering bothsolidity-auditorandx-ray. Adds a one-line install note to the README. No files moved or restructured.Benefits
/plugin installvia Claude Code's built-in plugin system, the user can choose it as an alternative to the custom installer./plugincommands.Changes
.claude-plugin/plugin.jsonREADME.md(one line)Test plan
Install https://github.com/pashov/skills/ ...) still works/plugin marketplace add pashov/skills+/plugin install pashov-skillsinstalls both skillssolidity-auditorandx-rayskills load and trigger correctly🤖 Generated with Claude Code