oss-skills-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@oss-skills-mcpFind an issue in the scikit-learn repo for beginners"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
oss-skills-mcp
Guided open-source contribution skills, served as an MCP server.
The philosophy: the agent researches, you think and code. Each skill walks the agent through deep research for one stage of the contribution journey — finding issues, reading codebases, writing tests, responding to reviews — while the decisions and the code stay with you. The result is contributions that maintainers actually want to merge, from a human who actually learned the repo.
Works with any MCP client, including goose.
Skills
Evaluation
Skill | What it does |
| Assess a repo's health, governance, and trajectory before investing time |
The contribution workflow (roughly in order)
Skill | What it does |
| Find unclaimed issues filed by maintainers, matched to your skills |
| Read the contribution docs and fill knowledge gaps before coding |
| Get an unfamiliar repo building and testing locally |
| Research an issue deeply, then implement it yourself |
| Open a PR that follows the repo's guidelines |
| Understand review feedback and respond to it well |
| Diagnose CI failures in unfamiliar pipelines |
Contribution types
Skill | What it does |
| Add tests for untested code as a standalone contribution |
| Fix documentation gaps verified against the source |
Going deeper
Skill | What it does |
| Learn a codebase and build trust by reviewing others' PRs |
| Move from one-off contributor to regular |
| Find code problems that aren't in the issue tracker |
| Guided tour of a repo's architecture and patterns |
| Learn unfamiliar tech from how the repo actually uses it |
Related MCP server: oss-autopilot
Install
uvx --from git+https://github.com/chiruu12/oss-skills-mcp oss-skills-mcpgoose
CLI
goose configureAdd a Command-Driven Extension with:
Name:
oss-skillsCommand:
uvx --from git+https://github.com/chiruu12/oss-skills-mcp oss-skills-mcp
Desktop
Add a custom extension with:
Type: STDIO
Command:
uvxArguments:
--from git+https://github.com/chiruu12/oss-skills-mcp oss-skills-mcp
Usage
Each skill is available as an MCP prompt — invoke oss-find-issue,
oss-contribute, and so on from your client's prompt picker. Two tools are
also exposed for programmatic access:
list_skills()— names and descriptions of all bundled skillsget_skill(name)— full skill content
Development
uv sync
uv run pytestLicense
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- -licenseBquality-maintenanceEnables AI-driven orchestration of GitHub development workflows including automated issue analysis, code generation, code review, and PR creation through multiple specialized agents. Integrates with GitHub Actions to automate the complete development process from issue to pull request.7
- AlicenseAqualityBmaintenanceOpen source contribution manager — tracks PRs across repos, discovers contributable issues, diagnoses CI failures, and drafts maintainer responses. 21 MCP tools, 5 resources, 3 prompts. Ships as CLI, MCP server, and Claude Code plugin.2011MIT
- AlicenseAqualityBmaintenanceEnables developers to find personalized open-source contributions by analyzing GitHub profiles and matching them with relevant 'good first issues' and beginner-friendly repositories. Provides comprehensive contribution tooling including repository health scoring, setup difficulty assessment, impact estimation, and automated PR planning.2216MIT
- AlicenseCqualityDmaintenanceAn autonomous agent that automates GitHub contributions end-to-end, from issue analysis and code changes to pull requests, conflict resolution, and review updates.173Apache 2.0
Related MCP Connectors
Connect AI assistants to GitHub - manage repos, issues, PRs, and workflows through natural language.
Open-source SEO manager for coding agents: keyword research, content PRs, rank + Search Console.
Git-backed platform for skills, tools, and context for AI agents
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/chiruu12/oss-skills-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server