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
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.
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.
Meta-skill for creating and managing Claude Code skills
Validate and package a Claude Code Skill into a distributable zip file
Create comprehensive Claude Code Skills through elicitation-driven development
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.
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
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.
Review and rate Claude Code skills. See what humans and AI agents recommend.
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.
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.
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.
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 modelFrequently 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.