什么是 skill-creator?
根据代理技能规范创建新的 AI 代理技能。触发点:当用户要求创建新技能、添加代理指令或记录 AI 模式时。 来源:gentleman-programming/gentleman-skills。
根据代理技能规范创建新的 AI 代理技能。触发点:当用户要求创建新技能、添加代理指令或记录 AI 模式时。
通过命令行快速安装 skill-creator AI 技能到你的开发环境
来源:gentleman-programming/gentleman-skills。
| Generic skill | {technology} | pytest, playwright, typescript | | Prowler-specific | prowler-{component} | prowler-api, prowler-ui, prowler-sdk-check | | Testing skill | prowler-test-{component} | prowler-test-sdk, prowler-test-api | | Workflow skill | {action}-{target} | skill-creator, jira-task |
Key Rule: references/ should point to LOCAL files (docs/developer-guide/.mdx), not web URLs.
| name | Yes | Skill identifier (lowercase, hyphens) | | description | Yes | What + Trigger in one block | | license | Yes | Always Apache-2.0 for Prowler | | metadata.author | Yes | gentleman-programming | | metadata.version | Yes | Semantic version as string |
根据代理技能规范创建新的 AI 代理技能。触发点:当用户要求创建新技能、添加代理指令或记录 AI 模式时。 来源:gentleman-programming/gentleman-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/gentleman-programming/gentleman-skills --skill skill-creatorBrowse more skills from gentleman-programming/gentleman-skills
根据代理技能规范创建新的 AI 代理技能。触发点:当用户要求创建新技能、添加代理指令或记录 AI 模式时。 来源:gentleman-programming/gentleman-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/gentleman-programming/gentleman-skills --skill skill-creator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/gentleman-programming/gentleman-skills