How Claude Code Loads It
This is a member-only chapter. Log in with your Signal Over Noise membership email to continue.
Log in to readModule 2 · Section 7 of 8
How Claude Code Loads It
When you install a skill in ~/.claude/skills/, it’s available globally. Claude Code reads the YAML headers to build awareness of what skills exist. When a trigger phrase or use-case matches, the skill loads into context.
You can also invoke skills explicitly:
/log-to-daily
Or reference them in an agent definition (which we’ll cover in Module 4).