loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

agentskills-mcp

MCP Tool

pinkpixel-dev/agentskills-mcp

FastMCP server for discovering and installing agent skills from large curated GitHub skill collections.

Install

$ npx loaditout add pinkpixel-dev/agentskills-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "agentskills-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "agentskills-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

Agent Skills MCP

pinkpixel-agentskills-mcp is a stdio MCP server for discovering, reading, and downloading agent skills from curated GitHub repositories.

GitHub: https://github.com/pinkpixel-dev/agentskills-mcp

It is built for a practical workflow:

  • search a large curated skill collection instead of searching all of GitHub
  • inspect a matching skill directly from GitHub
  • install a skill locally when the agent should actually use it
  • suggest a grounded starter scaffold when there is not an exact match
Why This Exists

This server exists because a large skill library is only useful if an agent can actually find the right skill quickly.

With more than 1,600 collected skills spread across curated repositories, manual browsing becomes slow and noisy. This MCP server gives agents a direct way to search those collections, inspect likely matches, and install the right skill when it is needed.

Skills are genuinely useful when they are easy to discover and apply in context. The goal here is to make a large curated skill archive feel usable instead of overwhelming.

What the server exposes
  • github_skills_list_repositories
  • github_skills_search_skills
  • github_skills_get_skill
  • github_skills_install_skill
  • github_skills_suggest_skill_scaffold
Example Use

Example user request:

Can you use the pinkpixel-agentskills-mcp tools and find skills for Rust development?

Example result:

  • The server searches the built-in skill indexes.
  • It can identify strong matches like skills-collection-2:rust-pro and skills-collection-2:rust-async-patterns.
  • It can inspect those skill folders directly from GitHub before recommending them.
  • It can then install the selected skill locally with the MCP install tool.

This is especially helpful when a broad keyword search would otherwise return noisy matches, such as rust appearing inside trust.

Quickstart

Run from PyPI with uvx:

uvx pinkpixel-agentskills-mcp

If your e

Tags

agent-skillsagentsai-agentsautomationdeveloper-toolsfastmcpgithubmcpmodel-context-protocolpythonskill-libraryskills

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated19 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/30/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/pinkpixel-dev/agentskills-mcp)](https://loaditout.ai/skills/pinkpixel-dev/agentskills-mcp)