Files
leo-claude-mktplace/.claude/skills/claude-plugin-developer
lmiranda ba599e342e refactor: update repository URL and rebrand to Bandit Labs
- Update git remote to new Tailscale hostname
- Replace old organization name (hhl-infra) with bandit
- Replace old repository name (claude-code-hhl-toolkit) with support-claude-mktplace
- Update all documentation references to use generic gitea.example.com
- Rebrand from HyperHive Labs to Bandit Labs across all files
- Rename workspace file to match new repository name

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 11:51:13 -05:00
..

Claude Plugin Developer Skill

Installation

  1. Download the entire claude-plugin-developer folder
  2. Place it in your skills directory (or wherever you manage your skills)
  3. Add it to your marketplace or use it directly

What's Included

  • SKILL.md - The main skill file with comprehensive plugin development guidelines
  • references/ - Detailed guides for specific topics:
    • manifest-schema.md - Complete plugin.json schema reference
    • command-metadata.md - Command frontmatter specifications
    • hook-patterns.md - Event-based automation patterns
    • marketplace-guide.md - Plugin distribution strategies
    • mcp-integration.md - MCP server integration guide
    • performance-guide.md - Performance optimization tips
  • scripts/ - Helper utilities:
    • init_plugin.py - Generate new plugin structure
    • validate_manifest.py - Validate plugin.json files
    • test_commands.py - Automated command testing

Quick Usage

When creating a new plugin:

python scripts/init_plugin.py my-new-plugin

To validate a plugin manifest:

python scripts/validate_manifest.py path/to/plugin.json

To test plugin commands:

python scripts/test_commands.py path/to/plugin

Purpose

This skill helps you create secure, standards-compliant Claude Code plugins following Anthropic's official guidelines. Use it whenever you need to:

  • Create a new plugin from scratch
  • Debug plugin loading issues
  • Set up marketplaces
  • Develop commands, agents, hooks, or MCP servers
  • Ensure security compliance
  • Publish to marketplaces