Handles the mechanical bits of creating and managing Claude Code plugins so you're not hand-editing JSON manifests or forgetting to bump versions in two places. Includes Python scripts that scaffold new plugins with proper directory structure, generate both plugin.json and marketplace.json files, and handle semantic versioning automatically. The workflows cover everything from initial setup through local testing to marketplace registration. Most useful when you're building multiple plugins or maintaining a marketplace, since it enforces consistent structure and catches the easy mistakes like version mismatches. The conventional commit guidance and reference docs are solid if you're setting up a team workflow around plugin development.
npx skills add https://github.com/davila7/claude-code-templates --skill plugin-forge