npx skills add https://github.com/jmsktm/claude-settings --skill 'Skill Creator'技能创建器技能可帮助您按照 ID8Labs 标准设计、构建和记录新的 Claude Code 技能。它指导您完成从概念到实现的完整技能创建过程,确保您的技能结构良好、文档齐全,并能与 Claude Code 生态系统无缝集成。
此技能自动化了技能创建的样板工作,同时强制执行有关命名约定、文件结构、工作流设计和文档的最佳实践。它帮助您思考技能设计决策,确定适当的复杂度级别,定义清晰的触发条件,并创建全面的文档,使您的技能易于使用和维护。
当您希望通过新的、可重用的工作流来扩展 Claude Code 的能力,以解决重复性问题或自动化复杂任务时,请使用此技能。
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
/skills/[slug]/SKILL.md| 操作 | 命令/触发器 |
|---|---|
| 创建新技能 | "Create a skill for [purpose]" |
| 从模板搭建 | "Scaffold a skill called [name]" |
| 审查现有技能 | "Review this skill: [path or content]" |
| 将工作流转换为技能 | "Turn this workflow into a skill: [workflow]" |
| 生成技能元数据 | "Generate metadata for [skill concept]" |
| 设计技能工作流 | "Design workflows for [skill purpose]" |
| 验证技能结构 | "Validate this skill file: [path]" |
name: Human-Readable Name
slug: kebab-case-identifier
description: One-line description (under 100 chars)
category: development | operations | meta | design | data | testing
complexity: simple | complex | multi-agent
version: "1.0.0"
author: "ID8Labs"
triggers:
- "natural language trigger 1"
- "natural language trigger 2"
tags:
- relevant-tag-1
- relevant-tag-2
dependencies:
tools:
- playwright
- supabase
mcps:
- firecrawl
- github
skills:
- other-skill-slug
requires_config:
- ENV_VAR_NAME: "Description of what this is for"
examples_dir: "./examples"
| 类别 | 目的 | 示例 |
|---|---|---|
| development | 构建和编码 | 代码审查、脚手架、重构 |
| operations | 部署和基础设施 | CI/CD、监控、部署 |
| meta | 关于 AI/技能的技能 | 提示工程、工作流设计 |
| design | UI/UX 和创意工作 | 组件设计、设计系统 |
| data | 数据库和数据工作流 | 模式设计、迁移、查询 |
| testing | 质量保证 | 测试生成、端到端测试 |
| content | 写作和文档 | 技术写作、营销文案 |
## Core Workflows
### Workflow 1: Execute [Action]
1. Receive input
2. Process input
3. Return output
## Core Workflows
### Workflow 1: [Primary Action]
1. Analyze input
2. **If** [condition]:
- Path A
3. **Else**:
- Path B
4. Synthesize results
5. Validate output
## Core Workflows
### Workflow 1: Coordinate [Task]
1. Assess requirements
2. **Delegate** to Skill A for [subtask]
3. **Delegate** to Skill B for [subtask]
4. **Monitor** progress
5. **Integrate** results
6. Validate final output
在认为技能完成之前:
技能应随使用情况而发展:
每周安装次数
–
代码仓库
GitHub 星标数
2
首次出现时间
–
安全审计
The Skill Creator skill helps you design, build, and document new Claude Code skills following ID8Labs standards. It guides you through the complete skill creation process, from concept to implementation, ensuring your skills are well-structured, properly documented, and integrate seamlessly with the Claude Code ecosystem.
This skill automates the boilerplate work of skill creation while enforcing best practices around naming conventions, file structure, workflow design, and documentation. It helps you think through skill design decisions, identify the right complexity level, define clear triggers, and create comprehensive documentation that makes your skills easy to use and maintain.
Use this skill whenever you want to extend Claude Code's capabilities with new, reusable workflows that solve recurring problems or automate complex tasks.
/skills/[slug]/SKILL.md| Action | Command/Trigger |
|---|---|
| Create new skill | "Create a skill for [purpose]" |
| Scaffold from template | "Scaffold a skill called [name]" |
| Review existing skill | "Review this skill: [path or content]" |
| Convert workflow to skill | "Turn this workflow into a skill: [workflow]" |
| Generate skill metadata | "Generate metadata for [skill concept]" |
| Design skill workflows | "Design workflows for [skill purpose]" |
| Validate skill structure | "Validate this skill file: [path]" |
Name Clearly : Skill names should be instantly understandable
Choose Right Complexity :
Define Natural Triggers : Use phrases users would actually say
Document Workflows Step-by-Step : Each workflow should be executable
Provide Quick Reference : Users shouldn't need to read full docs
Include Examples : Show real usage
name: Human-Readable Name
slug: kebab-case-identifier
description: One-line description (under 100 chars)
category: development | operations | meta | design | data | testing
complexity: simple | complex | multi-agent
version: "1.0.0"
author: "ID8Labs"
triggers:
- "natural language trigger 1"
- "natural language trigger 2"
tags:
- relevant-tag-1
- relevant-tag-2
dependencies:
tools:
- playwright
- supabase
mcps:
- firecrawl
- github
skills:
- other-skill-slug
requires_config:
- ENV_VAR_NAME: "Description of what this is for"
examples_dir: "./examples"
| Category | Purpose | Examples |
|---|---|---|
| development | Building and coding | Code review, scaffolding, refactoring |
| operations | Deployment and infrastructure | CI/CD, monitoring, deployment |
| meta | Skills about AI/skills | Prompt engineering, workflow design |
| design | UI/UX and creative work | Component design, design systems |
| data | Database and data workflows | Schema design, migrations, queries |
| testing | Quality assurance | Test generation, E2E testing |
| content | Writing and documentation | Technical writing, marketing copy |
## Core Workflows
### Workflow 1: Execute [Action]
1. Receive input
2. Process input
3. Return output
## Core Workflows
### Workflow 1: [Primary Action]
1. Analyze input
2. **If** [condition]:
- Path A
3. **Else**:
- Path B
4. Synthesize results
5. Validate output
## Core Workflows
### Workflow 1: Coordinate [Task]
1. Assess requirements
2. **Delegate** to Skill A for [subtask]
3. **Delegate** to Skill B for [subtask]
4. **Monitor** progress
5. **Integrate** results
6. Validate final output
Before considering a skill complete:
Skills should evolve with usage:
Weekly Installs
–
Repository
GitHub Stars
2
First Seen
–
Security Audits
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
147,400 周安装
Tag Thoughtfully : Help users discover your skill
Version Properly : Follow semantic versioning