📦 MDPM

Markdown Package Manager

The package manager for AI context files

Share and discover SKILL.md, AGENTS.md, copilot-instructions.md, and other AI configuration files.

🔍

Discover

Find AI skills, agents, and prompts shared by the community

📥

Install

One command to add packages to your project

mdpm install awesome-skills
📤

Publish

Share your AI configurations with the world

mdpm publish

For Package Consumers

Supercharge your AI workflows with community packages

1
🔎

Find Packages

Browse and search for skills, custom agents, copilot instructions, and more created by the community.

2
⬇️

Install to Your Project

Use the CLI to install packages directly into your repository. Files are placed exactly where your AI tools expect them.

3
🔄

Stay Up to Date

Get the latest improvements with a single command. MDPM tracks versions so you always have the newest content.

For Package Creators

Share your AI expertise with the world

1
📝

Create Your Content

Package your custom skills, agent configurations, prompts, and instructions into a simple folder structure.

2
🚀

Publish to Registry

Use the CLI to publish your package. It's versioned, searchable, and instantly available to others.

3
🌍

Share & Reuse

Install your packages in your own projects, share with your team, or let the whole community benefit.

Quick Start

# Install the CLI
dotnet tool install -g mdpm

# Search for packages
mdpm search copilot

# Install a package
mdpm install awesome-skills

# Create your own package
mdpm init
mdpm pack
mdpm publish