The reputation layer for AI skills, tools & agents

intellectronica/skillz

Score: 33.9 Rank #4628

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

Expand your description to 150+ characters for better discoverability

Freshness high impact

Last commit was 45 days ago — a recent commit would boost your freshness score

Issue Health high impact

You have 3 open vs 1 closed issues — triaging stale issues improves health

Badge

AgentRank score for intellectronica/skillz
[![AgentRank](https://agentrank-ai.com/api/badge/tool/intellectronica--skillz)](https://agentrank-ai.com/tool/intellectronica--skillz)
<a href="https://agentrank-ai.com/tool/intellectronica--skillz"><img src="https://agentrank-ai.com/api/badge/tool/intellectronica--skillz" alt="AgentRank"></a>

Matched Queries

"mcp server""mcp-server"

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