Feature Request: Claude Code Marketplace Support
It would be great to have this skill available through the Claude Code marketplace for easy discovery and installation.
What this enables
By adding the required metadata and structure, users could install this skill directly via the Claude Code plugin/skill marketplace rather than manually cloning the repo and copying files.
What's needed
To support marketplace installation, the skill repository typically needs:
- A properly structured
SKILL.md or skill manifest file with the required metadata fields (name, description, version, author, etc.)
- A
package.json or equivalent manifest if the marketplace uses npm-style resolution
- A clear entry point so the marketplace installer knows what to copy/register
Why it matters
- Discoverability: Users browsing the marketplace can find and install it in one step
- Updates: Marketplace-installed skills can be updated automatically
- Ease of use: No manual file management required
If you're unsure about the exact format required, the Claude Code documentation or existing marketplace skills can serve as references.
Thanks for building this skill — looking forward to being able to install it via the marketplace!
Feature Request: Claude Code Marketplace Support
It would be great to have this skill available through the Claude Code marketplace for easy discovery and installation.
What this enables
By adding the required metadata and structure, users could install this skill directly via the Claude Code plugin/skill marketplace rather than manually cloning the repo and copying files.
What's needed
To support marketplace installation, the skill repository typically needs:
SKILL.mdor skill manifest file with the required metadata fields (name, description, version, author, etc.)package.jsonor equivalent manifest if the marketplace uses npm-style resolutionWhy it matters
If you're unsure about the exact format required, the Claude Code documentation or existing marketplace skills can serve as references.
Thanks for building this skill — looking forward to being able to install it via the marketplace!