Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
spences10 avatar

Plugin Dev

  • 5 installs
  • 35 repo stars
  • Updated April 29, 2026
  • spences10/claude-code-toolkit

Helps with ai & agent building tasks.

About

plugin-dev is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted development.

  • plugin-dev
  • AI & Agent Building
  • AI-coding skill

Plugin Dev by the numbers

  • 5 all-time installs (skills.sh)
  • +1 installs in the week ending Aug 5, 2026 (Skillselion tracking)
  • Ranked #13,065 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/spences10/claude-code-toolkit --skill plugin-dev

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5
repo stars35
Last updatedApril 29, 2026
Repositoryspences10/claude-code-toolkit

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Plugin Development

Develop and distribute Claude Code plugins and marketplaces.

Quick Commands

# Validate marketplace/plugin
claude plugin validate .

# Test local install
/plugin marketplace add ./path/to/marketplace
/plugin install my-plugin@marketplace-name

# Check installed plugins
/plugin list

Marketplace Schema

Required fields in .claude-plugin/marketplace.json:

{
  "name": "marketplace-name",
  "owner": { "name": "Your Name" },
  "plugins": [
    {
      "name": "plugin-name",
      "source": "./plugins/plugin-name",
      "description": "What it does"
    }
  ]
}

Plugin Schema

Required fields in .claude-plugin/plugin.json:

{
  "name": "plugin-name",
  "description": "What it does",
  "version": "1.0.0"
}

Common Errors

ErrorFix
owner: expected objectAdd "owner": { "name": "..." }
plugins.0: expected objectChange string array to object array
source: Invalid inputUse ./path/to/plugin format

References

  • marketplace-schema.md - Full marketplace fields
  • plugin-schema.md - Full plugin fields
  • validation-guide.md - Debugging validation errors
  • distribution.md - Publishing to GitHub

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.