帮助你编写、审查并规范符合 agentskills.io 规范的技能文档
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "skill-authoring" 技能: 1. 下载 https://raw.githubusercontent.com/microsoft/GitHub-Copilot-for-Azure/main/.github/skills/skill-authoring/SKILL.md 2. 保存为 ~/.claude/skills/skill-authoring/SKILL.md 3. 装好后重载技能,告诉我可以用了
请根据 agentskills.io 规范,为一个“会议纪要整理”技能起草完整的 SKILL.md,包括 frontmatter、使用说明、示例和最佳实践。
一份结构完整、字段规范的技能文档草稿,可直接进一步编辑。
请检查下面这份 SKILL.md 是否符合 agentskills.io 规范,指出缺失项、格式问题和可改进之处,并给出修订建议。
一份合规性检查清单,包含问题说明与可执行的修改建议。
我准备提交一个技能相关 PR,请根据技能规范帮我整理变更说明,概括新增内容、结构调整和兼容性影响。
一份清晰的 PR 说明文本,便于审阅者快速理解技能变更。
This skill provides guidance for writing Agent Skills that comply with the agentskills.io specification.
name: 1-64 chars, lowercase + hyphens, match directorydescription: 1-1024 chars, ≤60 words, explain WHAT and WHENWHEN: with quoted trigger phrases (preferred over USE FOR:)DO NOT USE FOR: unless the skill has trigger overlap with a broader skill (see frontmatter guidelines)>- folded scalars)SKILL.md (required) - Instructionsreferences/ (optional) - Detailed docsscripts/ (optional) - Executable codeFrontmatter: name (lowercase-hyphens), description (WHAT + WHEN)
Metadata (~100 tokens) loads at startup. SKILL.md (<5000 tokens) loads on activation. References load only when explicitly linked (not on activation). Keep SKILL.md lean.
References are JIT (just-in-time) loaded:
[text](references/file.md) load[Recipes](references/recipes/README.md) not [Recipes](references/recipes/)See REFERENCE-LOADING.md for details.
# Run from the scripts directory
cd scripts
npm run references # Validate all skill links
npm run tokens -- check # Check token limits
When reviewing or authoring skills, verify:
See Validation for detailed procedures.
分析并精简 Markdown 内容,降低 token 消耗并提升 AI 处理效率。
帮助你规划并创建新的自定义技能,生成结构、说明文档与可选脚本