BeClaude

Claude Code Skills Library

Browse 5002 official and community skills to automate your AI-assisted development workflow

Claude Code Skills are reusable prompt templates stored as markdown files in .claude/skills/. This directory is synced daily from anthropics/skills, claude-plugins-official, and community collections. See the Skills Guide for detailed instructions.

1773 skills

algorithmic-art

151.9k

Creating algorithmic art using p5.js with seeded randomness and interactive parameter exploration. Use this when users request creating art using code, generative art, algorithmic art, flow fields, or particle systems. Create original algorithmic art rather than copying existing artists' work to avoid copyright violations.

skillOfficial SkillGeneral

angular-architect

New
10k

Generates Angular 17+ standalone components, configures advanced routing with lazy loading and guards, implements NgRx state management, applies RxJS patterns, and optimizes bundle performance. Use when building Angular 17+ applications with standalone components or signals, setting up NgRx stores, establishing RxJS reactive patterns, performance tuning, or writing Angular tests for enterprise apps.

skillCommunityGeneraltesting

api-designer

New
10k

Use when designing REST or GraphQL APIs, creating OpenAPI specifications, or planning API architecture. Invoke for resource modeling, versioning strategies, pagination patterns, error handling standards.

skillCommunityGeneralapidesign

brand-guidelines

151.9k

Applies Anthropic's official brand colors and typography to any sort of artifact that may benefit from having Anthropic's look-and-feel. Use it when brand colors or style guidelines, visual formatting, or company design standards apply.

skillOfficial SkillGeneraldesign

document-skills

148.9k

Collection of document processing suite including Excel, Word, PowerPoint, and PDF capabilities

skillCommunity RegistryDocumentationdocumentation

canvas-design

151.9k

Create beautiful visual art in .png and .pdf documents using design philosophy. You should use this skill when the user asks to create a poster, piece of art, design, or other static piece. Create original visual designs, never copying existing artists' work to avoid copyright violations.

skillOfficial SkillDocumentationdocumentationdesign

@dotworld/shadow-canary-skill

New
1k

Claude Code skill for operating the shadow-canary deployment pattern

skillnpmGeneraldeployment

architecture-designer

New
10k

Use when designing new high-level system architecture, reviewing existing designs, or making architectural decisions. Invoke to create architecture diagrams, write Architecture Decision Records (ADRs), evaluate technology trade-offs, design component interactions, and plan for scalability. Use for system design, architecture review, microservices structuring, ADR authoring, scalability planning, and infrastructure pattern selection — distinct from code-level design patterns or database-only design tasks.

skillCommunityGeneralcode-reviewdesign

compound-engineering

9k

AI-powered development tools that get smarter with every use. Make each unit of engineering work easier than the last. Includes 29 specialized agents, 22 commands, and 19 skills.

skillCommunity RegistryGeneralagentai-poweredcompound-engineering

@cmd-deck/claude-skill

New
1k

Claude Code skill for cmd-deck task management

skillnpmDevelopmentclaude-codeskillcmd-deck

claude-api

151.9k

Reference for the Claude API / Anthropic SDK — model ids, pricing, params, streaming, tool use, MCP, agents, caching, token counting, model migration. TRIGGER — read BEFORE opening the target file; don't skip because it "looks like a one-liner" — whenever: the prompt names Claude/Anthropic in any form (Claude, Anthropic, Fable, Opus, Sonnet, Haiku, `anthropic`, `@anthropic-ai`, `claude-*`, `us.anthropic.*`, `[1m]`); the user asks about an LLM (pricing/model choice/limits/caching) — never answer from memory; OR the task is LLM-shaped with provider unstated (agent/MCP/tool-definition/multi-agent/RAG/LLM-judge/computer-use; generate/summarize/extract/classify/rewrite/converse over NL; debugging refusals/cutoffs/streaming/tool-calls/tokens). SKIP only when another provider is being worked on (overrides all triggers): OpenAI/GPT/Gemini/Llama/Mistral/Cohere/Ollama named in the query; OR `grep -rE 'openai|langchain_openai|google.generativeai|genai|mistralai|cohere|ollama'` over the project hits (run this grep FIRST if no provider named — don't Read the file).

skillOfficial SkillGeneralapimcpagent

atlassian-mcp

New
10k

Integrates with Atlassian products to manage project tracking and documentation via MCP protocol. Use when querying Jira issues with JQL filters, creating and updating tickets with custom fields, searching or editing Confluence pages with CQL, managing sprints and backlogs, setting up MCP server authentication, syncing documentation, or debugging Atlassian API integrations.

skillCommunityDocumentationdocumentationapimcp
Showing 12 of 1773 skills
or scroll to auto-load

Getting Started

1. Create the directory

mkdir -p .claude/skills

2. Copy a skill file

Click the copy button on any skill card above, then save the content to .claude/skills/skill-name.md

3. Invoke in Claude Code

/skill-name

Frequently Asked Questions

What are Claude Code Skills?

Claude Code Skills are reusable prompt templates stored as markdown files in your project's .claude/skills/ directory. They let you codify best practices and common workflows into slash commands that Claude follows consistently.

How do I create a Claude Code Skill?

Create a markdown file in .claude/skills/ with instructions for Claude. The filename becomes the command name — for example, .claude/skills/code-review.md can be invoked with /code-review during a Claude Code session.

Can I share skills with my team?

Yes. Skills stored in .claude/skills/ can be committed to version control so every team member has access to the same standardized workflows. You can also organize skills into subdirectories by category.

What is the difference between project and global skills?

Project skills (.claude/skills/) are specific to the current project and are committed to git. Global skills (~/.claude/skills/) are personal skills available across all your projects.

Where does this skills data come from?

This directory syncs skills from official Anthropic repositories (anthropics/skills and claude-plugins-official), community registries (claude-plugins.dev, Smithery.ai), GitHub topic searches, and curated community collections. Data is updated daily to ensure accuracy.