mcp skills

14,168 tagged mcp, measured the same way as everything else here.

Browse within: LLM 343agents 267mcp-server 221claude-code-plugin 202antigravity 191agentic-skills 190ai-workflows 186agent 181sdk 168azure 167foundry 167agent-marketplace 152claude-plugin 152skills 117

palinode-memory

433

phasespace-labs/palinode

Skill Claude CodeCodex

Search, save, and manage persistent agent memory using Palinode (git-versioned markdown + vector search). Use when user says 'remember this', 'save to memory', 'what do you know about X', 'search memory for context', 'what was decided about', 'register a trigger', 'show memory diff', 'run consolidation'. Also fires…

not rated 39 +2 today A SkillSpector: pass 141 tokens original MIT

flstudio-production

434

rosasynthesiz/flstudio-mcp

Skill Claude CodeCodex

Use this skill whenever the user wants to control FL Studio from Claude — write or trigger drum patterns, set tempo, change mixer levels, write notes to the Piano Roll, work with Carnatic ragas or kuthu rhythms in FL Studio, or troubleshoot the FLStudioMCP bridge. Trigger on FL Studio, FL, Fruity Loops, FLStudioMCP…

not rated 39 +7 2mo ago A 113 tokens original MIT

create-doc

435

CodelyTV/agentic_programming-course

Skill Claude CodeCodex

Create or improve documentation based on the current conversation. Use this when a plan has been created and changes were requested because it didn’t follow the repository’s conventions.

not rated 38 4mo ago A 35 tokens original MIT

Pretend-to/mio-chat-backend

Skill Claude CodeCodex

Author and invoke high-quality, mobile-first AnyUI HTML templates for MioChat. Guides the creation of clean, responsive cards, game interfaces, forms, story choices, and Galgame/visual novel dialogue cards rendered via extraRender in Shadow DOM. Enforces decoupled zero-round-trip async image rendering (pure CSS…

not rated 38 today A SkillSpector: pass 148 tokens original MIT

dergipark

437

saidsurucu/dergipark-skill

Skill Claude CodeCodex

Use when the user wants to search Turkish academic journals on DergiPark (keyword or advanced field search by title/author/abstract/DOI/ORCID/year/etc.), read a DergiPark article PDF as text, or extract an article's references — drives the user's own Chrome (no CAPTCHA solving needed) by injecting JavaScript.

not rated 38 1mo ago A 75 tokens original MIT

cameo-live-validation

438

ajhcs/cameo-mcp-bridge

Skill Claude CodeCodex

Probe the local Cameo bridge, keep reads compact, and verify live model claims before proposing or making changes.

not rated 39 +1 8d ago A SkillSpector: pass 27 tokens original MIT

aos-router

439

programming-pupil/aos

Skill Claude CodeCodex

Route one inbound user message to exactly one enabled AOS capability. This skill is a strategy contract only. Transport normalization, queueing, permissions, idempotency, audit events, retries, and capability execution stay in Rust.

not rated 37 6d ago A 0 tokens

devboards

441

GumbyEnder/agent-relay

Skill Claude CodeCodex

Client agent loop for Dev Boards over HTTPS only.

not rated 37 +3 1mo ago A SkillSpector: warn 13 tokens original MIT

Disentinel/grafema

Skill Claude CodeCodex

Analyze codebases using a graph database instead of reading source files. Use when understanding code architecture, finding functions or call patterns, tracing data flow, checking dependencies, or answering "where is X used?" questions. Grafema builds a queryable code graph from static analysis — prefer querying the…

not rated 36 20d ago A 69 tokens

proompteng/bilig

Skill Claude CodeCodex needs its repo

Recalculate XLSX formula outputs in Node.js after cell edits without opening Excel, LibreOffice, or browser automation.

not rated 36 5d ago A SkillSpector: pass 32 tokens original MIT

sense

444

luuuc/sense

Skill Claude CodeCodex

Local-only MCP server that gives AI coding agents structural understanding of your codebase — symbol graph, blast radius, semantic search, and auto-detected project conventions. Reduces tool calls and tokens for any task that depends on understanding code relationships rather than reading text.

not rated 36 +1 today C 54 tokens original MIT

dont-reinvent

446

Emanuelel/dont-reinvent

Skill Claude CodeCodex

Vets whether to build a feature from scratch, use an existing free/open-source solution, or pay for a third-party API/service. Use this whenever the user asks Claude to implement, add, integrate, or write code for a feature or capability, especially one that sounds like it could already be a solved problem (auth…

not rated 36 +2 15d ago B 133 tokens original MIT

talivia-agent-kit

447

talivia-group/agent

Skill Claude CodeCodex

Set up Talivia revenue-first website analytics with MCP, then verify live traffic and revenue attribution.

not rated 36 11d ago A 24 tokens original MIT

vorim

448

Vorim-AI-Labs/vorim-openclaw-skill

Skill Claude CodeCodex

AI agent identity, permissions, trust scores, and audit trails via Vorim AI. Gives your OpenClaw agent a cryptographic identity so every action is verified, permissioned, and logged.

not rated 35 2mo ago A 42 tokens original MIT

loxone

450

avrabe/mcp-loxone

Skill Claude CodeCodex

Control Loxone smart home devices — lights, blinds, climate, security, audio, and more.

not rated 34 2mo ago A 24 tokens

CodexClaw

451

MackDing/CodexClaw

Skill Claude CodeCodex

Install and operate a Telegram bot that exposes Codex, MCP, GitHub subagents, repo switching, and minimal frontend dev-server control.

not rated 34 1mo ago A 33 tokens original MIT

review-analyzer

452

mguozhen/voc-amazon-reviews

Skill Claude Code

Review Analyzer — agent-callable e-commerce review intelligence. Input an ASIN or drag in a CSV; get sentiment + pain points + selling points + listing optimization + a black-gold HTML dashboard. Backed by Shulex VOC OpenAPI (10 markets) for Amazon ASINs, accepts any review CSV/Excel for other platforms. 6 MCP tools…

not rated 34 +1 3mo ago A 123 tokens

slack-webhook

453

tomeraitz/claude-slack-bridge

Skill Claude CodeCodex

Send the user a Slack message as Claude — progress, a finished task, an alert, anything worth interrupting them for. Use whenever you want to reach the user outside this chat. Required instead of the Slack connector, which posts as the user and doesn't notify them.

not rated 33 23d ago A SkillSpector: pass 59 tokens original MIT

phughesmcr/deno-mcp-template

Skill Cursor needs its repo

Implement new MCP tools in the deno-mcp-template project. Provides the exact file structure, type signatures, registration steps, and patterns for standard tools, sampling tools, form and URL elicitation, resource-backed tools, and notification tools. Use when adding a new tool, creating MCP tools, or asking how tools…

not rated 33 5mo ago A 74 tokens original MIT

cli

455

TacosyHorchata/Pilot

Skill Claude CodeCodex

You have access to a persistent headless browser via pilot-cli shell commands. The daemon starts automatically on first use — no setup needed.

not rated 32 2mo ago A 0 tokens original MIT

android-architecture

456

sergenes/mini_agent

Skill Claude CodeCodex

Default Android app architecture: MVVM, three Gradle modules, Jetpack Compose, Hilt, Coil, Ktor, Room, DataStore. Use when creating or changing Android, Kotlin, Jetpack Compose, Gradle modules, Activities, ViewModels, or Android libraries in an app that has not already chosen a different pattern.

not rated 33 +3 12d ago A 71 tokens

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: