pinkpixel-dev

Agentskills MCP — Git skill for Claude Code

Git community

FastMCP server for discovering and installing agent skills from large curated GitHub skill collections, with ability to add more skill sources.

How to install Agentskills MCP

This entry records only its repository, not the path inside it, so there is no exact command to give. Open pinkpixel-dev/agentskills-mcp and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Agentskills MCP does

FastMCP server for discovering and installing agent skills from large curated GitHub skill collections, with ability to add more skill sources.

Alternatives in Git

README

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