Skip to content

artimath/surf-market

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Surf Market Marketplace

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.

Contents

  • 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.

Install

/plugin marketplace add git@github.com:artimath/surf-market.git
/plugin install claude-code-meta@surf-market

Restart Claude Code after installation so the claude-code-meta skill (with /build-* and /update-plugin) becomes available.

CLI registration

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-market

claude --help lists all CLI commands and flags you can use to automate installs or validations.

Using the meta skill

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors