travisvn/awesome-claude-skills

A curated list of awesome Claude Skills, resources, and tools for customizing Claude AI workflows — particularly Claude Code

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 34 minutes ago
Added to GitGenius on September 1st, 2026
Created on October 16th, 2025
Open Issues & Pull Requests: 801 (+0)
GitHub issues: Enabled
Number of forks: 1,944
Total Stargazers: 14,987 (+1)
Total Subscribers: 110 (+0)

Repository Insights (GitGenius)

Most active contributors

Sign in to see contributor activity.

Related repositories by overlapping contributors

No overlapping-contributor repos identified yet.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Issue API getrepoissuespagesummary failed: 429 Rate limit exceeded. Please try again later.

Detailed Description

Awesome Claude Skills is a curated list of Claude Skills, resources, and tools for customizing Claude AI workflows.

Claude Skills solve the problem of teaching Claude to perform repeatable tasks by packaging instructions, scripts, and resources into specialized folders that Claude dynamically discovers and loads when relevant. The approach uses progressive disclosure architecture to manage context efficiency: Claude first scans available Skills metadata to identify matches, then loads full instructions only when the Skill applies, and finally loads bundled resources and executable code only as needed. This design keeps multiple Skills available without overwhelming Claude's context window.

The list serves developers who want to extend Claude's capabilities through custom Skills or discover existing ones. It covers Skills for document manipulation including Word documents, PDFs, PowerPoint presentations, and Excel spreadsheets, as well as design and creative tools for generative art, canvas design, and animated GIF creation. Skills are accessible through Claude.ai's web interface, the Claude Code CLI, and the Claude API via the /v1/skills endpoint. The resource is particularly relevant for those building agentic coding workflows or customizing Claude Desktop and Claude Code environments.

The project maintains a structured collection of official Skills from Anthropic alongside community contributions, with clear documentation on how to enable Skills in different Claude interfaces and how to integrate them programmatically. The curation focuses on practical, production-ready Skills that address common workflows rather than experimental implementations.