什麼是 skill-standardization?
標準化並驗證 SKILL.md 檔案以符合專案規範。在創建新技能、將現有技能轉換為標準格式或驗證技能文件結構時使用。處理章節標題轉換、frontmatter 標準化和缺失章節檢測。 來源:akillness/skills-template。
標準化並驗證 SKILL.md 檔案以符合專案規範。在創建新技能、將現有技能轉換為標準格式或驗證技能文件結構時使用。處理章節標題轉換、frontmatter 標準化和缺失章節檢測。
透過命令列快速安裝 skill-standardization AI 技能到你的開發環境
來源:akillness/skills-template。
Execute the main conversion script to standardize all SKILL.md files:
| convertskills.py | Main conversion script - handles section headings, frontmatter, missing sections | | removeduplicates.py | Removes duplicate Examples, Best practices, References sections | | finalcleanup.py | Direct string replacement for remaining Korean headings |
| ## Purpose (legacy) | ## Purpose | | ## When to Use (legacy) | ## When to use this skill | | ## Procedure (legacy) | ## Instructions | | ## Examples (legacy) | ## Examples | | ## Best Practices (legacy) | ## Best practices | | ## References (legacy) | ## References | | ## Output Format (legacy) | ## Output format |
標準化並驗證 SKILL.md 檔案以符合專案規範。在創建新技能、將現有技能轉換為標準格式或驗證技能文件結構時使用。處理章節標題轉換、frontmatter 標準化和缺失章節檢測。 來源:akillness/skills-template。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/akillness/skills-template --skill skill-standardization標準化並驗證 SKILL.md 檔案以符合專案規範。在創建新技能、將現有技能轉換為標準格式或驗證技能文件結構時使用。處理章節標題轉換、frontmatter 標準化和缺失章節檢測。 來源:akillness/skills-template。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/akillness/skills-template --skill skill-standardization 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/akillness/skills-template