skill-development by jezweb/claude-skills
npx skills add https://github.com/jezweb/claude-skills --skill skill-development用于创建、审核和维护 Claude Code 技能的工具。对于构建技能或分叉此仓库的任何人来说都是必不可少的。
/create-skill <name>从模板搭建新技能。
功能 :
templates/skill-skeleton/ 复制到 skills/<name>/用法 : /create-skill my-new-skill
/review-skill <name>对现有技能进行质量审查和审计。
功能 :
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
用法 : /review-skill cloudflare-worker-base
/audit [name]用于并行技能验证的多智能体审计群。
功能 :
用法 :
/audit - 审计所有技能/audit cloudflare-* - 审计匹配的技能/audit-skill-deep <name>根据官方文档进行深度内容验证。
功能 :
用法 : /audit-skill-deep tailwind-v4-shadcn
/deep-audit <name>扩展的深度审计,包含全面的文档抓取。
功能 :
archive/audit-cache/用法 : /deep-audit openai-api
/scrape-api <docs-url> [skill-name]根据 API 文档 URL 生成技能。
功能 :
用法 :
/scrape-api https://api.example.com/docs my-api/scrape-api https://rocketdotnet.readme.io/ (自动检测名称: rocket-net-api)支持的平台 :
此技能包含用于创建新技能的模板:
| 模板 | 用途 |
|---|---|
templates/skill-skeleton/ | 要复制的完整技能目录 |
templates/SKILL-TEMPLATE.md | 带有待填项的 SKILL.md |
templates/README-TEMPLATE.md | 带有关键词部分的 README.md |
templates/skill-metadata-v2.yaml | YAML 前置元数据参考 |
templates/RESEARCH_FINDINGS_TEMPLATE.md | 研究成果格式 |
templates/CONTENT_AUDIT_TEMPLATE.md | 审计清单 |
# 选项 1: 使用 /create-skill (推荐)
/create-skill my-new-skill
# 选项 2: 手动复制
cp -r skills/skill-development/templates/skill-skeleton/ skills/my-new-skill/
# 然后填写待填项
技能在发布前应满足以下标准:
name 和 description 的 YAML 前置元数据完整清单 : 请参阅仓库根目录下的 ONE_PAGE_CHECKLIST.md。
此技能提供用于自动化技能维护的智能体:
| 智能体 | 用途 |
|---|---|
skill-creator | 搭建具有适当结构的新技能 |
api-doc-scraper | 根据 API 文档 URL 生成技能 |
version-checker | 验证包版本是否为最新 |
content-accuracy-auditor | 比较技能内容与官方文档 |
code-example-validator | 验证代码示例语法是否正确 |
api-method-checker | 验证记录的 API 方法是否存在 |
doc-validator | 检查文档质量 |
bulk-updater | 跨多个技能应用更改 |
这些智能体位于 .claude/agents/(仓库级别)和 agents/(技能捆绑包中),并由命令使用。
1. /create-skill my-skill
2. 填写 SKILL.md 中的待填项
3. 根据需要添加模板、参考、脚本
4. /review-skill my-skill
5. 修复任何问题
6. 测试: /plugin install ./skills/my-skill
7. 提交并推送
1. /audit # 快速检查所有技能
2. /audit-skill-deep my-skill # 深度检查特定技能
3. 审查发现的问题
4. 修复问题或记录为已知限制
5. 更新 metadata.last_verified 日期
1. 运行: ./scripts/check-all-versions.sh
2. 审查 VERSIONS_REPORT.md
3. 对需要更新的所有技能执行 /audit
4. 更新包版本
5. 测试受影响的技能
6. 提交: "chore: quarterly version updates"
如果您已分叉此仓库以维护自己的技能:
/plugin install ./skills/skill-development.claude/agents/git fetch upstream && git merge upstream/main该工具设计为独立工作 - 您不需要完整的仓库即可使用这些命令。
每周安装数
151
仓库
GitHub 星标数
643
首次出现
2026年2月2日
安全审计
安装于
claude-code118
opencode100
replit96
gemini-cli94
codex88
cursor82
Tools for creating, auditing, and maintaining Claude Code skills. Essential for anyone building skills or forking this repository.
/create-skill <name>Scaffold a new skill from templates.
What it does :
templates/skill-skeleton/ to skills/<name>/Usage : /create-skill my-new-skill
/review-skill <name>Quality review and audit of an existing skill.
What it does :
Usage : /review-skill cloudflare-worker-base
/audit [name]Multi-agent audit swarm for parallel skill verification.
What it does :
Usage :
/audit - Audit all skills/audit cloudflare-* - Audit matching skills/audit-skill-deep <name>Deep content validation against official documentation.
What it does :
Usage : /audit-skill-deep tailwind-v4-shadcn
/deep-audit <name>Extended deep audit with comprehensive doc scraping.
What it does :
archive/audit-cache/Usage : /deep-audit openai-api
/scrape-api <docs-url> [skill-name]Generate a skill from API documentation URL.
What it does :
Usage :
/scrape-api https://api.example.com/docs my-api/scrape-api https://rocketdotnet.readme.io/ (auto-detects name: rocket-net-api)Supported Platforms :
This skill includes templates for creating new skills:
| Template | Purpose |
|---|---|
templates/skill-skeleton/ | Complete skill directory to copy |
templates/SKILL-TEMPLATE.md | SKILL.md with TODOs to fill |
templates/README-TEMPLATE.md | README.md with keywords section |
templates/skill-metadata-v2.yaml | YAML frontmatter reference |
templates/RESEARCH_FINDINGS_TEMPLATE.md | Research output format |
templates/CONTENT_AUDIT_TEMPLATE.md |
# Option 1: Use /create-skill (recommended)
/create-skill my-new-skill
# Option 2: Manual copy
cp -r skills/skill-development/templates/skill-skeleton/ skills/my-new-skill/
# Then fill in the TODOs
Skills should meet these criteria before publishing:
name and descriptionFull checklist : See ONE_PAGE_CHECKLIST.md in repo root.
This skill provides agents for automated skill maintenance:
| Agent | Purpose |
|---|---|
skill-creator | Scaffold new skills with proper structure |
api-doc-scraper | Generate skills from API documentation URLs |
version-checker | Verify package versions are current |
content-accuracy-auditor | Compare skill content vs official docs |
code-example-validator | Validate code examples are syntactically correct |
api-method-checker |
These agents are in .claude/agents/ (repo-level) and agents/ (skill-bundled) and used by the commands.
1. /create-skill my-skill
2. Fill in TODOs in SKILL.md
3. Add templates, references, scripts as needed
4. /review-skill my-skill
5. Fix any issues
6. Test: /plugin install ./skills/my-skill
7. Commit and push
1. /audit # Quick check all skills
2. /audit-skill-deep my-skill # Deep check specific skill
3. Review findings
4. Fix issues or document as known limitations
5. Update metadata.last_verified date
1. Run: ./scripts/check-all-versions.sh
2. Review VERSIONS_REPORT.md
3. /audit for all skills needing updates
4. Update package versions
5. Test affected skills
6. Commit: "chore: quarterly version updates"
If you've forked this repo to maintain your own skills:
/plugin install ./skills/skill-development.claude/agents/ for your needsgit fetch upstream && git merge upstream/mainThe tooling is designed to work standalone - you don't need the full repo to use these commands.
Weekly Installs
151
Repository
GitHub Stars
643
First Seen
Feb 2, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykWarn
Installed on
claude-code118
opencode100
replit96
gemini-cli94
codex88
cursor82
agent-browser 浏览器自动化工具 - Vercel Labs 命令行网页操作与测试
157,400 周安装
| Audit checklist |
| Verify documented API methods exist |
doc-validator | Check documentation quality |
bulk-updater | Apply changes across multiple skills |