什么是 skill-creator?
创建有效的克劳德技能的指南。当用户想要创建(或更新)通过专业知识、工作流程或工具集成扩展 Claude 能力的技能时,应使用此技能。 来源:sammcj/agentic-coding。
创建有效的克劳德技能的指南。当用户想要创建(或更新)通过专业知识、工作流程或工具集成扩展 Claude 能力的技能时,应使用此技能。
通过命令行快速安装 skill-creator AI 技能到你的开发环境
来源:sammcj/agentic-coding。
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创建有效的克劳德技能的指南。当用户想要创建(或更新)通过专业知识、工作流程或工具集成扩展 Claude 能力的技能时,应使用此技能。 来源:sammcj/agentic-coding。
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/sammcj/agentic-coding --skill skill-creator 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/sammcj/agentic-coding