什麼是 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