extension

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

1

Add the Mirdan marketplace

terminalClaude Code
/plugin marketplace add mirdan/claude-plugin
2

Install the plugin

terminalClaude Code
/plugin install mirdan@mirdan
3

Start using it

terminalClaude Code
/mirdan:search postgres
/mirdan:install sc-github
/mirdan:browse

codeCommands

/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:browse

Browse 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

code

Skills

Installed as markdown files in your project.

.claude/commands/skill-name.md
verified_user

Validators

Added as hooks in your Claude Code settings.

.claude/settings.json
article

Snippets

Appended to the target config file you choose.

CLAUDE.md / memory.md / settings.md
dns

MCP Servers

Config added to your MCP server settings.

.claude/settings.json → mcpServers

infoRequirements

  • check_circleClaude Code v1.0.33 or later (for /plugin support)
  • 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