SKILL AUTHORING banner
naodeng naodeng

SKILL AUTHORING

Development community

Description

<div align="right"><strong>🇨🇳 中文</strong> | <a href="./SKILL_AUTHORING_EN.md">🇬🇧 English</a></div> # Skill Authoring Guide(对齐 skill-up / Agent Skills) 本指南把 [alibaba/skill-up](https://github.com/alibaba/skill-up) 与 [Agent Skills 最佳实践](https://agentskills.io/skill-creation/best-practices) 落到本仓库的 QA skill 上。人类贡献者与 coding agent 改 skill 时都应遵守。 ## 目标 Skill 质量应**可度量、可复现、可演进**: 1. **触发准**:`description` 能让 Agent 在正确时机加载本 skill。 2. **上下文省**:`SKILL.md` 只放每次都会用到的核心约束;细节按需加载。 3. **产出稳**:主 prompt 给出最

Installation

Installs to ~/.claude/skills/naodeng-awesome-qa-skills-skill_authoring/SKILL.md

Terminal
mkdir -p ~/.claude/skills/naodeng-awesome-qa-skills-skill_authoring && curl -fsSL https://raw.githubusercontent.com/naodeng/awesome-qa-skills/HEAD/skills/SKILL_AUTHORING.md -o ~/.claude/skills/naodeng-awesome-qa-skills-skill_authoring/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository