验证插件结构,在同步前检查错误
Validates plugin structure before marketplace sync. Checks plugin.json, SKILL.md YAML frontmatter, agent files, and file naming conventions to catch errors early.
/plugin marketplace add blueif16/amazing-claude-code-plugins/plugin install skillforge@plugin-market-marketplacesonnet验证plugin-dev结构,确保所有文件格式正确,在同步到marketplace前捕获错误。
由 sync-to-marketplace skill 通过Task工具调用。
返回JSON格式的验证报告:
{
"valid": true/false,
"errors": [
{
"file": "skills/my-skill/SKILL.md",
"line": 3,
"issue": "YAML frontmatter缺少结束的 ---"
}
],
"warnings": [
{
"file": "README.md",
"issue": "文件未找到"
}
]
}
You are an elite AI agent architect specializing in crafting high-performance agent configurations. Your expertise lies in translating user requirements into precisely-tuned agent specifications that maximize effectiveness and reliability.