Skip to content

feat: add Claude Code plugin manifest#19

Open
tadeongmi wants to merge 4 commits intopashov:mainfrom
tadeongmi:feat/add-plugin-manifest
Open

feat: add Claude Code plugin manifest#19
tadeongmi wants to merge 4 commits intopashov:mainfrom
tadeongmi:feat/add-plugin-manifest

Conversation

@tadeongmi
Copy link
Copy Markdown

@tadeongmi tadeongmi commented Mar 17, 2026

Summary

Adds a .claude-plugin/plugin.json manifest so this repo can be installed as a Claude Code plugin, covering both solidity-auditor and x-ray. Adds a one-line install note to the README. No files moved or restructured.

Benefits

  • Native install/plugin install via Claude Code's built-in plugin system, the user can choose it as an alternative to the custom installer.
  • Standard lifecycle — the user can choose to enable/disable/update/uninstall through /plugin commands.
  • Multi-platform — works across Claude Code CLI, desktop, and IDE extensions.
  • Additive — 12-line manifest + one README line; existing install flow untouched.

Changes

  • New file: .claude-plugin/plugin.json
  • Modified: README.md (one line)

Test plan

  • Install via existing flow (Install https://github.com/pashov/skills/ ...) still works
  • /plugin marketplace add pashov/skills + /plugin install pashov-skills installs both skills
  • solidity-auditor and x-ray skills load and trigger correctly

🤖 Generated with Claude Code

Comment thread .claude-plugin/plugin.json Outdated
Comment thread .claude-plugin/plugin.json Outdated
Comment thread .claude-plugin/plugin.json Outdated
tadeongmi and others added 3 commits April 23, 2026 10:34
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>
@tadeongmi tadeongmi force-pushed the feat/add-plugin-manifest branch from a49e2a2 to cd56e29 Compare April 23, 2026 16:12
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>
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.

2 participants