Scaffolds a complete Claude Code plugin with the full directory structure, plugin.json, skills with proper MCP tool wiring, commands, agents, and the canonical contract sections like namespace coordination and ADR-0001. It checks for name conflicts, auto-discovers skills from directories instead of listing them in plugin.json, and generates a smoke.sh script with at least 8 structural checks. The real value is in the embedded knowledge of common MCP tool mistakes to avoid, like referencing the nonexistent embeddings_embed tool or passing namespace args to agentdb tools that route by tier. If you're extending Claude Code and want the boilerplate done correctly the first time, this gets you there.
npx skills add https://github.com/ruvnet/ruflo --skill create-plugin