A curated collection of 1000+ agent skills from official dev teams and the community, compatible with Claude Code, Codex, Gemini CLI, Cursor, and more.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"awesome-agent-skills": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-awesome-agent-skills"
]
}
}
}