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

Validate Plugin

技能 已验证 活跃

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

功能

  • 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

使用场景

  • Validating a plugin after creation or modification
  • Catching structural issues before publishing a plugin
  • Ensuring compliance with Claude Code plugin standards

非目标

  • Validating the logic or functionality of skills, commands, or agents
  • Checking for runtime errors within the plugin's code
  • Publishing or distributing plugins

工作流

  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

实践

  • Plugin development best practices
  • Code validation
  • Developer tooling

先决条件

  • Claude Code environment
  • A plugin directory path as input

安装

请先添加 Marketplace

/plugin marketplace add ruvnet/ruflo
/plugin install ruflo-plugin-creator@ruflo

质量评分

已验证
100 /100
about 9 hours ago 分析

信任信号

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