Skip to content

Add Claude Code Marketplace support for easy installation #19

@back1ply

Description

@back1ply

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:

  1. A properly structured SKILL.md or skill manifest file with the required metadata fields (name, description, version, author, etc.)
  2. A package.json or equivalent manifest if the marketplace uses npm-style resolution
  3. 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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions