Slash Command
The /command syntax that invokes a skill in Claude Code, loading its SKILL.md file, references, and context into the active session.
Slash commands are how operators invoke skills. Typing /produce-content loads the content production skill with its methodology, voice standards, anti-slop rules, and output format. The command maps directly to a SKILL.md file in .claude/skills/. Commands can be chained in sequence (/produce-content then /review-content then /edit-content) to form skill chains. Each slash command loads only its required context, keeping the context window efficient. At 52 skills, the slash command namespace is the operator interface to the entire Knowledge OS toolkit.
Where it shows up:
Related Terms
Skills Layer
Skill
A reusable instruction set that encodes a repeatable process. Skills load context, apply methodology...
Methodology
Skill Chain
A sequence of skills where each step builds on the previous output, creating a pipeline greater than...
Foundation
CLAUDE.md
The root instruction file that Claude Code reads at session start, containing your business context,...