Zum Hauptinhalt springen
Dieser Inhalt ist noch nicht in Ihrer Sprache verfügbar und wird auf Englisch angezeigt.

Validate Plugin

Skill Verifiziert Aktiv

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

Zweck

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

  1. Read plugin.json
  2. Verify declared skills, commands, and agents exist
  3. Validate SKILL.md and agent .md frontmatter
  4. Check for misplaced files
  5. Verify MCP tool references
  6. 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@ruflo

Qualitätspunktzahl

Verifiziert
100 /100
Analysiert about 22 hours ago

Vertrauenssignale

Letzter Commitabout 24 hours ago
Sterne50.2k
LizenzMIT
Status
Quellcode ansehen

Ähnliche Erweiterungen

Create Command

100

Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration

Skill
NeoLabHQ

Plugin Authoring

100

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

Skill
ivan-magda

Migrate Validate

100

Validate pending migrations for foreign key consistency, rollback safety, and best practices

Skill
ruvnet

Openclaw Testing

100

Choose, run, rerun, or debug OpenClaw tests, CI checks, Docker E2E lanes, release validation, and the cheapest safe verification path.

Skill
steipete

Running Claude Code Via Litellm Copilot

100

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

Skill
xixu-me

Guard

100

Schü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.

Skill
Ruya-AI