skill-creator by skillcreatorai/ai-agent-skills
npx skills add https://github.com/skillcreatorai/ai-agent-skills --skill skill-creator技能是模块化包,通过提供专业知识、工作流和工具来扩展 Claude 的能力。
上下文窗口是共享资源。只添加 Claude 原本没有的上下文。质疑每一部分:"Claude 真的需要这个吗?"
skill-name/
├── SKILL.md (必需)
│ ├── YAML 前言 (name, description)
│ └── Markdown 指令
└── Bundled Resources (可选)
├── scripts/ - 可执行代码
├── references/ - 文档
└── assets/ - 模板、图片
---
name: my-skill-name
description: 关于此技能功能及使用场景的清晰描述
---
# My Skill Name
[当此技能激活时给 Claude 的指令]
## 示例
- 示例用法 1
- 示例用法 2
## 指导原则
- 指导原则 1
- 指导原则 2
收集技能将如何使用的具体示例。思考:
分析示例以识别:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
创建包含 SKILL.md 和资源文件夹的技能目录结构。
在实际任务中使用该技能,发现问题,改进。
保持 SKILL.md 在 500 行以内。拆分内容:
# PDF Processing
## 快速开始
[代码示例]
## 高级功能
- **表单填写**:参见 [FORMS.md](FORMS.md)
- **API 参考**:参见 [REFERENCE.md](REFERENCE.md)
技能是为 AI 智能体设计的,而非人类。
每周安装量
131
代码仓库
GitHub 星标数
963
首次出现
2026年1月20日
安全审计
安装于
opencode108
gemini-cli103
codex100
cursor93
github-copilot92
claude-code86
Skills are modular packages that extend Claude's capabilities by providing specialized knowledge, workflows, and tools.
The context window is a shared resource. Only add context Claude doesn't already have. Challenge each piece: "Does Claude really need this?"
skill-name/
├── SKILL.md (required)
│ ├── YAML frontmatter (name, description)
│ └── Markdown instructions
└── Bundled Resources (optional)
├── scripts/ - Executable code
├── references/ - Documentation
└── assets/ - Templates, images
---
name: my-skill-name
description: A clear description of what this skill does and when to use it
---
# My Skill Name
[Instructions for Claude when this skill is active]
## Examples
- Example usage 1
- Example usage 2
## Guidelines
- Guideline 1
- Guideline 2
Gather concrete examples of how the skill will be used. Ask:
Analyze examples to identify:
Create the skill directory structure with SKILL.md and resource folders.
Use the skill on real tasks, notice struggles, improve.
Keep SKILL.md under 500 lines. Split content:
# PDF Processing
## Quick start
[code example]
## Advanced features
- **Form filling**: See [FORMS.md](FORMS.md)
- **API reference**: See [REFERENCE.md](REFERENCE.md)
Skills are for AI agents, not humans.
Weekly Installs
131
Repository
GitHub Stars
963
First Seen
Jan 20, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode108
gemini-cli103
codex100
cursor93
github-copilot92
claude-code86
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
155,300 周安装