什么是 skill-creator?
遵循座席技能开放标准创建有效座席技能的指南。当用户想要创建新技能(或更新现有技能)以通过专业知识、工作流程或工具集成扩展代理功能时,应使用此技能。 来源:jkappers/agent-skills。
遵循座席技能开放标准创建有效座席技能的指南。当用户想要创建新技能(或更新现有技能)以通过专业知识、工作流程或工具集成扩展代理功能时,应使用此技能。
通过命令行快速安装 skill-creator AI 技能到你的开发环境
来源:jkappers/agent-skills。
Every skill requires a SKILL.md file in a named directory:
YAML frontmatter between --- markers. The open standard requires name and description.
Must match the parent directory name. Lowercase letters, numbers, hyphens only. Maximum 64 characters. Must not start or end with a hyphen. Must not contain consecutive hyphens (--).
遵循座席技能开放标准创建有效座席技能的指南。当用户想要创建新技能(或更新现有技能)以通过专业知识、工作流程或工具集成扩展代理功能时,应使用此技能。 来源:jkappers/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/jkappers/agent-skills --skill skill-creator遵循座席技能开放标准创建有效座席技能的指南。当用户想要创建新技能(或更新现有技能)以通过专业知识、工作流程或工具集成扩展代理功能时,应使用此技能。 来源:jkappers/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/jkappers/agent-skills --skill skill-creator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/jkappers/agent-skills