AI / ML|Productivity|DevelopmentTypeScript
awesome-agent-skills
A community-curated list of agent skills for AI assistants.
N/A rating (0 reviews)0 installs3,747 GitHub stars
agent skillsAItutorials
This repository provides tutorials, guides, and directories for agent skills that enable AI assistants to perform tasks on demand without retraining. It focuses on real-world skills created by engineering teams, compatible with various AI platforms.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"awesome-agent-skills-1": {
"args": [
"-y",
"@modelcontextprotocol/server-awesome-agent-skills-1"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.