Agentskills MCP — Git skill for Claude Code
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
- n8n MCP — GitHub Repo stars MCP for Claude Desktop/Code to build n8n workflows n8n workflow integration 15.5k ★
- Https://github.com/agentskills/agentskills — ⚡️ 快速开发辅助 14.2k ★
- GitLab — Source Control GitLab integration via MCP 14k ★
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_repositoriesgithub_skills_search_skillsgithub_skills_get_skillgithub_skills_install_skillgithub_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-proandskills-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
Related Skills
Workspace Architect
Workspace Architect is a zero-friction CLI tool that provides curated collections of specialized agents, instr
Git MCP
GitHub Repo stars Free open-source remote MCP server for any GitHub project Git integration MCP
MCP Memory Service
GitHub Repo stars MCP server providing semantic memory and persistent storage for Claude Memory service MCP
Claude Code Statusline
by rz1989s - Enhanced 4-line statusline for Claude Code with themes, cost tracking, and MCP server monitoring.
Rabbithole
An infinite canvas for learning — select text, ask, and answers branch out as documents. MCP server for Claude
Publish MCP Server
Publishes one of the bundled MCP servers to npm. Tag push triggers GitHub Actions → npm publish --provenance.
Related Agents
Backlog MCP Validator
Validate the backlog FastMCP server against the CLI. Calls MCP tools natively via the agent-scoped backlog ser
Webship Patches
Use this agent to help with Webship patches management — installing and configuring the webship/patches Compos
Intellij Debugger Maintainer
Fix issues, add features, and maintain quality in intellij-debugger. MCP server that lets Claude control Intel