Skip to content
Cline

awesome agent skills for Cline

io.github.shadowrootdev/awesome-agent-skills

MCP server with 100+ AI agent skills from Anthropic, Vercel, Trail of Bits, Hugging Face & more.

client:Cline transport:stdio runtime:npm

Install awesome agent skills in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "awesome-agent-skills": {
      "command": "npx",
      "args": [
        "-y",
        "awesome-agent-skills-mcp"
      ],
      "env": {
        "SKILLS_REPO_URL": "<SKILLS_REPO_URL>",
        "SKILLS_CACHE_DIR": "<SKILLS_CACHE_DIR>",
        "SKILLS_SYNC_INTERVAL": "<SKILLS_SYNC_INTERVAL>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

awesome agent skills in other clients