intellectronica/skillz
An MCP server for loading skills (shim for non-claude clients).
Overview
intellectronica/skillz is a Python MCP server licensed under MIT. An MCP server for loading skills (shim for non-claude clients). Topics: agent, ai, mcp, mcp-server, skills.
Ranked #4628 out of 25632 indexed tools.
Ecosystem
Python MIT
agentaimcpmcp-serverskills
Signal Breakdown
Stars 374
Freshness 1mo ago
Issue Health 25%
Contributors 5
Dependents 0
Forks 35
Description Good
License MIT
How to Improve
Description low impact
Freshness high impact
Issue Health high impact
Matched Queries
From the README
# Skillz
## 👌 **Use _skills_ in any agent** _(Codex, Copilot, Cursor, etc...)_
> ⚠️ **Experimental proof‑of‑concept. Potentially unsafe. Treat skills like untrusted code and run in sandboxes/containers. Use at your own risk.**
**Skillz** is an MCP server that turns [Claude-style skills](https://github.com/anthropics/skills) _(`SKILL.md` plus optional resources)_ into callable tools for any MCP client. It discovers each skill, exposes the authored instructions and resources, and can run bundled helper scripts.
> 💡 You can find skills to install at the **[Skills Supermarket](http://skills.intellectronica.net/)** directory.
## Quick Start
To run the MCP server in your agent, use the following config (or equivalent):
```json
{
"skillz": {
"command": "uvx",
"args": ["skillz@latest"]
}
}
```
with the skills residing at `~/.skillz`
_or_
```json
{
"skillz": {
"command": "uvx",
"args": ["skillz@latest", "/path/to/skills/direcotry"]
}
}
```
or Docker
You can Read full README on GitHub →
Are you the maintainer? Claim this listing