Claude Code
Custom slash commands defined in markdown files that extend Claude Code's capabilities for specific workflows.
Custom slash commands defined in markdown files that extend Claude Code's capabilities for specific workflows. Skills are stored in .claude/commands/ and can be project-specific or global. Each skill file contains instructions that Claude Code follows when the skill is invoked. Skills let teams codify common workflows - deployment procedures, code review checklists, content creation pipelines - as reusable, shareable commands.
In practice, developers reach for Skills (Claude Code) when they need the capability described above as part of an AI feature or workflow.
Hands-on guides, comparisons, and tutorials that cover Claude Code.
Custom slash commands defined in markdown files that extend Claude Code's capabilities for specific workflows.
Skills (Claude Code) sits in the Claude Code part of the AI stack. Understanding it helps you make better decisions when building, debugging, and shipping AI features.
Developers Digest publishes tutorials and videos that cover Claude Code topics including Skills (Claude Code). Check the blog and YouTube channel for hands-on walkthroughs.
Hidden instructions prepended to every conversation that define an AI model's behavior, personality, and constraints.
A markdown file placed in your project root that configures Claude Code's behavior.
User-defined shell commands that run automatically at specific points in the Claude Code lifecycle - before a tool executes, after a tool completes, or when a notification fires.

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.