All skills
Skillintermediate

Claude Skills

A collection of custom skills that extend Claude's capabilities with specialized workflows, methods, and domain knowledge.

Claude Code Knowledge Pack7/10/2026

Overview

Claude Skills

A collection of custom skills that extend Claude's capabilities with specialized workflows, methods, and domain knowledge.


What Are Skills?

Skills are modular packages that transform Claude from a general-purpose assistant into a specialized collaborator. Each skill contains:

  • Instructions - Detailed guidance for specific domains and workflows
  • Reference documentation - Deep knowledge loaded on-demand
  • Templates - Structured output formats for consistent results

Skills work with both Claude Code (CLI) and Claude.ai (web/mobile/desktop).


Skill Categories

<div class="grid cards" markdown> </div>

Quick Start

=== "Claude Code (CLI)"

Reference skills in your project's `CLAUDE.md` or global `~/.claude/CLAUDE.md`:

```markdown
# CLAUDE.md

## Skills

When brainstorming, read and follow /path/to/claude-skills/brainstorm/SKILL.md.
```

[:octicons-arrow-right-24: Full Claude Code setup guide](getting-started/installation-claude-code.md)

=== "Claude.ai (Web/Mobile/Desktop)"

1. Package the skill: `python build.py <skill-name>`
2. Open Claude.ai → Settings → Skills
3. Upload the `.skill` file from `dist/`

[:octicons-arrow-right-24: Full Claude.ai setup guide](getting-started/installation-claude-ai.md)

For Developers

Want to create your own skills or contribute to this collection?

:octicons-arrow-right-24: Developer Guide — Learn the anatomy of a skill, best practices, and how to package for distribution.


License

Personal use. Modify freely.