Tagged
Slash-Commands
Claude Code Hands-On (10): Skills, and When to Reach for Each Extension Mechanism
Skills are the newest extension mechanism in Claude Code: a folder, a SKILL.md, and a body of instructions the model loads on demand. How they differ from slash commands, MCP servers, and hooks — with a decision tree for …
Claude Code Hands-On (3): Custom Slash Commands and Conversation Control
Slash commands turn repeated workflows into one-line invocations. $ARGUMENTS makes them parameterized. The right ones become your team's shared vocabulary.