什麼是 skill writer?
從自然語言描述產生有效的守望者技能定義 來源:getsentry/warden。
從自然語言描述產生有效的守望者技能定義
透過命令列快速安裝 skill writer AI 技能到你的開發環境
來源:getsentry/warden。
Describe what the skill should do, and this will generate a complete skill YAML file.
When the user describes a skill they want to create:
| Read | Read file contents | Analysis skills (always) | | Grep | Search file contents | Finding patterns/issues | | Glob | Find files by pattern | Discovering relevant files | | WebFetch | Fetch URL content | CVE lookups, doc references | | WebSearch | Web search | External information | | Write | Create files | NEVER for review skills |
從自然語言描述產生有效的守望者技能定義 來源:getsentry/warden。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/getsentry/warden --skill skill writer從自然語言描述產生有效的守望者技能定義 來源:getsentry/warden。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/getsentry/warden --skill skill writer 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/getsentry/warden