·skill-creator
</>

skill-creator

创建有效的克劳德技能的指南。当用户想要创建(或更新)通过专业知识、工作流程或工具集成扩展 Claude 能力的技能时,应使用此技能。

31安装·0热度·@sammcj

安装

$npx skills add https://github.com/sammcj/agentic-coding --skill skill-creator

如何安装 skill-creator

通过命令行快速安装 skill-creator AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/sammcj/agentic-coding --skill skill-creator
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:sammcj/agentic-coding。

SKILL.md

查看原文

Skills are modular, self-contained packages that extend Claude's capabilities by providing specialised knowledge, workflows, and tools. Think of them as "onboarding guides" for specific domains or tasks - they transform Claude from a general-purpose agent into a specialised agent equipped with procedural knowledge that no model can fully possess.

Understanding how skills work helps you design more effective ones:

Skills are prompt-based context modifiers, not executable code. When a skill is invoked, it doesn't execute actions directly. Instead, it:

创建有效的克劳德技能的指南。当用户想要创建(或更新)通过专业知识、工作流程或工具集成扩展 Claude 能力的技能时,应使用此技能。 来源:sammcj/agentic-coding。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/sammcj/agentic-coding --skill skill-creator
分类
</>开发工具
认证
收录时间
2026-03-04
更新时间
2026-03-11

Browse more skills from sammcj/agentic-coding

快速解答

什么是 skill-creator?

创建有效的克劳德技能的指南。当用户想要创建(或更新)通过专业知识、工作流程或工具集成扩展 Claude 能力的技能时,应使用此技能。 来源:sammcj/agentic-coding。

如何安装 skill-creator?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/sammcj/agentic-coding --skill skill-creator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

https://github.com/sammcj/agentic-coding