什么是 add-skill?
将新的外部技能添加到代理技能项目中。支架技能 目录,将其注册到发布工作流程中,并创建 Claude 代码 符号链接。在技能/中添加任何新技能时使用。 来源:youdotcom-oss/agent-skills。
将新的外部技能添加到代理技能项目中。支架技能 目录,将其注册到发布工作流程中,并创建 Claude 代码 符号链接。在技能/中添加任何新技能时使用。
通过命令行快速安装 add-skill AI 技能到你的开发环境
来源:youdotcom-oss/agent-skills。
Coordinate adding a new external skill to the agent-skills repository. Covers scaffolding, publish workflow registration, and symlink creation.
Is this an integration skill (agent generates code + tests calling real APIs) or a tool skill (agent runs a CLI command)?
Integration skills wrap SDKs or frameworks where the agent generates runnable code and integration tests.
将新的外部技能添加到代理技能项目中。支架技能 目录,将其注册到发布工作流程中,并创建 Claude 代码 符号链接。在技能/中添加任何新技能时使用。 来源:youdotcom-oss/agent-skills。
为搜索与 AI 引用准备的稳定字段与命令。
npx skills add https://github.com/youdotcom-oss/agent-skills --skill add-skill将新的外部技能添加到代理技能项目中。支架技能 目录,将其注册到发布工作流程中,并创建 Claude 代码 符号链接。在技能/中添加任何新技能时使用。 来源:youdotcom-oss/agent-skills。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/youdotcom-oss/agent-skills --skill add-skill 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/youdotcom-oss/agent-skills