A curated directory for teaching AI agents new tricks
This repo catalogs the emerging ecosystem of "Skills"—lightweight, folder-based knowledge packs that turn generic LLMs into domain specialists.

What it does
Think of it as an awesome-list for a new file format. The repo collects tutorials, official vendor skill packs, and community-made skill folders that teach Claude, ChatGPT, Cursor, and other agents how to do specific jobs—frontend design, code review, n8n workflow building, even “PUA-ing” the AI to work harder. Each skill is just a standardized folder with a SKILL.md, optional scripts, and reference materials.
The interesting bit
The project documents three competing installation ecosystems in real time: Claude App’s store and sideloading, Vercel’s npx skills CLI with its own registry and leaderboard, plus OpenClaw’s split world between the international ClawHub and Tencent’s China-oriented SkillHub. It’s a rare snapshot of a format war happening in plain text folders.
Key highlights
- Standard skill structure:
SKILL.md+references/+scripts/+assets/ - Curated lists of official skills from Anthropic, OpenAI, Google, Cloudflare, Stripe, and others
- CLI tooling coverage:
npx skills(Vercel),npx clawhub(OpenClaw),skillhub(Tencent) - Community skills for programming, content creation, product integration, and research
- Security warning section noting risks from external API calls and silent script execution
- Multilingual: Chinese primary, with English and Japanese translations
Caveats
- README truncates mid-sentence in the security section, so the full guidance is cut off
- Heavy China-centric bias in tooling recommendations (Tencent SkillHub, WPS skills, WeChat writing tools)
- Some listed “official” vendor repos appear speculative (e.g.,
github.com/openai/skillsas of current knowledge)
Verdict
Worth bookmarking if you’re building or consuming agent skills and want to see where the ecosystem is heading. Skip it if you’re looking for a framework or tool—this is pure curation and documentation, not code.