Standalone Claude Code marketplace that publishes only the claude-code-meta plugin and the associated skill-reference examples. This repo is published on GitHub as artimath/surf-market.
plugins/claude-code-meta/: complete Claude Code meta plugin (SKILL.md, references, CHANGELOG, and builder commands).plugins/claude-code-meta/skills/claude-code-meta/references/skill-examples/: exported skill and public artifacts for modeling high-fidelity skill layouts and outputs.
/plugin marketplace add git@github.com:artimath/surf-market.git
/plugin install claude-code-meta@surf-marketRestart Claude Code after installation so the claude-code-meta skill (with /build-* and /update-plugin) becomes available.
Alternatively use the claude CLI to register/install:
claude plugin marketplace add git@github.com:artimath/surf-market.git
claude plugin install claude-code-meta@surf-marketclaude --help lists all CLI commands and flags you can use to automate installs or validations.
Once the marketplace is registered and the claude-code-meta plugin is installed, invoke the builders by referencing their skill names directly. For example:
- Skill creation → “Use the Skill Builder skill to scaffold a new workflow skill for onboarding.”
- Plugin publication → “Run the Plugin Builder skill to organize the new commands/agents into a plugin.”
- Marketplace setup → “Ask the Marketplace Builder skill to generate a marketplace manifest and install instructions.”
Each builder skill loads automatically with the plugin; just mention it (or run /build-skill, /build-plugin, /build-marketplace, /build-hook, /build-command, or /update-plugin) and the meta workflows execute in context.