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.
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
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 |
Install
# 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
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.
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_skills_directory@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_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 โ
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 | |
| anthropics | Claude+Universal | โ | โ | โ | โ | โ | โ | โฌ | โฌ | 70/100 | ๐ก maintained | ||
| 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 | |
| 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
- Create a New Provider Issue with your repo details
- Automated validation runs:
- โ SKILL.md format with YAML frontmatter
- ๐ Secrets scan (gitleaks)
- ๐ก๏ธ Prompt injection check (Lakera Guard)
- ๐ Quality score โฅ 70 (LGTM validation)
- 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_skills_directory.git
cd agent_skills_directory
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_skills_directory/.github/workflows/validate-skill.yml@main
with:
skill-path: '.'
Badges
[](https://dmgrok.github.io/agent_skills_directory/)
Dynamic (auto-updated):


Related Projects
- ๐ Browse Skills โ Interactive web catalog
- ๐ MCP Mother Skills โ MCP server integration
- ๐ก๏ธ LGTM Agent Skills โ Quality validation tool
- ๐ Agent Skills Spec โ Standard specification
- ๐ป skills.sh โ Package manager for agent skills
MIT License โ Individual skills retain their original licenses.
Reviews (0)
Sign in to leave a review.
Leave a reviewNo results found