Skill Summary

Skill Summary

Claude Skills are Agent Skills — they follow the Agent Skills open format. Skills are specialized workflows trained to work in a very specific way.

Claude Code extends the standard with additional features like: invocation control, subagent execution, dynamic context injection.

Claude Code has built-in skills already available in every session. Built-in skills will not show up under /skills — that only lists user-defined skills.

Built-in skills:

Skills you create can be invoked automatically ("How does this code work?" triggers a matching skill) or directly (e.g. /explain-code src/auth/login.ts).

Where skills are located:

Kinds of skills:

Related: Agent Skills, Skill Anatomy, Plugins