new-skill

仓库创建 2026年2月7日最近提交 1 个月前SkillHot 收录 20 天前
▸ 精选理由

适合维护大规模技能库的开发者,一键生成合格的技能模板

▸ 风险提示

会在仓库中创建或修改技能文件,需写入权限并注意审查内容

这个 Skill 做什么

按仓库规范交互式生成符合前置信息和完整结构的SKILL.md技能文件

把你的模糊需求通过对话整理成符合仓库规范的 SKILL.md 文件:把目的、触发词、工具需求等拉成完整的模板并写到 .claude/skills/<name>/SKILL.md。适合你想把某个重复流程做成技能或新增 slash command 时用。特别之处是会交互式提问把前置信息补齐,力求一次通过格式与完整性校验。

▸ 展开 SKILL.md 英文原文

Scaffold a new skill that follows this repo's conventions — interviews for purpose, trigger phrases, and tool needs, then writes `.claude/skills/<name>/SKILL.md` from the skill template with frontmatter and body that pass the integrity gates on first try. Use when user says "write a skill", "scaffold a skill", "create a new skill", "I keep doing X, make it a skill", "new slash command", or "turn this workflow into a skill". NOT for capturing a one-off session discovery — that is `/learn`.

Skill 开发管理技能脚手架模板化仓库规范通用
1.4k
Stars
2.8k
Forks
40
仓库内 Skill
+59
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/new-skill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/pedrohcgs/claude-code-my-workflow/main/.claude/skills/new-skill/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# /new-skill — Author a Convention-Compliant Skill

Scaffold a new skill the way this template's gold-standard skills are written: a **deep module behind a simple interface** (Ousterhout, *A Philosophy of Software Design* — "deep modules": a small surface that hides substantial implementation). The user supplies a fuzzy intent; this skill interviews it into a tight spec, then writes `.claude/skills/<name>/SKILL.md` with frontmatter and body that are mutually consistent — so `check-skill-integrity.py` and `check-surface-sync.sh` pass without a second pass.

Adapted from the *write-a-skill* pattern in [mattpocock/skills](https://github.com/mattpocock/skills), reshaped to this repo's frontmatte
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有