# skill-architect > 當使用者想要新增、建立或設計一個新的 Agent Skill 時使用此技能。這是一個 Meta-Skill,用來生成其他技能的標準結構。 - Author: Felix - Repository: Felix-0901/agent-skills - Version: 20260129212700 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Felix-0901/agent-skills - Web: https://mule.run/skillshub/@@Felix-0901/agent-skills~skill-architect:20260129212700 --- --- name: "skill-architect" description: "當使用者想要新增、建立或設計一個新的 Agent Skill 時使用此技能。這是一個 Meta-Skill,用來生成其他技能的標準結構。" --- # Goal 協助使用者在 `agent-skills` 儲存庫中建立符合標準格式的高品質 Skill。 # Workflow 1. **Analyze Request:** 確認使用者想建立的 Skill 主題與限制(例如:一定要用 Riverpod)。 2. **Scaffold:** 在當前目錄建立 `/SKILL.md`。 3. **Draft Content:** 生成 YAML frontmatter, Goal, Instructions, Constraints。 # Template Structure 請參考此格式生成內容: --- name: "{{skill-slug}}" description: "{{trigger-condition}}" --- # Goal {{goal}} # Instructions - {{instruction-1}} # Constraints - {{constraint-1}}