Mirdan Plugin
Install resources directly from Claude Code
What is it?
The Mirdan plugin lets you search, browse, and install skills, validators, snippets, and MCP server configs without leaving Claude Code. One install gives you access to the entire Mirdan registry from the command line.
It works through Claude Code's /plugin system (requires Claude Code v1.0.33+).
downloadQuick Start
Add the Mirdan marketplace
/plugin marketplace add mirdan/claude-pluginInstall the plugin
/plugin install mirdan@mirdanStart using it
/mirdan:search postgres
/mirdan:install sc-github
/mirdan:browsecodeCommands
/mirdan:search <query>Search for skills, validators, snippets, and MCP servers by keyword.
/mirdan:install <name>Install a resource by name. Skills go to .claude/commands/, snippets get appended to your config file.
/mirdan:browseBrowse trending and popular resources from the Mirdan registry.
/mirdan:info <name>View details about a resource — description, version, tags, and install count.
folderWhat Gets Installed
Skills
Installed as markdown files in your project.
.claude/commands/skill-name.mdValidators
Added as hooks in your Claude Code settings.
.claude/settings.jsonSnippets
Appended to the target config file you choose.
CLAUDE.md / memory.md / settings.mdMCP Servers
Config added to your MCP server settings.
.claude/settings.json → mcpServersinfoRequirements
- check_circleClaude Code v1.0.33 or later (for
/pluginsupport) - check_circleInternet connection to fetch from the Mirdan API
Browse the Registry
Not ready to install the plugin? You can browse all available resources on the web.
exploreExplore Resources