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