Skill Builder

source_urls

v1.0.0

关于此技能

安装 Skill Builder,这是一款面向AI agent workflows and automation的 AI Agent Skill。查看功能、使用场景、限制条件与安装命令。

功能特性

I automatically load when you mention:
"build a skill" or "create a skill"
"generate a skill" or "make a skill"
"design a skill" or "develop a skill"
"skill builder" or "new skill"
youugiuhiuh youugiuhiuh
[0]
[0]
更新于: 2/26/2026

技能概览

先看适用场景、限制条件和安装路径,再决定是否继续深入。

安装 Skill Builder,这是一款面向AI agent workflows and automation的 AI Agent Skill。查看功能、使用场景、限制条件与安装命令。

核心价值

推荐说明: skill-builder helps agents i automatically load when you mention:. Skill Builder Purpose Helps users create production-ready Claude Code skills that follow best practices from official Anthropic documentation and

适用 Agent 类型

适用场景: i automatically load when you mention:.

赋予的主要能力 · Skill Builder

适用任务: I automatically load when you mention:
适用任务: "build a skill" or "create a skill"
适用任务: "generate a skill" or "make a skill"

! 使用限制与门槛

  • 限制说明: Example: "Read reference.md when you need complete API details"
  • 限制说明: Requires repository-specific context from the skill documentation
  • 限制说明: Works best when the underlying tools and dependencies are already configured

! 来源说明

此页面仍可作为安装与查阅参考。继续使用前,请结合上方适用场景、限制条件和上游仓库说明一起判断。

SKILL.md
Readonly

Skill Builder

Purpose

Helps users create production-ready Claude Code skills that follow best practices from official Anthropic documentation and amplihack's ruthless simplicity philosophy.

When I Activate

I automatically load when you mention:

  • "build a skill" or "create a skill"
  • "generate a skill" or "make a skill"
  • "design a skill" or "develop a skill"
  • "skill builder" or "new skill"
  • "skill for [purpose]"

What I Do

I create skills in 5 steps using amplihack's specialized agents:

  1. Clarify → Define purpose, scope, users (prompt-writer)
  2. Design → Plan structure, token budget, templates (architect)
  3. Generate → Create SKILL.md with proper format (builder)
  4. Validate → Enforce progressive disclosure, check compliance (reviewer)
  5. Test → Define activation tests and edge cases (tester)

For detailed requirements, see Validation Checklist below.

Skill Types Supported

  • skill: Claude Code skills in ~/.amplihack/.claude/skills/ (auto-discovery)
  • agent: Specialized agents in ~/.amplihack/.claude/agents/amplihack/specialized/
  • command: Slash commands in ~/.amplihack/.claude/commands/amplihack/
  • scenario: Production tools in ~/.amplihack/.claude/scenarios/

See examples.md for detailed examples of each type.

Command Interface

For explicit invocation:

bash
1/amplihack:skill-builder <skill-name> <skill-type> <description>

Examples in examples.md.

Official Best Practices Enforcement

This skill enforces Claude API Skill Authoring Best Practices:

  1. Progressive Disclosure Pattern (MANDATORY)

    • SKILL.md < 500 lines (target 1,000-2,000 tokens)
    • Split content into reference.md, examples.md, patterns.md
    • Content-based splitting: beginner (SKILL.md) vs expert (supporting files)
  2. Navigation Guides (MANDATORY for multi-file skills)

    • Explicit "When to Read Supporting Files" section
    • Clear guidance on when to read each file
    • Example: "Read reference.md when you need complete API details"
  3. Source Attribution (MANDATORY for documentation-based skills)

    • source_urls field in YAML frontmatter
    • Enables drift detection and proper attribution
    • Format: source_urls: [list of documentation URLs]
  4. Token Budget

    • SKILL.md: 1,000-2,000 tokens (warning at 2,000+)
    • Supporting files: Unbounded (referenced on-demand)
    • Aggressive splitting encouraged for better UX
  5. Quality Thresholds

    • YAML syntax validation
    • Required fields (name, description, auto_activates, source_urls if applicable)
    • Philosophy compliance > 85%
    • Description clarity for autonomous discovery

Validation Checklist

Before creating any skill, verify:

Name Validation:

  • Kebab-case format (lowercase with hyphens)
  • 3-64 characters
  • No spaces or underscores

Description Quality:

  • 10-1024 characters
  • Includes trigger keywords for auto-discovery
  • Specific, not generic

File Size Limits:

  • SKILL.md < 500 lines (target 300-400 lines)
  • SKILL.md < 2,000 tokens (target 1,000-2,000)
  • Use wc -l SKILL.md to verify

Progressive Disclosure (multi-file skills):

  • "When to Read Supporting Files" section exists
  • Clear navigation guidance
  • Content split: beginner → SKILL.md, expert → reference.md

Source Attribution (docs-based skills):

  • source_urls in YAML frontmatter
  • Links to official documentation

Philosophy Compliance:

  • Score > 85%
  • No stubs or placeholders
  • Zero-BS implementation

Documentation

Supporting Files (progressive disclosure):

  • reference.md: Complete best practices, YAML spec, architecture, validation rules
  • examples.md: Real-world skill creation workflows, testing, troubleshooting

Original Documentation Sources (embedded in reference.md):

  1. Official Claude Code Skills: https://code.claude.com/docs/en/skills
  2. Anthropic Agent SDK Skills: https://docs.claude.com/en/docs/agent-sdk/skills
  3. Agent Skills Engineering Blog: https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-agent-skills
  4. Claude Cookbooks - Skills: https://github.com/anthropics/claude-cookbooks/tree/main/skills
  5. Skills Custom Development Notebook: https://github.com/anthropics/claude-cookbooks/blob/main/skills/notebooks/03_skills_custom_development.ipynb
  6. metaskills/skill-builder (Reference): https://github.com/metaskills/skill-builder

All documentation is embedded in reference.md for offline access. Links provided for updates and verification.


Note: This skill automatically loads when Claude detects skill building intent. For explicit control, use /amplihack:skill-builder.

常见问题与安装步骤

与页面结构化数据保持一致,便于搜索引擎理解。

安装步骤

  1. 1

    打开终端

    在你的项目目录中打开终端或命令行。

  2. 2

    执行安装命令

    运行:npx killer-skills add youugiuhiuh/web3-demos/skill-builder。CLI 会自动识别 IDE 或 AI Agent 并完成配置。

  3. 3

    开始使用技能

    Skill Builder 已启用,可立即在当前项目中调用。

? FAQ

Skill Builder 是什么?
安装 Skill Builder,这是一款面向AI agent workflows and automation的 AI Agent Skill。查看功能、使用场景、限制条件与安装命令。
如何安装 Skill Builder?
运行命令:npx killer-skills add youugiuhiuh/web3-demos/skill-builder。支持 Cursor、Windsurf、VS Code、Claude Code 等 19+ IDE/Agent。
Skill Builder 适用于哪些场景?
典型场景包括:适用任务: I automatically load when you mention:、适用任务: "build a skill" or "create a skill"、适用任务: "generate a skill" or "make a skill"。
Skill Builder 支持哪些 IDE 或 Agent?
该技能兼容 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer。可使用 Killer-Skills CLI 一条命令通用安装。
Skill Builder 有哪些限制?
限制说明: Example: "Read reference.md when you need complete API details";限制说明: Requires repository-specific context from the skill documentation;限制说明: Works best when the underlying tools and dependencies are already configured。

相关技能

寻找 Skill Builder 的替代方案 (Alternative) 或可搭配使用的同类 community Skill?探索以下相关开源技能。

查看全部

openclaw-release-maintainer

Logo of openclaw
openclaw

本地化技能摘要: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. Claude Code, Cursor, and Windsurf workflows.

333.8k
0
AI

widget-generator

Logo of f
f

本地化技能摘要: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat. It covers ai, artificial-intelligence, awesome-list workflows. Claude Code, Cursor, and Windsurf

149.6k
0
AI

flags

Logo of vercel
vercel

本地化技能摘要: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. Claude Code, Cursor, and Windsurf workflows.

138.4k
0
浏览器

pr-review

Logo of pytorch
pytorch

本地化技能摘要: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review. It covers autograd, deep-learning, gpu workflows. Claude Code, Cursor, and Windsurf workflows.

98.6k
0
开发者工具