Skill让claude code自己提取整合就好了,就是他们说的蒸馏经验吧

  • Skill is a markdown file
  • teaches Claude how to do something
  • Claude applies that knowledge

What is a Skill?

  • Agent skills are folders of instructions, scripts, and resources
  • description is how Claude decides whether to use the skill
    • Matches your request against available skill descriptions and finds this one
    • Compares your request to all available skill descriptions and activates the ones that match

Where Skills live

Store skills in a few places depending on who needs them.

  • Personal skills: home directory  ~/.claude/skills
  • Project skills:root directory of your repository  .claude/skills

What makes Skills different?

  • automatic and task-specific
  • Cluade.md每个会话都调, skills.md有需要或者手动调

When to use Skills

  • best for specialized knowledge that applies to specific tasks.

更多推荐