Validate Plugin
Skill Verifiziert AktivValidate a Claude Code plugin structure, frontmatter, and MCP tool references
To ensure Claude Code plugins adhere to expected formats and structures, catching errors before deployment.
Funktionen
- Validates plugin directory structure
- Checks plugin.json schema
- Verifies skill, command, and agent file existence
- Validates SKILL.md and agent frontmatter
- Reports on MCP tool reference validity
Anwendungsfälle
- Validating a plugin after creation or modification
- Catching structural issues before publishing a plugin
- Ensuring compliance with Claude Code plugin standards
Nicht-Ziele
- Validating the logic or functionality of skills, commands, or agents
- Checking for runtime errors within the plugin's code
- Publishing or distributing plugins
Workflow
- Read plugin.json
- Verify declared skills, commands, and agents exist
- Validate SKILL.md and agent .md frontmatter
- Check for misplaced files
- Verify MCP tool references
- Report overall pass/fail with specific suggestions
Praktiken
- Plugin development best practices
- Code validation
- Developer tooling
Voraussetzungen
- Claude Code environment
- A plugin directory path as input
Installation
Zuerst Marketplace hinzufügen
/plugin marketplace add ruvnet/ruflo/plugin install ruflo-plugin-creator@rufloQualitätspunktzahl
VerifiziertVertrauenssignale
Ähnliche Erweiterungen
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration
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.
Migrate Validate
100Validate pending migrations for foreign key consistency, rollback safety, and best practices
Openclaw Testing
100Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.
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.
Guard
100Schützen Sie Claude Code-Sitzungen vor Kontextüberlauf, indem Sie einen Hintergrund-Daemon ausführen, der die Sitzungsgröße überwacht und automatisch bereinigt, bevor die Komprimierung erreicht wird. Verwenden Sie dies, wenn der Benutzer "guard", "protect session", "context getting long", "prevent compaction", "session management" sagt oder Agententeams ausführt, die einen kontinuierlichen Kontextschutz benötigen.