Create Plugin
Skill Verified ActiveScaffold a new Claude Code plugin with proper directory structure, plugin.json, skills, commands, and agents
To automate the creation of new Claude Code plugins, ensuring adherence to best practices and providing a solid starting point for developers.
Features
- Scaffolds new Claude Code plugins
- Generates directory structure and configuration files
- Includes skills, commands, and agents
- Checks for plugin name conflicts
- Creates essential documentation files
Use Cases
- Starting a new Claude Code plugin project
- Ensuring a consistent and correct plugin structure
- Quickly setting up boilerplate for new plugin features
Non-Goals
- Developing plugin logic
- Managing existing plugin code
- Publishing plugins to a marketplace
Installation
First, add the marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-plugin-creator@rufloQuality Score
VerifiedTrust Signals
Similar Extensions
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Plugin Authoring
100Use when creating, modifying, or debugging Claude Code plugins. Triggers on .claude-plugin/, plugin.json, marketplace.json, commands/, agents/, skills/, hooks/ directories. Provides schemas, templates, validation workflows, and troubleshooting.
Cli Creator
100Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read/write commands, return stable JSON, manage auth, and pair with a companion skill.
Spec to Repo
100Use when the user says 'build me an app', 'create a project from this spec', 'scaffold a new repo', 'generate a starter', 'turn this idea into code', 'bootstrap a project', 'I have requirements and need a codebase', or provides a natural-language project specification and expects a complete, runnable repository. Stack-agnostic: Next.js, FastAPI, Rails, Go, Rust, Flutter, and more.
DDD Aggregate
99Scaffold an aggregate root with entity, value objects, repository interface, domain events, and test stubs
Running Claude Code Via Litellm Copilot
100Use when routing Claude Code through a local LiteLLM proxy to GitHub Copilot, reducing direct Anthropic spend, configuring ANTHROPIC_BASE_URL or ANTHROPIC_MODEL overrides, or troubleshooting Copilot proxy setup failures such as model-not-found, no localhost traffic, or GitHub 401/403 auth errors.