Claude Code

Claude Code Skills

Claude Code skills package repeatable developer workflows into reusable instructions. Use them for code review, debugging, frontend polish, testing, documentation, infrastructure, and project-specific automation.

Indexed skills

36634

Search focus

Claude Code

Security context

Scanned

Top matching skills

Skill DeveloperA

Create and manage Claude Code skills following Anthropic best practices. Use when creating new skills, modifying skill-rules.json, understanding trigger patterns, working with hooks, debugging skill activation, or implementing progressive disclosure. Covers skill structure, YAML frontmatter, trigger types (keywords, intent patterns, file paths, content patterns), enforcement levels (block, suggest, warn), hook mechanisms (UserPromptSubmit, PreToolUse), session tracking, and the 500-line rule.

developmenttypescriptbash
0
19,645
Skill BuilderA

Create new Claude Code Skills with proper YAML frontmatter, progressive disclosure structure, and complete directory organization. Use when you need to build custom skills for specific workflows, generate skill templates, or understand the Claude Skills specification.

data-aitypescriptgo
0
10,716
Skill DeveloperA

Meta-skill for creating and managing Claude Code skills

data-aipythonbash
0
3,487
Package Skill for DistributionA

Validate and package a Claude Code Skill into a distributable zip file

toolspythonbash
0
866
Build Claude Code SkillA

Create comprehensive Claude Code Skills through elicitation-driven development

toolsgotesting
0
866
Create Agent SkillsA

Expert guidance for creating, writing, building, and refining Claude Code Skills. Use when working with SKILL.md files, authoring new skills, improving existing skills, or understanding skill structure and best practices.

data-aigotesting
0
751
Claude Code SkillA

MCP (Model Context Protocol) integration for OpenClaw/Clawdbot. Use when you need to: - Connect and orchestrate MCP tool servers (filesystem, GitHub, etc.) - Persist state across sessions with IndexedDB/localStorage - Sync sessions across multiple devices

developmenttypescriptbash
0
665
Skill PorterA

Converts Claude Code skills to Gemini CLI extensions and vice versa. Use when the user wants to make a skill cross-platform compatible, port a skill between platforms, or create a universal extension that works on both Claude Code and Gemini CLI.

toolsjavascriptjava
0
665
ClawdtmA

Review and rate Claude Code skills. See what humans and AI agents recommend.

data-aigobash
0
665
Skill

Generate a working CLI from any API, then wrap it in a Claude Code skill. Point it at API docs, a live URL, or a peek-api capture and get a dual-mode Commander.js CLI (human + agent output) plus a ready-to-use skill folder. Use when user wants to wrap an API in a CLI, generate a CLI from API docs, turn an API into a command-line tool, scaffold a CLI from discovered endpoints, or create a skill for an API.

developmenttypescriptbash
0
437
Moai Foundation ClaudeA

Canonical Claude Code skill authoring kit covering agent Skills, sub-agent templates, custom slash commands, orchestration patterns, hooks, memory, settings, and IAM permission rules aligned with official documentation.

developmenttypescriptpython
0
388
Skill DevelopmentA

Tools for creating, auditing, and maintaining Claude Code skills. Includes /create-skill for scaffolding, /review-skill for quality checks, and /audit commands for bulk verification. Use when: building new skills, maintaining skill quality, or forking claude-skills repo.

toolsbashtesting
0
278

Best use cases

The highest-value Claude Code skills encode engineering habits: test-first development, systematic debugging, framework conventions, design-system rules, secure code review, deployment checklists, and repository-specific workflows.

Install fewer, better skills

A small set of precise Claude Code skills usually works better than a giant pile of overlapping rules. Pick skills that trigger on clear tasks and keep broad personality or style instructions in project context instead.

Security matters for coding agents

Coding skills may include commands, scripts, or repo access patterns. Review the security grade and source before installing a skill that can influence code, files, secrets, or deployment workflows.

Why security-scanned skills matter

Skills can influence agent behavior, suggest commands, include helper files, or touch code and data. Skills Directory adds security context so you can inspect risk before installing a workflow from a public repo.

See the security model

Frequently asked questions

Where do Claude Code skills live?

Claude Code commonly loads skills from project-level or user-level skills directories. Many skills are distributed as GitHub folders containing a SKILL.md file and optional support files.

What are the best Claude Code skills?

The best skills are workflow-specific: code review, frontend design, testing, debugging, API design, docs, security, and deployment skills tend to produce the most repeatable value.

Can Claude Code skills include scripts?

Yes, some skills include supporting scripts or reference files. That is powerful, but it also means you should inspect source and security signals before installing.