Restructure as installable Claude Code plugin marketplace#1
Open
dragid10 wants to merge 3 commits into
Open
Conversation
Move skill from .claude/skills/ to skills/ and add .claude-plugin/ with plugin.json and marketplace.json for plugin distribution.
… table - Replace git clone instructions with plugin marketplace install steps - Remove nonexistent aqua-pbw sample from skill directory tree - Add missing scripts (create_app_icons.py, create_preview_gif.py) to tree - Add missing tutorial parts 2, 3, 5 to the tutorial table
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
This restructures the repo so it can be installed as a Claude Code plugin through the marketplace system instead of requiring users to manually clone and copy files.
Changes:
.claude/skills/toskills/(required by the plugin layout).claude-plugin/plugin.jsonwith plugin metadata.claude-plugin/marketplace.jsonwith the marketplace indexsamples/aqua-pbw/— this was a broken git submodule (committed as a submodule entry without a.gitmodulesfile, so it never actually cloned)No skill content was modified, just the directory structure, metadata, and documentation.
What changed
.claude/skills/pebble-watchface/skills/pebble-watchface/.claude/skills/pebble-watchface/samples/aqua-pbw(broken submodule).claude-plugin/plugin.json.claude-plugin/marketplace.jsonInstallation
For more details on plugin marketplaces, see: https://code.claude.com/docs/en/discover-plugins#add-from-github