skill-builder by rysweet/amplihack
npx skills add https://github.com/rysweet/amplihack --skill skill-builder遵循官方规范和最佳实践,创建可用于生产环境的 Agent Skills。
当您提到以下内容时,我会自动加载:
在创建任何技能之前,请阅读这些文档的最新版本:
这些是权威来源。如果本技能中的任何内容与这些官方文档相矛盾,以官方文档为准。
分 5 个步骤创建技能:
广告位招租
在这里展示您的产品或服务
触达数万 AI 开发者,精准高效
只有两个字段是必需的:
---
name: my-skill
description: 此技能的功能以及何时使用它。包含用于发现的特定关键词。
---
可选字段:license、compatibility、metadata、allowed-tools。
Claude Code 增加的字段:disable-model-invocation、user-invocable、model、context、agent、hooks、argument-hint。
请勿使用:version(请使用 metadata.version)、auto_activates、priority_score、source_urls、evaluation_criteria、invokes、philosophy、maturity — 这些字段在任何运行时中都不被识别。
来自官方最佳实践:
✅ 前置元数据:name 和 description 存在且有效
✅ 名称:小写,仅使用连字符,1-64 个字符,与目录名匹配
✅ 描述:1-1024 个字符,第三人称,包含触发关键词
✅ 正文:少于 500 行
✅ 引用:相对于 SKILL.md 只有一级深度
✅ 无过时内容:无时间性引用
✅ 术语一致:整个文档中每个概念使用一个术语
✅ 已测试:至少使用 3 个代表性提示词进行测试并正常工作
每周安装量
113
代码仓库
GitHub 星标数
39
首次出现
2026 年 1 月 23 日
安全审计
安装于
opencode107
claude-code102
cursor99
codex98
gemini-cli97
github-copilot95
Creates production-ready Agent Skills following the official specifications and best practices.
I automatically load when you mention:
Before creating any skill, read the current versions of these docs:
These are the source of truth. If anything in this skill contradicts those docs, the official docs win.
Create skills in 5 steps:
Only two fields are required:
---
name: my-skill
description: What this skill does and when to use it. Include specific keywords for discovery.
---
Optional fields: license, compatibility, metadata, allowed-tools.
Claude Code adds: disable-model-invocation, user-invocable, model, context, agent, hooks, argument-hint.
Do NOT use : version (use metadata.version), auto_activates, priority_score, source_urls, evaluation_criteria, invokes, philosophy, maturity — none of these are recognized by any runtime.
From the official best practices:
✅ Frontmatter : name and description present and valid ✅ Name : Lowercase, hyphens only, 1-64 chars, matches directory name ✅ Description : 1-1024 chars, third person, includes trigger keywords ✅ Body : Under 500 lines ✅ References : One level deep from SKILL.md ✅ No stale content : No temporal references ✅ Consistent terminology : One term per concept throughout ✅ Tested : Works with at least 3 representative prompts
Weekly Installs
113
Repository
GitHub Stars
39
First Seen
Jan 23, 2026
Security Audits
Gen Agent Trust HubPassSocketPassSnykPass
Installed on
opencode107
claude-code102
cursor99
codex98
gemini-cli97
github-copilot95
React 组合模式指南:Vercel 组件架构最佳实践,提升代码可维护性
118,000 周安装