If you're building plugins for Claude Code marketplaces, this handles the scaffolding and manifest wrangling so you don't have to. It includes Python scripts that generate the full directory structure, create both plugin.json and marketplace.json files, and bump semantic versions across both manifests at once. The real value is in the automation: creating a new plugin is one command instead of manually setting up directories and keeping two JSON files in sync. It also documents the subdirectory-based command naming pattern and includes reference docs on plugin structure. Solid time saver if you're shipping multiple plugins or maintaining a marketplace.
npx skills add https://github.com/softaworks/agent-toolkit --skill plugin-forge