返回 Skill 列表
extension
分类: AI Agent 能力无需 API Key

Generating New Skills

元技能,能够从检测到的模式中创建其他技能。当用户反复解释工作流程(2次或以上)、说‘记住这个’或者你注意到重复模式时使用。

person作者: jakexiaohubgithub

Skill Generator

When to Use

  • User explains same process 2+ times
  • User says "remember this", "save workflow"
  • You notice reusable pattern
  • Detailed step-by-step methodology provided

Detection Signals

  1. Repetition (2+ similar requests)
  2. Detailed instructions
  3. Explicit: "make this a skill"
  4. API/docs pattern

Auto-Learning Process

Track Pattern

npm run learn:track
# or
npm run learn:record "what asked" "how to do it"

Threshold → Auto-Generate

After 2 occurrences: .claude/skills/auto-[intent]-[id]/SKILL.md

Generated Format

Official Anthropic format:

  • YAML: name + description only
  • Gerund-form naming
  • Under 500 lines
  • Progressive disclosure