mdskills

Documentation

mdskills.ai is a directory of skills, plugins, MCP servers, and rules for AI coding agents. Whether you're installing your first skill or building your own, this is where to start.

Getting Started

Install your first skill in under a minute. Works with Claude Code, Cursor, VS Code, Codex, Gemini CLI, and 20+ other agents.

1

Browse and pick a skill

Explore skills, plugins, MCP servers, or rules.

2

Install with one command

npx mdskills install owner/skill-name
3

Use it

Your agent discovers the skill automatically. Just ask it to do something the skill teaches.

Detailed install guide

What is mdskills.ai?

AI agents like Claude Code, Cursor, and Codex are powerful out of the box — but they don't know your specific workflows, conventions, or domain. The AI agent ecosystem has converged on a set of open formats to bridge this gap:

  • Skills (SKILL.md) — modular capabilities loaded on demand. “How to generate release notes in our format.”
  • Plugins — full-featured extensions bundling skills, commands, hooks, and agents into one installable package.
  • MCP Servers — external tools that let agents call APIs, query databases, and access services via the Model Context Protocol.
  • Rules (CLAUDE.md, .cursorrules, AGENTS.md) — project-level constraints. “Never commit .env files. Always run tests before pushing.”

mdskills.ai indexes all of these so you can find, compare, and install them in one place.

The three-layer architecture

Rules

Project-wide constraints that apply to every task. Rules tell agents what to always (or never) do — coding conventions, safety constraints, testing requirements.

CLAUDE.md.cursorrulesAGENTS.mdGEMINI.md.clinerules

Skills & Plugins

Modular capabilities loaded on demand. Skills teach agents how to do specific tasks. Plugins bundle multiple skills with commands, hooks, and agents.

SKILL.mdPlugins

Tools & Servers

External capabilities that let agents take action — call APIs, query databases, search the web. MCP is the standard for connecting agents to tools.

MCP ServersOpenAPI Actions

Specs & Standards

Technical reference for the open formats powering the AI agent ecosystem.

All specs & standards →