跳转到主要内容
此内容尚未提供您的语言版本,正在以英文显示。

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

质量评分

已验证
95 /100
1 day ago 分析

信任信号

最近提交1 day ago
星标50.2k
许可证MIT
状态
查看源代码

类似扩展

Validate Plugin

100

Validate a Claude Code plugin structure, frontmatter, and MCP tool references

技能
ruvnet

Plugin Authoring

100

用于在创建、修改或调试 Claude Code 插件时使用。当遇到 .claude-plugin/、plugin.json、marketplace.json、commands/、agents/、skills/ 或 hooks/ 目录时触发。提供模式、模板、验证工作流和故障排除。

技能
ivan-magda

Cli Creator

100

Build 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.

技能
openai

Spec to Repo

100

Use 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.

技能
alirezarezvani

DDD Aggregate

99

Scaffold an aggregate root with entity, value objects, repository interface, domain events, and test stubs

技能
ruvnet

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 身份验证错误。

技能
xixu-me