agent-plugins

mcp
Security Audit
Fail
Health Pass
  • License — License: MIT
  • Description — Repository has a description
  • Active repo — Last push 0 days ago
  • Community trust — 17 GitHub stars
Code Fail
  • rm -rf — Recursive force deletion command in .github/workflows/validate-new-provider.yml
  • process.env — Environment variable access in .github/workflows/validate-new-provider.yml
  • network request — Outbound network request in cli/loader.py
  • eval() — Dynamic code execution via eval() in cli/validate.py
  • exec() — Shell command execution in cli/validate.py
  • network request — Outbound network request in docs/app.js
Permissions Pass
  • Permissions — No dangerous permissions requested

No AI report is available for this listing yet.

SUMMARY

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

README.md

Agent Skills Directory

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

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

Skills
Providers
Quality Tracked


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 →


Install

# macOS
brew install dmgrok/tap/skillsdir

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

# Python
pip install skillsdir

Usage

Get recommendations for your project

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

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

Install and manage

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

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 →

Featured

Provider Repository Stars
Anthropic anthropics/skills ⭐ 54K+
Obra Superpowers obra/superpowers ⭐ 37K+
GitHub Copilot github/awesome-copilot ⭐ 19K+
Vercel vercel-labs/agent-skills ⭐ 16K+
VoltAgent voltagent/awesome-agent-skills ⭐ 5K+
NotebookLM notebooklm-skill ⭐ 2K+
OpenAI Codex openai/skills ⭐ 2K+
heilcheng heilcheng/awesome-agent-skills ⭐ 1K+
HuggingFace huggingface/skills ⭐ 1K+
Playwright 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 (<30d) = 50 · 🟡 Maintained (<6mo) = 40 · 🟠 Stale (<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-plugins@main/catalog.json

Pre-filtered exports for specific ecosystems:

Export Filter URL
Claude Skills Quality ≥ 50 exports/claude-skills.json
Copilot Skills Quality ≥ 50 exports/copilot-skills.json
Premium Skills Quality ≥ 70 exports/premium-skills.json
Active Skills Updated < 6mo exports/active-skills.json
MCP-Compatible Tagged mcp exports/mcp-compatible.json
import requests
catalog = requests.get(
    "https://cdn.jsdelivr.net/gh/dmgrok/agent-plugins@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 →
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 openai Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 100/100 🟢 active
skill-creator anthropics Claude+Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 100/100 🟢 active
slides openai Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 100/100 🟢 active
app-store-optimization nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟢 active
aspnet-core openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 90/100 🟢 active
campaign-analytics nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟢 active
chatgpt-apps openai Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 90/100 🟢 active
content-production nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟢 active
customer-success-manager nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟢 active
datanalysis-credit-risk github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 90/100 🟢 active
develop-web-game openai Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟡 maintained
emblem-ai-agent-wallet emblemcompany Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟢 active
excalidraw-diagram-generator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟡 maintained
fal-workflow fal-ai Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 90/100 🟢 active
financial-analyst nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟢 active
game-engine github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 90/100 🟢 active
hugging-face-paper-publisher huggingface Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟡 maintained
imagegen openai Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟡 maintained
interpreting-culture-index trailofbits Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟢 active
jupyter-notebook openai Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟡 maintained
nano-banana-pro-openrouter github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ✅ 90/100 🟢 active
openai-docs openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 90/100 🟢 active
openai-docs openai Universal ✅ ✅ ✅ ⬜ ✅ ⬜ ✅ ✅ 90/100 🟢 active 🔄 → openai/openai-docs
revenue-operations nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟢 active
sales-engineer nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟢 active
scrum-master nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟢 active
senior-pm nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟢 active
skill-creator openai Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 90/100 🟢 active
social-media-analyzer nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟢 active
sora openai Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟡 maintained
speech openai Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟡 maintained
spreadsheet openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 90/100 🟢 active
transcribe openai Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 90/100 🟡 maintained
vercel-deploy openai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ✅ 90/100 🟢 active
winui-app openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 90/100 🟢 active
ab-test-setup nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
ad-creative nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
agents-sdk cloudflare Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
analytics-tracking nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
appinsights-instrumentation github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟡 maintained
aspire github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
aws-cdk-development aws-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
aws-solution-architect nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 80/100 🟡 maintained
azure-devops-cli github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
azure-pricing github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
board-deck-builder nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 80/100 🟢 active
board-meeting nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 80/100 🟢 active
building-ai-agent-on-cloudflare cloudflare Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
building-mcp-server-on-cloudflare cloudflare Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
building-native-ui expo Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
ceo-advisor nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
cfo-advisor nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
chro-advisor nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
churn-prevention nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
ciso-advisor nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
cloudflare cloudflare Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
cloudflare-deploy openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 80/100 🟡 maintained
cmo-advisor nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
cold-email nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
competitive-intel nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 80/100 🟢 active
competitor-alternatives nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
content-creator nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 80/100 🟢 active
content-humanizer nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
coo-advisor nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
copy-editing nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
copywriting nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
cpo-advisor nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
create-web-form github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
cro-advisor nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
cs-onboard nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 80/100 🟢 active
cto-advisor nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
culture-architect nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 80/100 🟢 active
debug-buttercup trailofbits Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
decision-logger nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ✅ 80/100 🟢 active
doc openai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ✅ 80/100 🟡 maintained
docx anthropics Claude+Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 80/100 🟢 active
durable-objects cloudflare Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
executive-mentor nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
fabric-lakehouse github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
fal-3d fal-ai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 80/100 🟢 active
fal-audio fal-ai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 80/100 🟢 active
fal-generate fal-ai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 80/100 🟢 active
fal-image-edit fal-ai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 80/100 🟢 active
fal-kling-o3 fal-ai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 80/100 🟢 active
fal-lip-sync fal-ai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 80/100 🟢 active
fal-platform fal-ai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 80/100 🟢 active
fal-realtime fal-ai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 80/100 🟢 active
fal-restore fal-ai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 80/100 🟢 active
fal-train fal-ai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 80/100 🟢 active
fal-tryon fal-ai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 80/100 🟢 active
fal-upscale fal-ai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 80/100 🟢 active
fal-video-edit fal-ai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 80/100 🟢 active
fal-vision fal-ai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 80/100 🟢 active
figma openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 80/100 🟡 maintained
finnish-humanizer github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
flowstudio-power-automate-mcp github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
fluentui-blazor github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
free-tool-strategy nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
gh-address-comments openai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ✅ 80/100 🟡 maintained
gh-fix-ci openai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ✅ 80/100 🟡 maintained
github-issues github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
hugging-face-datasets huggingface Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ✅ 80/100 🟡 maintained
hugging-face-jobs huggingface Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟡 maintained
hugging-face-model-trainer huggingface Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟡 maintained
hugging-face-trackio huggingface Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
internal-narrative nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 80/100 🟢 active
interview-system-designer nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 80/100 🟢 active
let-fate-decide trailofbits Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
make-repo-contribution github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ✅ 80/100 🟢 active
marketing-context nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ✅ 80/100 🟢 active
marketing-demand-acquisition nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
mcp-builder anthropics Claude+Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟡 maintained
microsoft-skill-creator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
native-data-fetching expo Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
netlify-deploy openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 80/100 🟡 maintained
noob-mode github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
notebooklm sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
notion-knowledge-capture openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 80/100 🟡 maintained
notion-meeting-intelligence openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 80/100 🟡 maintained
notion-research-documentation openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 80/100 🟡 maintained
notion-spec-to-implementation openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 80/100 🟡 maintained
org-health-diagnostic nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
paid-ads nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
pdftk-server github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
playwright-interactive openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ✅ 80/100 🟢 active
playwright-pro nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 80/100 🟢 active
pricing-strategy nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
prompt-engineer-toolkit nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
referral-program nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
render-deploy openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 80/100 🟡 maintained
sandbox-sdk cloudflare Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
scenario-war-room nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
schema-markup nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
screenshot openai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ✅ 80/100 🟡 maintained
security-ownership-map openai Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟡 maintained
self-improving-agent nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 80/100 🟢 active
semgrep trailofbits Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
senior-fullstack nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
sentry openai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ✅ 80/100 🟡 maintained
site-architecture nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
skill-installer openai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ✅ 80/100 🟡 maintained
skill-scanner getsentry Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
skill-security-auditor nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
skill-writer getsentry Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
strategic-alignment nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟢 active
tdd-guide nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 80/100 🟡 maintained
tech-stack-evaluator nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ✅ 80/100 🟡 maintained
terraform-azurerm-set-diff-analyzer github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 80/100 🟡 maintained
upgrading-expo expo Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
web-coder github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
winmd-api-search github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 80/100 🟢 active
workers-best-practices cloudflare Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 80/100 🟢 active
add-educational-comments github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
agent-governance github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
agent-protocol nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
agentic-actions-auditor trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
agile-product-owner nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
ai-prompt-engineering-safety-review github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
ai-seo nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
algorithmic-art anthropics Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ✅ 70/100 🟡 maintained
apple-appstore-reviewer github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
arch-linux-triage github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
architecture-blueprint-generator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
architecture-diagram-creator claude-marketplace-visual Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 70/100 🟡 maintained
aspnet-minimal-api-openapi github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
atlassian sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
aws-cost-operations aws-skills Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
aws-serverless-eda aws-skills Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
az-cost-optimize github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
azure-deployment-preflight github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟡 maintained
azure-devops sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
azure-resource-health-diagnose github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
azure-resource-visualizer github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ✅ 70/100 🟡 maintained
better-auth-best-practices better-auth Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
bigquery-pipeline-audit github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
boost-prompt github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
breakdown-epic-arch github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
breakdown-epic-pm github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
breakdown-feature-implementation github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
breakdown-feature-prd github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
breakdown-plan github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
breakdown-test github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
burpsuite-project-parser trailofbits Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
capa-officer nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
centos-linux-triage github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
change-management nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
chief-of-staff nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
claimable-postgres neondatabase Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
claude-api anthropics Claude ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
code-exemplars-blueprint-generator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
code-reviewer nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
codeql trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
comment-code-generate-a-tutorial github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
company-os nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
confluence-expert nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
containerize-aspnet-framework github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
containerize-aspnetcore github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
content-strategy nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
context-engine nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
context-map github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
conventional-commit github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
convert-plaintext-to-md github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
copilot-cli-quickstart github Copilot ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
copilot-instructions-blueprint-generator github Copilot ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
copilot-spaces github Copilot ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
copilot-usage-metrics github Copilot ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
cosmosdb-datamodeling github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
create-agentsmd github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
create-architectural-decision-record github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
create-auth-skill better-auth Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
create-github-action-workflow-specification github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
create-github-issue-feature-from-specification github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
create-github-issues-feature-from-implementation-plan github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
create-github-issues-for-unmet-specification-requirements github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
create-github-pull-request-from-specification github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
create-implementation-plan github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
create-llms github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
create-oo-component-documentation github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
create-readme github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
create-specification github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
create-spring-boot-java-project github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
create-spring-boot-kotlin-project github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
create-technical-spike github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
create-tldr-page github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
csharp-async github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
csharp-docs github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
csharp-mcp-server-generator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
csharp-mstest github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
csharp-nunit github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
csharp-tunit github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
csharp-xunit github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
dashboard-creator claude-marketplace-visual Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 70/100 🟡 maintained
dataverse-python-advanced-patterns github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
dataverse-python-production-code github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
dataverse-python-quickstart github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
dataverse-python-usecase-builder github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
debian-linux-triage github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
declarative-agents github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
deep-research sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
deploy-to-vercel vercel Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
designing-workflow-skills trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
devcontainer-setup trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
devops-rollout-plan github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
django-access-review getsentry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
documentation-writer github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
dotnet-best-practices github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
dotnet-design-pattern-review github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
dotnet-upgrade github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
editorconfig github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
ef-core github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
elevenlabs sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
email-and-password-best-practices better-auth Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
email-sequence nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
entra-agent-user github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
expo-cicd-workflows expo Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟡 maintained
expo-deployment expo Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟡 maintained
fda-consultant-specialist nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
fedora-linux-triage github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
figma-implement-design openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ✅ 70/100 🟡 maintained
finalize-agent-prompt github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
first-ask github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
flowchart-creator claude-marketplace-visual Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 70/100 🟡 maintained
folder-structure-blueprint-generator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
form-cro nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
founder-coach nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
fp-check trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
gdpr-dsgvo-expert nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
gen-specs-as-issues github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
generate-custom-instructions-from-codebase github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
gh-cli github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
gh-review-requests getsentry Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
gha-security-review getsentry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
git-flow-branch-creator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
github-copilot-starter github Copilot ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
gmail sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
go-mcp-server-generator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
google-calendar sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
google-chat sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
google-docs sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
google-drive sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
google-sheets sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
google-slides sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
google-tts sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
gradio huggingface Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
hf-cli huggingface Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
hugging-face-dataset-viewer huggingface Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
hugging-face-evaluation huggingface Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟡 maintained
hugging-face-tool-builder huggingface Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟡 maintained
imagen sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
import-infrastructure-as-code github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
information-security-manager-iso27001 nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
intl-expansion nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
isms-audit-expert nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
iterate-pr getsentry Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
java-add-graalvm-native-image-support github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
java-docs github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
java-junit github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
java-mcp-server-generator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
java-refactoring-extract-method github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
java-refactoring-remove-parameter github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
java-springboot github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
javascript-typescript-jest github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
jira-expert nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
kotlin-mcp-server-generator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
kotlin-springboot github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
launch-strategy nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
legacy-circuit-mockups github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟡 maintained
linear openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ✅ 70/100 🟡 maintained
ma-playbook nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
manus sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
markdown-to-html github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟡 maintained
marketing-ideas nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
marketing-ops nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
marketing-psychology nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
marketing-strategy-pmm nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
mcp-configure github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
mcp-copilot-studio-server-generator github Copilot ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
mcp-create-adaptive-cards github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
mcp-create-declarative-agent github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
mcp-deploy-manage-agents github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
mdr-745-specialist nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
memory-merger github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
mentoring-juniors github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
microsoft-docs github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
mkdocs-translations github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
model-recommendation github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
modern-python trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 70/100 🟡 maintained
ms365-tenant-manager nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
mssql sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
msstore-cli github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
multi-stage-dockerfile github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
my-issues github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
my-pull-requests github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
mysql sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
neon-postgres neondatabase Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
next-intl-add-language github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
obsidian obsidian-plugin Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
onboarding-cro nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
openapi-to-application-code github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
organization-best-practices better-auth Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
outline sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
page-cro nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
pdf anthropics Claude+Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟡 maintained
pdf openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ✅ 70/100 🟡 maintained
penpot-uiux-design github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟡 maintained
php-mcp-server-generator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
playwright-automation-fill-in-form github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
playwright-explore-website github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
playwright-generate-test github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
polyglot-test-agent github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
postgres sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
postgresql-code-review github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
postgresql-optimization github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
power-apps-code-app-scaffold github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
power-bi-dax-optimization github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
power-bi-model-design-review github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
power-bi-performance-troubleshooting github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
power-bi-report-design-consultation github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
power-platform-mcp-connector-suite github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
powerbi-modeling github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟡 maintained
pptx anthropics Claude+Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟡 maintained
product-manager-toolkit nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
product-strategist nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
programmatic-seo nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
project-workflow-analysis-blueprint-generator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
prompt-builder github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
property-based-testing trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
pytest-coverage github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
python-mcp-server-generator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
qms-audit-expert nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
quality-documentation-manager nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
quality-manager-qmr nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
quality-manager-qms-iso13485 nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
quasi-coder github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
react:components google-labs-stitch Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
readme-blueprint-generator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
refactor-method-complexity-reduce github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
refactor-plan github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
regulatory-affairs-head nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
remember github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
remember-interactive-programming github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
remotion-best-practices remotion Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
repo-story-time github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
review-and-refactor github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
risk-management-specialist nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
ruby-mcp-server-generator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
rust-mcp-server-generator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
second-opinion trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
security-best-practices openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟡 maintained
security-review getsentry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
security-threat-model openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟡 maintained
senior-architect nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
senior-backend nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
senior-computer-vision nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
senior-data-engineer nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
senior-data-scientist nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
senior-devops nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
senior-frontend nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
senior-ml-engineer nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
senior-prompt-engineer nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
senior-qa nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
senior-secops nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
senior-security nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
seo-audit nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
shareplay-developer visionos-agents Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
shuffle-json-data github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
signup-flow-cro nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
social-content nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
social-media-manager nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟢 active
sponsor-finder github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
sql-code-review github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
sql-optimization github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
sred-project-organizer getsentry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
stripe-best-practices stripe Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
structured-autonomy-generate github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
structured-autonomy-implement github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
structured-autonomy-plan github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
suggest-awesome-github-copilot-agents github Copilot ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
suggest-awesome-github-copilot-instructions github Copilot ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
suggest-awesome-github-copilot-prompts github Copilot ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
suggest-awesome-github-copilot-skills github Copilot ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
supabase-postgres-best-practices supabase Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟡 maintained
swift-mcp-server-generator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
technical-doc-creator claude-marketplace-visual Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 70/100 🟡 maintained
technology-stack-blueprint-generator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
timeline-creator claude-marketplace-visual Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ✅ 70/100 🟡 maintained
tinybird tinybird Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
tinybird-cli-guidelines tinybird Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
tinybird-typescript-sdk-guidelines tinybird Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
tldr-prompt github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
transloadit-media-processing github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
two-factor-authentication-best-practices better-auth Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
typescript-mcp-server-generator github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
typespec-api-operations github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
typespec-create-agent github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
typespec-create-api-plugin github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
ui-design-system nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
update-avm-modules-in-bicep github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
update-implementation-plan github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
update-llms github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
update-markdown-file-index github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
update-oo-component-documentation github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
update-specification github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
upgrade-stripe stripe Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
ux-researcher-designer nginity Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
vercel-react-best-practices vercel Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
visionos-immersive-media-developer visionos-agents Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
visionos-widgetkit-developer visionos-agents Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
web-artifacts-builder anthropics Claude+Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟡 maintained
web-design-reviewer github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟡 maintained
web-perf cloudflare Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
webapp-testing anthropics Claude+Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟡 maintained
what-context-needed github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
winapp-cli github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
winui3-migration-guide github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
wrangler cloudflare Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
write-coding-standards-from-file github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 70/100 🟢 active
xlsx anthropics Claude+Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 70/100 🟡 maintained
yara-rule-authoring trailofbits Universal ✅ ✅ ✅ ✅ ✅ ✅ ✅ ⬜ 70/100 🟡 maintained
yeet openai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ✅ 70/100 🟡 maintained
zeroize-audit trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 70/100 🟢 active
aflpp trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
agentic-eval github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
agents-md getsentry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
arkit-visionos-developer visionos-agents Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 60/100 🟡 maintained
artifacts-builder skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 60/100 🟡 maintained
atlassian-admin nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
atlassian-templates nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
audit-context-building trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
aws-agentic-ai aws-skills Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
aws-mcp-setup aws-skills Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
azure-role-selector github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
azure-static-web-apps github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
best-practices skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 60/100 🟡 maintained
blog-writing-guide getsentry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
brainstorming obra-superpowers Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
brand-guidelines anthropics Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
brand-guidelines nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
browserstack nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
c-level-advisor nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
canvas-design anthropics Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
chrome-devtools github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
claude-settings-audit getsentry Claude ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
code-simplifier getsentry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
code-transfer claude-marketplace-code Claude+Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 60/100 🟡 maintained
commit getsentry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
constant-time-analysis trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 60/100 🟡 maintained
conversation-analyzer claude-marketplace-productivity Claude+Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 60/100 🟡 maintained
copilot-sdk github Copilot ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
coverage nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
create-branch getsentry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
create-pr getsentry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
django-perf-review getsentry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
doc-coauthoring anthropics Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
dwarf-expert trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 60/100 🟡 maintained
enhance-prompt google-labs-stitch Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 60/100 🟡 maintained
ensemble-solving claude-marketplace-engineering Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 60/100 🟡 maintained
entry-point-analyzer trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 60/100 🟡 maintained
expo-api-routes expo Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
expo-dev-client expo Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
expo-tailwind-setup expo Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
extract nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
feature-planning claude-marketplace-engineering Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 60/100 🟡 maintained
firebase-apk-scanner trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 60/100 🟡 maintained
fix nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
frontend-design anthropics Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
generate nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
git-cleanup trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
git-commit github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
git-pushing claude-marketplace-engineering Claude+Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 60/100 🟡 maintained
image-manipulation-image-magick github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
init nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
insecure-defaults trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 60/100 🟡 maintained
internal-comms anthropics Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
ios-simulator-skill ios-simulator-skill Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 60/100 🟡 maintained
ipsw ipsw-skill Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 60/100 🟡 maintained
jules sanjay-ai-skills Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
learn-this tapestry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
make-skill-template github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
markdown-to-epub-converter epub-skill Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 60/100 🟡 maintained
marketing-skills nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
mcp-cli github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
meeting-minutes github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
microsoft-code-reference github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
migrate nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
nuget-manager github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
paywall-upgrade-cro nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
plantuml-ascii github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
popup-cro nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
pr-writer getsentry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
prd github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
promote nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
realitykit-visionos-developer visionos-agents Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 60/100 🟡 maintained
refactor github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
remember nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
remotion google-labs-stitch Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 60/100 🟡 maintained
report nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
review nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
review nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
sarif-parsing trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
scoutqa-test github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
scrum-sage tapestry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
seatbelt-sandboxer trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
semgrep-rule-creator trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 60/100 🟡 maintained
semgrep-rule-variant-creator trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 60/100 🟡 maintained
session-log tapestry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
shadcn-ui google-labs-stitch Universal ✅ ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ 60/100 🟡 maintained
shadergraph-editor visionos-agents Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 60/100 🟡 maintained
sharp-edges trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 60/100 🟡 maintained
skill-creator getsentry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
skill-improver trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
slack-gif-creator anthropics Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
slack-gif-creator skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ✅ 60/100 🟡 maintained
snowflake-semanticview github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
spatial-swiftui-developer visionos-agents Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 60/100 🟡 maintained
spec-to-code-compliance trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
sred-work-summary getsentry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
status nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
stitch-loop google-labs-stitch Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
stream-coding stream-coding Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
supply-chain-risk-auditor trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
testing-handbook-generator trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ✅ 60/100 🟡 maintained
testrail nginity Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
theme-factory anthropics Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
unblock-action tapestry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
usd-editor visionos-agents Universal ✅ ✅ ✅ ✅ ✅ ⬜ ✅ ⬜ 60/100 🟡 maintained
use-dom expo Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
using-superpowers obra-superpowers Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
variant-analysis trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
vercel-composition-patterns vercel Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
vercel-react-native-skills vercel Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
vscode-ext-commands github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
vscode-ext-localization github Copilot+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
web-design-guidelines vercel Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
webapp-testing github Copilot+Universal ✅ ✅ ✅ ⬜ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained 🔄 → anthropics/webapp-testing
workiq-copilot github Copilot ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟡 maintained
writing-plans obra-superpowers Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
writing-skills obra-superpowers Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 60/100 🟢 active
address-sanitizer trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
algorand-vulnerability-scanner trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
algorithmic-art skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
api-testing aiqualitylab Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
article-extractor tapestry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
ask-questions-if-underspecified skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
ask-questions-if-underspecified trailofbits Universal ✅ ✅ ✅ ⬜ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained ⚠️ ~84% → skillcreatorai/ask-questions-if-underspecified
atheris trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
audit-prep-assistant trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
backend-development skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
brand-guidelines getsentry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
brand-guidelines skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
cairo-vulnerability-scanner trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
canvas-design skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
cargo-fuzz trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
changelog-generator skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
claude-in-chrome-troubleshooting trailofbits Claude ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
code-auditor claude-marketplace-productivity Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
code-documentation skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
code-execution claude-marketplace-code Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
code-maturity-assessor trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
code-refactor claude-marketplace-code Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
code-refactoring skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
code-review getsentry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
code-review skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
codebase-documenter claude-marketplace-productivity Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
coding-standards-enforcer visionos-agents Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
competitive-ads-extractor skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
constant-time-testing trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
content-research-writer skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
cosmos-vulnerability-scanner trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
coverage-analysis trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
csv-data-summarizer csv-summarizer-skill Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
d3-viz d3js-skill Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
database-design skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
design-md google-labs-stitch Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
developer-growth-analysis skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
differential-review trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
dispatching-parallel-agents obra-superpowers Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
doc-coauthoring getsentry Universal ✅ ✅ ✅ ⬜ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained 🔄 → anthropics/doc-coauthoring
doc-coauthoring skillcreatorai Universal ✅ ✅ ✅ ⬜ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained 🔄 → anthropics/doc-coauthoring
docx skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
domain-name-brainstormer skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
executing-plans obra-superpowers Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
expo-app-design skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
expo-deployment skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
family-history-planning family-history-skill Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
ffuf-web-fuzzing ffuf-skill Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
file-operations claude-marketplace-code Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
file-organizer skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
find-bugs getsentry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
finishing-a-development-branch obra-superpowers Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
frontend-design skillcreatorai Universal ✅ ✅ ✅ ⬜ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained 🔄 → anthropics/frontend-design
fuzzing-dictionary trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
fuzzing-obstacles trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
guidelines-advisor trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
harness-writing trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
image-enhancer skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
internal-comms skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
invoice-organizer skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
javascript-typescript skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
jira-issues skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
job-application skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
lead-research-assistant skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
libafl trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
libfuzzer trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
llm-application-dev skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
mcp-builder skillcreatorai Universal ✅ ✅ ✅ ⬜ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained 🔄 → anthropics/mcp-builder
meeting-insights-analyzer skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
move-code-quality move-quality-skill Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
ossfuzz trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
pdf skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
pict-test-designer pypict-skill Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
playwright-skill playwright-skill Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
pptx skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
project-bootstrapper claude-marketplace-productivity Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
python-development skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
qa-regression skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
raffle-winner-picker skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
react-best-practices skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
receiving-code-review obra-superpowers Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
requesting-code-review obra-superpowers Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
review-implementing claude-marketplace-engineering Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
ruzzy trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
secure-workflow-guide trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
Selenium Self-Healing aiqualitylab Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
ship-learn-next tapestry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
skill-creator skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
solana-vulnerability-scanner trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
subagent-driven-development obra-superpowers Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
substrate-vulnerability-scanner trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
systematic-debugging obra-superpowers Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
test-driven-development obra-superpowers Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
test-fixing claude-marketplace-engineering Claude+Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
theme-factory skillcreatorai Universal ✅ ✅ ✅ ⬜ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained 🔄 → anthropics/theme-factory
tkr-skill-writer visionos-agents Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
token-integration-analyzer trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
ton-vulnerability-scanner trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
upgrading-expo skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
using-git-worktrees obra-superpowers Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
vercel-deploy skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
verification-before-completion obra-superpowers Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
video-downloader skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
web-design-guidelines skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
webapp-testing skillcreatorai Universal ✅ ✅ ✅ ⬜ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained 🔄 → anthropics/webapp-testing
wycheproof trailofbits Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
xlsx skillcreatorai Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
youtube-transcript tapestry Universal ✅ ✅ ✅ ✅ ✅ ⬜ ⬜ ⬜ 50/100 🟡 maintained
notebooklm notebooklm-skill Universal ⬜ ⬜ ✅ ✅ ✅ ⬜ ⬜ ⬜ 35/100 ⚪ unknown

Contributing

Add your skills to the directory

  1. Create a New Provider Issue with your repo details
  2. Automated validation runs:
    • ✅ SKILL.md format with YAML frontmatter
    • 🔒 Secrets scan (gitleaks)
    • 🛡️ Prompt injection check (Lakera Guard)
    • 📊 Quality score ≥ 70 (LGTM validation)
  3. Auto-PR created on pass → skills appear in the next daily aggregation

See issue #11 for an example submission.

Contribute to an existing provider

Add skills to repositories accepting contributions:
skillcreatorai/Ai-Agent-Skills · sanjay3290/ai-skills · mhattingpete/claude-skills-marketplace

Local development

git clone https://github.com/dmgrok/agent-plugins.git
cd agent-plugins
pip install -e ".[validation]"
python scripts/aggregate.py   # Test aggregation
pytest                        # Run tests

Creating Skills

A skill is a directory with two files:

my-skill/
├── skill.json    # Metadata (like package.json)
└── SKILL.md      # Instructions for the agent
skill.json example
{
  "name": "my-skill",
  "version": "1.0.0",
  "description": "What this skill does",
  "author": "your-username",
  "license": "MIT",
  "keywords": ["keyword1", "keyword2"],
  "runtime": "universal"
}
SKILL.md example
---
name: My Skill
version: 1.0.0
description: What this skill does
---

# My Skill

Instructions for the AI agent on how to use this skill...

Private Registries

For teams needing governance and control, point the CLI at your own catalog:

skillsdir config set registry https://your-cdn/catalog.json

Fork this repo, update PROVIDERS in scripts/aggregate.py, and run python scripts/aggregate.py to generate your own catalog.json.


CI/CD Validation

# .github/workflows/validate.yml
name: Validate Skill
on: [push, pull_request]
jobs:
  validate:
    uses: dmgrok/agent-plugins/.github/workflows/validate-skill.yml@main
    with:
      skill-path: '.'

Badges

[![Listed on Agent Skills Directory](https://img.shields.io/badge/Listed_on-Agent_Skills_Directory-6366f1?style=flat)](https://dmgrok.github.io/agent-plugins/)

Dynamic (auto-updated):

![Skills](https://img.shields.io/endpoint?url=https://cdn.jsdelivr.net/gh/dmgrok/agent-plugins@main/exports/badge-skills.json)
![Providers](https://img.shields.io/endpoint?url=https://cdn.jsdelivr.net/gh/dmgrok/agent-plugins@main/exports/badge-providers.json)

Related Projects


MIT License — Individual skills retain their original licenses.

🐛 Issues · 💬 Discussions · 📊 Changelog

Reviews (0)

No results found