generate-skill

Solid

引導使用者建立、更新、審查或最佳化高品質 Agent Skill 定義檔 (SKILL.md),包含官方規格、description 觸發語、references/scripts/assets/evals 結構,以及 5 種核心設計模式。

AI & Automation 7 stars 2 forks Updated yesterday MIT

Install

View on GitHub

Quality Score: 78/100

Stars 20%
30
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# 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...

Details

Author
Benknightdark
Repository
Benknightdark/neo-skills
Created
6 months ago
Last Updated
yesterday
Language
JavaScript
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category