Create Plugin
技能 已验证 活跃Scaffold 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.
功能
- 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
使用场景
- Starting a new Claude Code plugin project
- Ensuring a consistent and correct plugin structure
- Quickly setting up boilerplate for new plugin features
非目标
- Developing plugin logic
- Managing existing plugin code
- Publishing plugins to a marketplace
安装
请先添加 Marketplace
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-plugin-creator@ruflo质量评分
已验证类似扩展
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Plugin Authoring
100用于在创建、修改或调试 Claude Code 插件时使用。当遇到 .claude-plugin/、plugin.json、marketplace.json、commands/、agents/、skills/ 或 hooks/ 目录时触发。提供模式、模板、验证工作流和故障排除。
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
100当通过本地 LiteLLM 代理将 Claude Code 路由到 GitHub Copilot 时使用,以减少直接的 Anthropic 支出,配置 ANTHROPIC_BASE_URL 或 ANTHROPIC_MODEL 覆盖,或对 Copilot 代理设置失败进行故障排除,例如 model-not-found、无 localhost 流量或 GitHub 401/403 身份验证错误。