Use when starting any conversation - establishes how to find and use skills, requiring Skill tool invocation before ANY response including clarifying questions
Run this command in Claude Code to install the skill
/install https://github.com/obra/superpowers/tree/main/skills/using-superpowersInstall to your personal skills directory (~/.claude/skills/using-superpowers/)
# Create skill directory
mkdir -p ~/.claude/skills/using-superpowers
# Download SKILL.md from GitHub
curl -sL "https://raw.githubusercontent.com/obra/superpowers/main/skills/using-superpowers/SKILL.md" \
-o ~/.claude/skills/using-superpowers/SKILL.mdTarget: ~/.claude/skills/using-superpowers/
Visit the GitHub repository to view the full documentation for using-superpowers.
Read full documentationProductivity & Organization
Skills for task management, file organization, and productivity
Build complex claude.ai HTML artifacts using React, Tailwind CSS, and shadcn/ui components
Basic template for creating new skills
Official example skills
Instructs Claude to avoid "AI slop" or generic aesthetics and to make bold design decisions. Works very well for React & Tailwind.