← ClaudeAtlas

generate-skilllisted

引導使用者建立、更新、審查或最佳化高品質 Agent Skill 定義檔 (SKILL.md),包含官方規格、description 觸發語、references/scripts/assets/evals 結構,以及 5 種核心設計模式。
Benknightdark/neo-skills · ★ 5 · AI & Automation · score 77
Install: claude install-skill Benknightdark/neo-skills
# Skill Generator Specification ## Perceive 1. Receive the user's request to create, update, convert, review, or optimize an Agent Skill. 2. Identify the target task, usage scenarios, pain points, expected outputs, target agent client, and whether the user already has source material such as docs, runbooks, examples, code, prompts, or previous failures. 3. If high-impact information is missing, ask concise follow-up questions before generating final files. Do not invent domain rules that should come from the user or existing project material. ## Reason 1. **Load Official Agent Skills Reference**: Load and analyze `.agents/skills/generate-skill/reference/AgentSkillsOfficialReference.md` first. Treat it as the source of truth for `SKILL.md` frontmatter, directory structure, progressive disclosure, description triggering, scripts, references, assets, evals, and client implementation considerations. 2. **Load Reference Patterns**: Load and analyze `.agents/skills/generate-skill/reference/SkillCategory.md` to understand 5 core design patterns: - **Tool Wrapper**: Suitable for encapsulating APIs, libraries, or team development conventions. - **Generator**: Suitable for consistently producing structured documents in specific formats (e.g., reports, templates). - **Reviewer**: Suitable for systematically checking the quality of code or outputs (e.g., security, style). - **Inversion**: Suitable for guided requirement gathering, ensuring the Agent does not guess answers p