# Agent Skills Directory

> Intelligent skill discovery for AI agents. Find quality-validated skills that match your project with smart recommendations, maintenance tracking, and security scanning.

- **Type:** MCP server
- **Install:** `agentstack add mcp-dmgrok-agent-skills-directory`
- **Verified:** Pending review
- **Seller:** [dmgrok](https://agentstack.voostack.com/s/dmgrok)
- **Installs:** 0
- **Category:** [Integrations](https://agentstack.voostack.com/c/integrations)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [dmgrok](https://github.com/dmgrok)
- **Source:** https://github.com/dmgrok/agent_skills_directory
- **Website:** https://dmgrok.github.io/agent_skills_directory/

## Install

```sh
agentstack add mcp-dmgrok-agent-skills-directory
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

# Agent Skills Directory

**Intelligent skill discovery for AI agents.** Find, install, and manage quality-validated skills from 40+ official providers — all from one place.

```bash
skillsdir suggest           # Smart recommendations for your project
skillsdir search "testing"  # Search 130+ curated skills
skillsdir install anthropic/pdf  # Install with one command
```

[](https://dmgrok.github.io/agent_skills_directory/)
[](https://dmgrok.github.io/agent_skills_directory/)
[](https://dmgrok.github.io/agent_skills_directory/)

---

## Why This Exists

There are thousands of AI agent skills scattered across GitHub. Which ones work? Which are maintained? Which fit your project?

We aggregate, validate, and score skills from **40+ official providers** so you can make informed decisions — no guesswork.

| Feature | Description |
|---------|-------------|
| 🎯 **Smart Recommendations** | Analyzes your project and suggests relevant skills |
| 📊 **Quality Scoring** | 0–100 points based on docs, maintenance, and trust |
| 🟢 **Maintenance Tracking** | Active · Maintained · Stale · Abandoned |
| 🛡️ **Security Validated** | Scanned for secrets and prompt injection |
| 🏢 **Official Sources** | Anthropic, OpenAI, GitHub, Vercel, Stripe, Cloudflare + more |
| 💯 **100% Local** | No LLM or external API required |

**[Browse all skills →](https://dmgrok.github.io/agent_skills_directory/)**

---

## Install

```bash
# macOS
brew install dmgrok/tap/skillsdir

# Linux / macOS
curl -fsSL https://raw.githubusercontent.com/dmgrok/agent_skills_directory/main/install.sh | bash

# Python
pip install skillsdir
```

---

## Usage

### Get recommendations for your project

```bash
skillsdir suggest                      # Analyze current directory
skillsdir suggest /path/to/project     # Analyze specific project
skillsdir suggest --verbose            # Show scoring details
```

The `suggest` command reads your README, detects languages and frameworks, and ranks skills using a multi-factor scoring algorithm — entirely offline, no LLM needed.

### Search and explore

```bash
skillsdir search "pdf extraction"      # Keyword search
skillsdir info anthropic/pdf           # Detailed skill info
```

### Install and manage

```bash
skillsdir install anthropic/pdf                     # Install globally
skillsdir install anthropic/pdf --project            # Install to project (auto-detects agent)
skillsdir install anthropic/pdf -p --agent claude    # → .claude/skills/
skillsdir install anthropic/pdf -p --agent copilot   # → .github/skills/
skillsdir install anthropic/pdf -p --agent codex     # → .codex/skills/
skillsdir install anthropic/pdf -p --agent cursor    # → .cursor/skills/

skillsdir list                         # List installed skills
skillsdir update                       # Update all skills
skillsdir uninstall anthropic/pdf      # Remove a skill
```

### Create and publish

```bash
skillsdir init               # Create a new skill.json
skillsdir validate           # Validate your skill
skillsdir login              # Authenticate with GitHub
skillsdir publish            # Push to GitHub
skillsdir publish --submit   # Request inclusion in directory
```

---

## Providers

Skills are aggregated from 40+ repositories across the AI agent ecosystem.

**[View all providers →](https://dmgrok.github.io/agent_skills_directory/)**

### Featured

| Provider | Repository | Stars |
|----------|-----------|-------|
| [Anthropic](https://github.com/anthropics/skills) | anthropics/skills | ⭐ 54K+ |
| [Obra Superpowers](https://github.com/obra/superpowers) | obra/superpowers | ⭐ 37K+ |
| [GitHub Copilot](https://github.com/github/awesome-copilot) | github/awesome-copilot | ⭐ 19K+ |
| [Vercel](https://github.com/vercel-labs/agent-skills) | vercel-labs/agent-skills | ⭐ 16K+ |
| [VoltAgent](https://github.com/VoltAgent/awesome-agent-skills) | voltagent/awesome-agent-skills | ⭐ 5K+ |
| [NotebookLM](https://github.com/PleasePrompto/notebooklm-skill) | notebooklm-skill | ⭐ 2K+ |
| [OpenAI Codex](https://github.com/openai/skills) | openai/skills | ⭐ 2K+ |
| [heilcheng](https://github.com/heilcheng/awesome-agent-skills) | heilcheng/awesome-agent-skills | ⭐ 1K+ |
| [HuggingFace](https://github.com/huggingface/skills) | huggingface/skills | ⭐ 1K+ |
| [Playwright](https://github.com/lackeyjb/playwright-skill) | playwright-skill | ⭐ 1K+ |

### Enterprise & Official

Stripe · Cloudflare · Supabase · Trail of Bits · Expo · Sentry · Google Labs Stitch · Better Auth · Tinybird · Neon Database · fal.ai · Remotion · nginity

### Community

SkillCreator.ai · iOS Simulator · Claude Marketplace · CSV Summarizer · Tapestry Skills · AWS Skills · FFUF Web Fuzzing · D3.js Visualization · EPUB Converter · Sanjay AI Skills · PICT Test Cases · Family History · Move Code Quality

---

## Quality System

Every skill gets a quality score (0–100) based on three factors:

| Factor | Max Points | Details |
|--------|-----------|---------|
| **Maintenance** | 50 | 🟢 Active (&lt;30d) = 50 · 🟡 Maintained (&lt;6mo) = 40 · 🟠 Stale (&lt;1yr) = 20 · 🔴 Abandoned = 5 |
| **Documentation** | 30 | Scripts (+10) · References (+10) · Assets (+10) |
| **Provider Trust** | 20 | Official = 20 · Community = 10 |

---

## Supported Agents

| Agent | Project Path | Auto-Detection |
|-------|-------------|----------------|
| **Claude** | `.claude/skills/` | `CLAUDE.md`, `.claude/` |
| **Copilot** | `.github/skills/` | `.github/copilot-instructions.md` |
| **Codex** | `.codex/skills/` | `AGENTS.md` |
| **Cursor** | `.cursor/skills/` | `.cursorrules` |

---

## API & Exports

The catalog is updated daily at 06:00 UTC and available via CDN:

```
https://cdn.jsdelivr.net/gh/dmgrok/agent_skills_directory@main/catalog.json
```

Pre-filtered exports for specific ecosystems:

| Export | Filter | URL |
|--------|--------|-----|
| Claude Skills | Quality ≥ 50 | [`exports/claude-skills.json`](https://cdn.jsdelivr.net/gh/dmgrok/agent_skills_directory@main/exports/claude-skills.json) |
| Copilot Skills | Quality ≥ 50 | [`exports/copilot-skills.json`](https://cdn.jsdelivr.net/gh/dmgrok/agent_skills_directory@main/exports/copilot-skills.json) |
| Premium Skills | Quality ≥ 70 | [`exports/premium-skills.json`](https://cdn.jsdelivr.net/gh/dmgrok/agent_skills_directory@main/exports/premium-skills.json) |
| Active Skills | Updated &lt; 6mo | [`exports/active-skills.json`](https://cdn.jsdelivr.net/gh/dmgrok/agent_skills_directory@main/exports/active-skills.json) |
| MCP-Compatible | Tagged `mcp` | [`exports/mcp-compatible.json`](https://cdn.jsdelivr.net/gh/dmgrok/agent_skills_directory@main/exports/mcp-compatible.json) |

```python
import requests
catalog = requests.get(
    "https://cdn.jsdelivr.net/gh/dmgrok/agent_skills_directory@main/catalog.json"
).json()

quality_skills = [s for s in catalog["skills"] if s["quality_score"] >= 80]
```

---

## Skills Listing

## 📋 All Skills — 687 skills across 43 providers · v2026.03.06

> Auto-generated daily · [Browse interactively →](https://dmgrok.github.io/agent_skills_directory/)  
> Legend: 🔒 Secrets scan · 🛡️ Injection check · 📝 Content · 🔄 No duplicate · ✅ Full skill · S=Scripts · R=References · A=Assets

| Skill | Provider | Compat | 🔒 | 🛡️ | 📝 | 🔄 | ✅ | S | R | A | Quality | Status | Dup |
|-------|----------|--------|----|----|----|----|---|---|---|---|---------|--------|-----|
| [playwright](https://raw.githubusercontent.com/openai/skills/main/skills/.curated/playwright/SKILL.md) | openai | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 100/100 | 🟢 active |  |
| [skill-creator](https://raw.githubusercontent.com/anthropics/skills/main/skills/skill-creator/SKILL.md) | anthropics | Claude+Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 100/100 | 🟢 active |  |
| [slides](https://raw.githubusercontent.com/openai/skills/main/skills/.curated/slides/SKILL.md) | openai | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 100/100 | 🟢 active |  |
| [app-store-optimization](https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/marketing-skill/app-store-optimization/SKILL.md) | nginity | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟢 active |  |
| [aspnet-core](https://raw.githubusercontent.com/openai/skills/main/skills/.curated/aspnet-core/SKILL.md) | openai | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ⬜ | ✅ | ✅ | 90/100 | 🟢 active |  |
| [campaign-analytics](https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/marketing-skill/campaign-analytics/SKILL.md) | nginity | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟢 active |  |
| [chatgpt-apps](https://raw.githubusercontent.com/openai/skills/main/skills/.curated/chatgpt-apps/SKILL.md) | openai | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ⬜ | 90/100 | 🟢 active |  |
| [content-production](https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/marketing-skill/content-production/SKILL.md) | nginity | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟢 active |  |
| [customer-success-manager](https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/business-growth/customer-success-manager/SKILL.md) | nginity | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟢 active |  |
| [datanalysis-credit-risk](https://raw.githubusercontent.com/github/awesome-copilot/main/skills/datanalysis-credit-risk/SKILL.md) | github | Copilot+Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ⬜ | 90/100 | 🟢 active |  |
| [develop-web-game](https://raw.githubusercontent.com/openai/skills/main/skills/.curated/develop-web-game/SKILL.md) | openai | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟡 maintained |  |
| [emblem-ai-agent-wallet](https://raw.githubusercontent.com/EmblemCompany/Agent-skills/main/skills/emblem-ai-agent-wallet/SKILL.md) | emblemcompany | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟢 active |  |
| [excalidraw-diagram-generator](https://raw.githubusercontent.com/github/awesome-copilot/main/skills/excalidraw-diagram-generator/SKILL.md) | github | Copilot+Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟡 maintained |  |
| [fal-workflow](https://raw.githubusercontent.com/fal-ai-community/skills/main/skills/claude.ai/fal-workflow/SKILL.md) | fal-ai | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ⬜ | 90/100 | 🟢 active |  |
| [financial-analyst](https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/finance/financial-analyst/SKILL.md) | nginity | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟢 active |  |
| [game-engine](https://raw.githubusercontent.com/github/awesome-copilot/main/skills/game-engine/SKILL.md) | github | Copilot+Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ⬜ | ✅ | ✅ | 90/100 | 🟢 active |  |
| [hugging-face-paper-publisher](https://raw.githubusercontent.com/huggingface/skills/main/skills/hugging-face-paper-publisher/SKILL.md) | huggingface | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟡 maintained |  |
| [imagegen](https://raw.githubusercontent.com/openai/skills/main/skills/.curated/imagegen/SKILL.md) | openai | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟡 maintained |  |
| [interpreting-culture-index](https://raw.githubusercontent.com/trailofbits/skills/main/plugins/culture-index/skills/interpreting-culture-index/SKILL.md) | trailofbits | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟢 active |  |
| [jupyter-notebook](https://raw.githubusercontent.com/openai/skills/main/skills/.curated/jupyter-notebook/SKILL.md) | openai | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟡 maintained |  |
| [nano-banana-pro-openrouter](https://raw.githubusercontent.com/github/awesome-copilot/main/skills/nano-banana-pro-openrouter/SKILL.md) | github | Copilot+Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ⬜ | ✅ | 90/100 | 🟢 active |  |
| [openai-docs](https://raw.githubusercontent.com/openai/skills/main/skills/.curated/openai-docs/SKILL.md) | openai | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ⬜ | ✅ | ✅ | 90/100 | 🟢 active |  |
| [openai-docs](https://raw.githubusercontent.com/openai/skills/main/skills/.system/openai-docs/SKILL.md) | openai | Universal | ✅ | ✅ | ✅ | ⬜ | ✅ | ⬜ | ✅ | ✅ | 90/100 | 🟢 active | 🔄 → openai/openai-docs |
| [revenue-operations](https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/business-growth/revenue-operations/SKILL.md) | nginity | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟢 active |  |
| [sales-engineer](https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/business-growth/sales-engineer/SKILL.md) | nginity | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟢 active |  |
| [scrum-master](https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/project-management/scrum-master/SKILL.md) | nginity | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟢 active |  |
| [senior-pm](https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/project-management/senior-pm/SKILL.md) | nginity | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟢 active |  |
| [skill-creator](https://raw.githubusercontent.com/openai/skills/main/skills/.system/skill-creator/SKILL.md) | openai | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ⬜ | 90/100 | 🟢 active |  |
| [social-media-analyzer](https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/marketing-skill/social-media-analyzer/SKILL.md) | nginity | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟢 active |  |
| [sora](https://raw.githubusercontent.com/openai/skills/main/skills/.curated/sora/SKILL.md) | openai | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟡 maintained |  |
| [speech](https://raw.githubusercontent.com/openai/skills/main/skills/.curated/speech/SKILL.md) | openai | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟡 maintained |  |
| [spreadsheet](https://raw.githubusercontent.com/openai/skills/main/skills/.curated/spreadsheet/SKILL.md) | openai | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ⬜ | ✅ | ✅ | 90/100 | 🟢 active |  |
| [transcribe](https://raw.githubusercontent.com/openai/skills/main/skills/.curated/transcribe/SKILL.md) | openai | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | 90/100 | 🟡 maintained |  |
| [vercel-deploy](https://raw.githubusercontent.com/openai/skills/main/skills/.curated/vercel-deploy/SKILL.md) | openai | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ⬜ | ✅ | 90/100 | 🟢 active |  |
| [winui-app](https://raw.githubusercontent.com/openai/skills/main/skills/.curated/winui-app/SKILL.md) | openai | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ⬜ | ✅ | ✅ | 90/100 | 🟢 active |  |
| [ab-test-setup](https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/marketing-skill/ab-test-setup/SKILL.md) | nginity | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ⬜ | 80/100 | 🟢 active |  |
| [ad-creative](https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/marketing-skill/ad-creative/SKILL.md) | nginity | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ⬜ | 80/100 | 🟢 active |  |
| [agents-sdk](https://raw.githubusercontent.com/cloudflare/skills/main/skills/agents-sdk/SKILL.md) | cloudflare | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ⬜ | ✅ | ⬜ | 80/100 | 🟢 active |  |
| [analytics-tracking](https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/marketing-skill/analytics-tracking/SKILL.md) | nginity | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ⬜ | 80/100 | 🟢 active |  |
| [appinsights-instrumentation](https://raw.githubusercontent.com/github/awesome-copilot/main/skills/appinsights-instrumentation/SKILL.md) | github | Copilot+Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ⬜ | 80/100 | 🟡 maintained |  |
| [aspire](https://raw.githubusercontent.com/github/awesome-copilot/main/skills/aspire/SKILL.md) | github | Copilot+Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ⬜ | ✅ | ⬜ | 80/100 | 🟢 active |  |
| [aws-cdk-development](https://raw.githubusercontent.com/zxkane/aws-skills/main/plugins/aws-cdk/skills/aws-cdk-development/SKILL.md) | aws-skills | Universal | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ⬜ | 80/100 | 🟢 active |  |
| [aws-solution-architect](https://raw.githubusercontent.com/alirezarezvani/claude-skills/main/e

…

## Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [dmgrok](https://github.com/dmgrok)
- **Source:** [dmgrok/agent_skills_directory](https://github.com/dmgrok/agent_skills_directory)
- **License:** MIT
- **Homepage:** https://dmgrok.github.io/agent_skills_directory/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** yes
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: flagged — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/mcp-dmgrok-agent-skills-directory
- Seller: https://agentstack.voostack.com/s/dmgrok
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
