by travisvn
A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows — particularly Claude Code
# Add to your Claude Code skills
git clone https://github.com/travisvn/awesome-claude-skillsA curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows
Claude Skills teach Claude how to perform tasks in a repeatable way
They are specialized folders containing instructions, scripts, and resources that Claude dynamically discovers and loads when relevant to tasks.
Skills employ a progressive disclosure architecture for efficiency:
This design allows multiple Skills to remain available without overwhelming Claude's context window.
No comments yet. Be the first to share your thoughts!
# Install skills from marketplace
/plugin marketplace add anthropics/skills
# Or install from local directory
/plugin add /path/to/skill-directory
Skills are accessible via the /v1/skills API endpoint. See the Skills API documentation for detailed integration examples.
import anthropic
client = anthropic.Client(api_key="your-api-key")
# See API docs for full implementation details
Skills for working with complex file formats: