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
工作流
- 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
实践
- 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质量评分
已验证类似扩展
Create Command
100Interactive assistant for creating new Claude commands with proper structure, patterns, and MCP tool integration
Plugin Authoring
100用于在创建、修改或调试 Claude Code 插件时使用。当遇到 .claude-plugin/、plugin.json、marketplace.json、commands/、agents/、skills/ 或 hooks/ 目录时触发。提供模式、模板、验证工作流和故障排除。
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
100当通过本地 LiteLLM 代理将 Claude Code 路由到 GitHub Copilot 时使用,以减少直接的 Anthropic 支出,配置 ANTHROPIC_BASE_URL 或 ANTHROPIC_MODEL 覆盖,或对 Copilot 代理设置失败进行故障排除,例如 model-not-found、无 localhost 流量或 GitHub 401/403 身份验证错误。
Guard
100保护 Claude Code 会话免受上下文溢出影响,通过运行一个后台守护进程来监控会话大小并在压缩命中之前自动进行修剪。当用户说“guard”、“protect session”、“context getting long”、“prevent compaction”、“session management”或正在运行需要持续上下文保护的代理团队时使用。