Skip to content

feat(plugin): package the Anythink skill as a Claude Code plugin#43

Merged
chrisaddams merged 1 commit into
mainfrom
dist/claude-plugin
Jun 27, 2026
Merged

feat(plugin): package the Anythink skill as a Claude Code plugin#43
chrisaddams merged 1 commit into
mainfrom
dist/claude-plugin

Conversation

@chrisaddams

Copy link
Copy Markdown
Contributor

Turns the repo into an installable Claude Code plugin marketplace so the skills/anythink skill can be distributed and installed in one step (today it only lives in the repo).

Files

  • .claude-plugin/marketplace.json — marketplace catalog with a single anythink plugin whose source is the repo root.
  • .claude-plugin/plugin.json — plugin manifest (name, description, metadata).

The plugin's skill is auto-discovered from the existing skills/anythink/ directory — no files moved, no skill changes.

Install (for users)

/plugin marketplace add anythink-cloud/anythink-cli
/plugin install anythink@anythink

Config/metadata only — no code change.

Add .claude-plugin/marketplace.json and plugin.json so the repo can be
installed as a Claude Code plugin. The plugin ships the existing
skills/anythink skill (auto-discovered from the repo-root skills/ dir),
letting users add it with:

  /plugin marketplace add anythink-cloud/anythink-cli
  /plugin install anythink@anythink
@chrisaddams chrisaddams merged commit 0b82700 into main Jun 27, 2026
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.

1 participant