Tagged

Slash-Commands

Apr 25, 2026 Claude Code Hands-On 5 min read

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 …

Apr 18, 2026 Claude Code Hands-On 4 min read

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.