← Back to Skills Marketplace

Claude Skills Documentation

Learn how to install, configure, and execute custom skills to supercharge your terminal workflow with Claude Code.

What are Claude Code Skills?

Claude Code is Anthropic's state-of-the-art terminal assistant. Custom skills are specialized instruction manifests, checklists, and automated agent tools that extend Claude's core capabilities.

By installing a skill, you teach Claude specific architectural patterns, security standards, coding guidelines, or automated commands designed for your project. This ensures zero hallucination and high reliability for specialized programming tasks.

01

Install Claude Code CLI

Before adding custom skills, make sure you have the official Claude Code package installed globally via NPM:

$npm install -g @anthropic-ai/claude-code

Once installed, initialize it in your workspace directory by running:

$claude
02

Install Naviklabs Skills

Installing custom skills is incredibly simple. Browse our Skills Marketplace, find the skill you need, and copy its direct installation command.

For example, to install the Impeccable styling agent:

$claude skill install naviklabs/impeccable