The agent skills I actually keep around.
# Add to your Claude Code skills
git clone https://github.com/MoizIbnYousaf/Ai-Agent-SkillsI launched this on December 17, 2025, the day after Agent Skills became an open standard, and before skills.sh launched on January 14, 2026.
I built it as a universal installer. That still works, but it is not the center of the project anymore.
If you just want the default universal installer, use skills.sh.
This repo is my library of agent skills: the ones I use, adapt, or recommend.
I only support the major agents.
# Install one skill to all supported agents
npx ai-agent-skills install frontend-design
# Install to a specific agent only
npx ai-agent-skills install frontend-design --agent cursor
# Browse curated collections
npx ai-agent-skills collections
# See my starter set
npx ai-agent-skills list --collection my-picks
# Search the catalog
npx ai-agent-skills search testing
By default, install targets the major agents I already support: Claude Code, Cursor, Codex, Amp, VS Code, Copilot, Gemini CLI, Goose, Letta, Kilo Code, and OpenCode.
Collections are the first place I would tell someone to browse.My Picks is where I would tell most people to start.Featured means I would actively point someone to that skill first.Verified means I have personally checked the skill and its metadata.Categories, tags, and search cover everything that does not need a top-level shelf.The folder layout stays flat under skills/<name>/ because installs stay simpler that way. The catalog handles the grouping.
Start here. They are the front shelf, not the whole catalog.
| Collection | What it's for | Start with |
|-------|-------------|-------------|
| my-picks | The first skills I would install on a fresh setup | frontend-design, mcp-builder, qa-regression |
| build-apps | Web and mobile product work with a high interface bar | frontend-design, react-best-practices, expo-app-design |
| build-systems | Backend, architecture, MCP, and deeper engineering work | mcp-builder, backend-development, `database-desi...
No comments yet. Be the first to share your thoughts!