Skip to content

v0.1.0

Choose a tag to compare

@sjnims sjnims released this 11 Dec 23:30
· 98 commits to main since this release
2e0779e

Summary

Initial release of the Plugin Development Toolkit - a comprehensive toolkit for developing Claude Code plugins.

What's Included

Core Plugin Features

  • 8 specialized skills with progressive disclosure architecture:

    • hook-development - Event-driven automation with prompt-based hooks
    • mcp-integration - Model Context Protocol server configuration
    • plugin-structure - Directory layout and manifest configuration
    • plugin-settings - Configuration via .claude/plugin-name.local.md files
    • command-development - Slash commands with frontmatter
    • agent-development - Autonomous agents with AI-assisted generation
    • skill-development - Creating skills with progressive disclosure
    • marketplace-structure - Plugin marketplace creation and distribution
  • 3 validation agents:

    • plugin-validator - Validates entire plugin structure and marketplace.json
    • skill-reviewer - Reviews skill quality and triggering reliability
    • agent-creator - Generates new agents from natural language descriptions
  • 2 guided workflow commands:

    • /plugin-dev:create-plugin - 8-phase guided workflow for plugin creation
    • /plugin-dev:create-marketplace - 8-phase guided workflow for marketplace creation

Infrastructure

  • 14 CI/CD workflows for validation, linting, and automation
  • Utility scripts for agent, command, hook, and settings validation
  • Comprehensive documentation (README, CLAUDE.md, CONTRIBUTING.md)

Attribution

Based on original plugin by Daisy Hollman at Anthropic, expanded with enhanced skills, additional utilities, and CI/CD infrastructure.

Full Changelog: https://github.com/sjnims/plugin-dev/commits/v0.1.0