Official example skills
Run this command in Claude Code to install the skill
/install https://github.com/anthropics/skillsInstall to your personal skills directory (~/.claude/skills/skills/)
# Create skill directory
mkdir -p ~/.claude/skills/skills
# Download SKILL.md from GitHub
curl -sL "https://raw.githubusercontent.com/anthropics/skills/main/SKILL.md" \
-o ~/.claude/skills/skills/SKILL.mdTarget: ~/.claude/skills/skills/
Visit the GitHub repository to view the full documentation for Anthropic Skills Repository.
Read full documentationProductivity & Organization
Skills for task management, file organization, and productivity
Basic template for creating new skills
Instructs Claude to avoid "AI slop" or generic aesthetics and to make bold design decisions. Works very well for React & Tailwind.
Build complex claude.ai HTML artifacts using React, Tailwind CSS, and shadcn/ui components
Template / helper to build new Claude skills.