Create Plugin
Skill Verifiziert AktivScaffold 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.
Funktionen
- 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
Anwendungsfälle
- Starting a new Claude Code plugin project
- Ensuring a consistent and correct plugin structure
- Quickly setting up boilerplate for new plugin features
Nicht-Ziele
- Developing plugin logic
- Managing existing plugin code
- Publishing plugins to a marketplace
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-plugin-creator@rufloQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Validate Plugin
100Validate a Claude Code plugin structure, frontmatter, and MCP tool references
Plugin Authoring
100Verwenden Sie dies beim Erstellen, Ändern oder Debuggen von Claude Code-Plugins. Löst bei Verzeichnissen .claude-plugin/, plugin.json, marketplace.json, commands/, agents/, skills/, hooks/ aus. Bietet Schemata, Vorlagen, Validierungs-Workflows und Fehlerbehebung.
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
100Verwenden Sie dies beim Routing von Claude Code über einen lokalen LiteLLM-Proxy zu GitHub Copilot, um die direkten Anthropic-Ausgaben zu reduzieren, indem Sie ANTHROPIC_BASE_URL- oder ANTHROPIC_MODEL-Overrides konfigurieren oder Fehler bei der Einrichtung des Copilot-Proxys beheben, wie z. B. model-not-found, kein localhost-Traffic oder GitHub 401/403-Authentifizierungsfehler.