📦 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-skillsPublish
Share your AI configurations with the world
mdpm publishFor Package Consumers
Supercharge your AI workflows with community packages
Find Packages
Browse and search for skills, custom agents, copilot instructions, and more created by the community.
Install to Your Project
Use the CLI to install packages directly into your repository. Files are placed exactly where your AI tools expect them.
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
Create Your Content
Package your custom skills, agent configurations, prompts, and instructions into a simple folder structure.
Publish to Registry
Use the CLI to publish your package. It's versioned, searchable, and instantly available to others.
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