什么是 skill-validator?
验证代理技能的正确性、可读性、工作流程清晰度和隔离性,确保它们可以独立安装,而不依赖于其他技能。 来源:prulloac/agent-skills。
验证代理技能的正确性、可读性、工作流程清晰度和隔离性,确保它们可以独立安装,而不依赖于其他技能。
通过命令行快速安装 skill-validator AI 技能到你的开发环境
来源:prulloac/agent-skills。
When to use this skill Use this skill when you need to validate an agent skill folder, checking its structure, content, and adherence to best practices. This includes verifying frontmatter, readability, workflow definitions, validation steps, cross-references, and isolation from other skills.
When no issues are found: ✅ No issues found. The skill is valid and ready for use.
| Repeated workflow steps | Step description appears in both SKILL.md and references/workflow.md | Consolidate; cross-reference | | Duplicate examples | Same code example shown in multiple sections | Keep in one place; reference from others |
验证代理技能的正确性、可读性、工作流程清晰度和隔离性,确保它们可以独立安装,而不依赖于其他技能。 来源:prulloac/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/prulloac/agent-skills --skill skill-validator验证代理技能的正确性、可读性、工作流程清晰度和隔离性,确保它们可以独立安装,而不依赖于其他技能。 来源:prulloac/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/prulloac/agent-skills --skill skill-validator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/prulloac/agent-skills