Loading...
Loading...
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
npx skill4agent add aaaaqwq/claude-code-skills skill-creatorskill-name/
├── SKILL.md # 必需:技能描述
├── SKILL_SPEC.md # 可选:详细规范
├── examples/ # 可选:示例文件
└── scripts/ # 可选:辅助脚本---
name: skill-name
description: 简短描述
license: MIT
metadata:
version: 1.0.0
domains: [category]
type: [tool|specialist|automation]
---
# 技能名称
## 当使用此技能
- 场景 1
- 场景 2
## 能力
1. 功能 1
2. 功能 2
## 触发词
- "关键词 1"
- "关键词 2"