npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

skill-compass-mcp

v0.2.0

Published

MCP Server for Skill Compass — find the right Agent skills for your scenario, get combo recommendations, and identify gaps in the ecosystem.

Downloads

58

Readme

Skill Compass — 技能指南针

EN | CN


中文

不用你报,它自己扫。

Skill Compass 会自动扫描你系统里所有已安装的 Agent Skill,分析覆盖了什么、缺什么、推荐补什么。

快速开始

# 安装
npm install -g skill-compass-mcp

# 或直接运行
npx skill-compass-mcp

MCP 配置

在 MCP 客户端配置中添加:

{
  "mcpServers": {
    "skill-compass": {
      "command": "npx",
      "args": ["skill-compass-mcp"]
    }
  }
}

工具

| 工具 | 作用 | |------|------| | scan_skills | 自动扫描你系统里的所有 Skill,分析覆盖情况和缺口 | | suggest_additions | 基于你已有的 Skill 或你想做的事,推荐补充 | | list_known | 查看 Skill 知识库中收录的已知 Skill | | clear_cache | 清除扫描缓存,强制下次扫描重新执行 | | export_report | 导出扫描报告到文件 |

配置

创建 skill-compass.config.json 文件:

{
  "scanDirs": ["skills", ".agents", "~/.agents"],
  "excludeDirs": ["node_modules", ".git"],
  "cacheEnabled": true,
  "cacheTTL": 300000,
  "outputFormat": "text",
  "language": "zh"
}

它能扫哪些目录

| 目录 | 来源 | |------|------| | ~/.workbuddy/skills/ | WorkBuddy | | ~/.claude/skills/ | Claude Code | | ~/.codex/skills/ | Codex CLI | | ~/.cursor/skills/ | Cursor | | ~/.agents/ | 通用 Agent 技能目录 | | ./skills/ | 当前项目 | | ./.agents/ | 当前项目 |

反应示例

> scan_skills

找到 7 个 Skill

能力覆盖:
✅ 审美与视觉 — awesome-design-md
⚠️ 可访问性 — 无覆盖
⚠️ 产品管理 — 无覆盖

场景匹配度:
❌ 前端页面生成 — 25%
❌ 产品管理工作 — 0%
❌ 数据分析 — 0%

English

No manual input needed. It scans your machine.

Skill Compass automatically discovers all Agent Skills installed on your system, analyzes what's covered, what's missing, and what to add.

Quick Start

npm install -g skill-compass-mcp

# or run directly
npx skill-compass-mcp

MCP Config

Add to your MCP client config:

{
  "mcpServers": {
    "skill-compass": {
      "command": "npx",
      "args": ["skill-compass-mcp"]
    }
  }
}

Tools

| Tool | Description | |------|-------------| | scan_skills | Auto-scan all skills on your system, analyze coverage and gaps | | suggest_additions | Recommend skills to add based on your current setup or goals | | list_known | Browse the known skills knowledge base |

Scan Targets

| Directory | Source | |-----------|--------| | ~/.workbuddy/skills/ | WorkBuddy | | ~/.claude/skills/ | Claude Code | | ~/.codex/skills/ | Codex CLI | | ~/.cursor/skills/ | Cursor | | ~/.agents/ | Generic agent skills | | ./skills/ | Current project | | ./.agents/ | Current project |

Example Output

> scan_skills

Found 7 skills

Coverage:
✅ Aesthetic — awesome-design-md
⚠️ Accessibility — not covered
⚠️ PM tools — not covered

Scenario Match:
❌ Frontend UI — 25%
❌ Product Management — 0%
❌ Data Analysis — 0%

License

MIT