Claude Skills Directory
Find Claude skills that are easier to trust before you install them. Skills Directory indexes reusable agent skills and highlights security grades, source attribution, install paths, and practical use cases.
Indexed skills
36635
Search focus
Claude skill
Security context
Scanned
Top matching skills
Comprehensive guide for designing, building, testing, and distributing Claude skills. Use when user wants to "create a skill", "build a skill", "write a SKILL.md", "design a workflow skill", "make an MCP skill", or asks about skill structure, frontmatter, trigger phrases, or skill best practices. Walks through the full lifecycle from use case definition to distribution.
Setup Claude Code skills from berlysia/dotfiles for web version in other projects. Creates .claude/settings.json with auto-update hook. Use when setting up skills for web version or when user asks to configure, install, or setup external Claude Code skills for web.
Lightweight playbook distilled from AI Architecture to keep dual-engine memory (.ai_context) and manifest dispatcher with minimal overhead; use when bootstrapping or porting the pattern into Claude Skills format.
Use when code changes touch database, cache, queue, or other service-dependent components - enforces testing against real local services instead of mocks
Creates Claude skills with proper structure and best practices. Use when the user asks to create a new skill, generate a skill, or build a custom Claude capability.
Meta knowledge for creating Claude skills. Provides templates, best practices, and patterns for building effective skills with routing tables and reference files. Load this when creating new skills or understanding the skill system. Triggers: create skill, new skill, skill template, skill architecture, SKILL.md.
Check which Claude skills are loaded globally and project-level. Displays loaded skills by category (Hostinger, Anthropic, custom), counts, and helps troubleshoot missing skills.
Use when an issue is too large for a single task - breaks into linked sub-issues with full documentation, ensuring manageable work units
IPv6 is THE first-class citizen. All code, tests, documentation, and configurations MUST be IPv6-first. IPv4 MAY be added only for legacy support as a second-class citizen.
Manage i18n translations for Note Sage plugin. Use when: (1) Adding new translation keys, (2) Updating existing translations, (3) Maintaining consistency across 11 languages (en, ko, ja, es, fr, de, pt, zh, ar, ru, hi), (4) Finding missing translations
CLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
Use this skill when creating next-generation autopoietic Claude skills with enhanced Git-brain integration, adaptive error healing, and emergent pattern recognition. Self-improved version that learned from v1's deployment, optimized for the MONAD ecosystem with φ-tier indexing.
What are Claude skills?
Claude skills are reusable instruction packages, usually centered on a SKILL.md file, that teach Claude a workflow, domain, style, or tool pattern. They are useful when you want Claude to repeat a process reliably without re-explaining it every session.
Why use a security-scanned directory?
Skills can include instructions, scripts, references, and install commands. A directory with security grades helps you spot prompt injection, credential handling, shell execution, network access, and other risk signals before you copy a skill into your agent environment.
How to pick the right skill
Start with your workflow, check the description and source, review the security grade, then install only the skills you actually need. Favor narrow skills that do one job well over broad bundles that try to control every agent behavior.
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
Are Claude skills the same as MCP servers?
No. A skill teaches Claude how to perform a workflow. An MCP server gives Claude access to external tools or data. Many advanced setups use both: MCP for capability, skills for process.
Are all skills on Skills Directory free?
Skills Directory links to community and open-source skills. Individual upstream projects may have their own licenses, but browsing and discovery on Skills Directory is free.
What makes a Claude skill safe?
A safer skill is narrow, transparent, source-attributed, recently maintained, and free of suspicious instructions such as credential exfiltration, hidden network calls, or unreviewed shell execution.