Skip to content

verygoodsoftwareorg/claude-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Claude Code Plugin Marketplace

A collection of shareable plugins for Claude Code.

Available Plugins

Plugin Description
external-agent-review Get an external code review from another AI model (Codex or Gemini CLI)

Installation

Add the marketplace

/plugin marketplace add verygoodsoftwareorg/claude-plugins

Install a plugin

/plugin install external-agent-review@verygood-plugins

Team configuration

Add to your project's .claude/settings.json to pre-configure for team members:

{
  "extraKnownMarketplaces": {
    "verygood-plugins": {
      "source": {
        "source": "github",
        "repo": "verygoodsoftwareorg/claude-plugins"
      }
    }
  },
  "enabledPlugins": {
    "external-agent-review@verygood-plugins": true
  }
}

Contributing a Plugin

  1. Create a directory under plugins/ with your plugin name
  2. Add .claude-plugin/plugin.json with the plugin manifest
  3. Add skills under skills/<skill-name>/SKILL.md
  4. Add a README.md describing the plugin
  5. Register the plugin in .claude-plugin/marketplace.json
  6. Submit a pull request

Directory Structure

.claude-plugin/
  marketplace.json          # Marketplace catalogue
plugins/
  <plugin-name>/
    .claude-plugin/
      plugin.json           # Plugin manifest
    skills/
      <skill-name>/
        SKILL.md            # Skill definition
    README.md               # Plugin documentation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors