RadarTopicsBuildersWeeklyReads
Open Source Radar
travisvn/

awesome-claude-skills

GitHub

Curated list of Claude Skills and related resources. It catalogs official and community skills, how skills load, and getting started with Claude Skill plugins and API endpoints.

15kstars
1.8kforks
695issues
2025since
Star historydaily snapshots by VibeCrowd

Collecting history — the radar snapshots this repo daily. The trend line appears after 3 days of data (1 so far).

Alternatives & relatedmatched by topic overlap
Reviewgenerated from repository data · Aug 5, 2026

What it is

A curated list of Claude Skills, resources, and tools for customizing Claude AI workflows. Claude Skills are specialized folders containing instructions, scripts, and resources that Claude dynamically discovers and loads when relevant to tasks.

How it works

Skills use a progressive disclosure architecture: Metadata loading (~100 tokens) to identify relevant matches, full instructions (<5k tokens) loaded when applicable, and bundled resources loaded as needed. This design allows multiple Skills to remain available without overwhelming Claude's context window.

Getting started

Claude.ai Web Interface: Settings > Capabilities, enable Skills, browse available skills or upload custom skills. For Team/Enterprise, Admin must enable Skills organization-wide first.

Claude Code CLI:

# Install skills from marketplace
/plugin marketplace add anthropics/skills

# Or install from local directory
/plugin add /path/to/skill-directory

Claude API:

import anthropic

client = anthropic.Client(api_key="your-api-key")
# See API docs for full implementation details

Skills are accessible via the /v1/skills API endpoint.

Recent releases

Latest releases section lists "none" for this repository.

Traction

The repository has 14502 stars and 1801 forks. Other numeric metrics include open_issues: 695.

Behind the repo

No information about a linked startup/company is provided in the facts.

Caveats

License is not listed. Created in 2025-10-16, last_push 2026-04-28. Community mentions that skills can execute arbitrary code and include potentially broad access to Claude environments.

SharePost on XLinkedIn
All trending reposRevenue-verified startups →