Universal AI Lib
Browse AI agent skills — full folder-based packages with variants for different tools and environments. From the Universal AI Library.
# Clone the repository
$ git clone https://github.com/YosrBennagra/All-Ai-Lib.git
# Copy skills to your project
$ cp -r All-Ai-Lib/skills/ .github/skills/
# Reference skills in your AI agent config
$ cat .github/skills/prisma/SKILL.md
The original collection of AI agent skills and instructions by Jesse Vincent. A pioneering resource that shaped how we think about structuring reusable AI agent capabilities.
A comprehensive resource by Affaan covering everything about Claude Code — from tips and workflows to advanced agent patterns that informed our skill architecture.
A detailed PDF guide on building production-grade skills for Claude and other AI agents. Covers skill structure, SKILL.md format, variant systems, and best practices that directly shape how this library is organized.