Configure Skills

Skills are capability extension packs for Claude Code — they equip Claude with specialized domain knowledge, workflows, and toolchains. Install a Skill, and Claude gains a new ability.

Install Skills

Type /plugin in Claude Code to enter the plugin management interface. The built-in Marketplace sources from the Anthropic official Skills repository , allowing you to browse, install, and manage directly:

Claude Code Chat
Planned example

The Anthropic-native route is planned and its configuration is shown only as a reference. This page preserves configuration steps for the Anthropic-native protocol. This example is intentionally not copyable in its current display state.

This screenshot will be refreshed with kineticRouter branding during the integration documentation pass.

Search for the desired Skill in the Discover tab and install it with one click.

Install via CLI

You can also install a specific Skill directly from the command line:

Planned example

The Anthropic-native route is planned and its configuration is shown only as a reference. This page preserves configuration steps for the Anthropic-native protocol. This example is intentionally not copyable in its current display state.

Skills Marketplace

In addition to the built-in Marketplace, there are excellent third-party Skills platforms:

Skills.sh

An open Agent Skills ecosystem — search and install with a single command:

Planned example

The Anthropic-native route is planned and its configuration is shown only as a reference. This page preserves configuration steps for the Anthropic-native protocol. This example is intentionally not copyable in its current display state.

This screenshot will be refreshed with kineticRouter branding during the integration documentation pass.

ClawHub

A community-driven Skills publishing platform with version management and semantic search:

This screenshot will be refreshed with kineticRouter branding during the integration documentation pass.

Project-Level Skills: CLAUDE.md

Create a CLAUDE.md file in your project root. Claude Code automatically loads it on startup as project-level context and conventions:

CLAUDE.md
Planned example

The Anthropic-native route is planned and its configuration is shown only as a reference. This page preserves configuration steps for the Anthropic-native protocol. This example is intentionally not copyable in its current display state.

CLAUDE.md is the most common way to configure project-level Skills — no installation needed, just place it in the project root to take effect.

Learn More