dotnet/skills✦ 精选0°

create-skill

仓库创建 2026年2月4日最近提交 14 小时前SkillHot 收录 20 天前
▸ 精选理由

快速创建标准化技能模板,减少格式和一致性错误。

▸ 风险提示

会在仓库写文件/改动项目结构,注意代码审查和提交权限。

这个 Skill 做什么

为 dotnet/skills 仓库自动生成符合规范的技能脚手架与 SKILL.md。

为 dotnet/skills 仓库快速搭建技能脚手架并生成规范的 SKILL.md,包含 frontmatter 和章节模板。适合创建新 skill 时用,能自动生成目录结构和文档骨架,减少重复劳动。还会提供合规性和校验建议,方便提交到仓库并通过规范检查。

▸ 展开 SKILL.md 英文原文

Scaffolds new agent skills for the dotnet/skills repository. Use when creating a new skill, generating SKILL.md files, or setting up skill directory structures. Handles frontmatter generation, section templates, and validation guidance.

开发编程脚手架SKILL.md规范化通用
4.8k
Stars
351
Forks
40
仓库内 Skill
+610
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/dotnet/skills/main/.agents/skills/create-skill/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/dotnet/skills/main/.agents/skills/create-skill/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# Create Skill

This skill helps you scaffold new agent skills that conform to the Agent Skills specification and the dotnet/skills repository conventions.

## When to Use

- Creating a new skill from scratch
- Generating a SKILL.md file with proper frontmatter
- Setting up the skill directory structure with optional folders
- Ensuring compliance with agentskills.io specification

## When Not to Use

- Modifying existing skills (edit directly instead)
- Creating custom agents (use the agents/ directory pattern)

## Inputs

| Input | Required | Description |
|-------|----------|-------------|
| Skill name | Yes | Lowercase, alphanumeric, hyphens only (e.g., `code-review`, `ci-triage`) |
| Des
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有