Agent Plugins Marketplace
All plugins

mikro

v0.1.0

Registers the mikro MCP server against the current project, so every agent.yaml microagent in the workspace becomes a callable tool.

Claude Code1 Skill1 MCP serverstdio

By AutomagikLicense: MIT1 GitHub starsUpdated 1 hour ago

Directory evidence

Runtimes
Claude Code
Parsed components
2 skill or MCP entries
Source updated
Aug 30, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install plugin

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install mikro@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/automagik-dev/mikro

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/claude-code/.

Plugin files

plugins/claude-code/
├── .claude-plugin/plugin.json
├── skills/microagent-create/SKILL.md
└── .mcp.json

Included Skills1

microagent-createskills/microagent-create/SKILL.md

PROPOSE-ONLY — mine this host's recent Claude Code transcripts for work that keeps recurring and keeps returning bulk into context, rank those families by the context they burn, and write ONE draft mikro microagent into `.mikro/agents/<name>.proposed/` (agent.yaml + SYSTEM.md + EVIDENCE.md) for the user to approve. Read this skill when the user asks to create, propose, draft or suggest an mikro microagent, asks what is worth offloading, asks where their tokens are going and wants an agent for it, or runs /mikro:microagent-create. It never activates anything: `.proposed` is a reserved suffix that mikro discovery skips, so a draft is neither listed nor callable until the USER renames the directory. Do not use it to edit an existing agent, to run an agent, or to answer a question about a codebase (that is `mikro_explore-r`).

MCP servers1

mikrostdio
command
mikro
args
mcp --dir ${CLAUDE_PROJECT_DIR}

Plugin manifests1

plugins/claude-code/.claude-plugin/plugin.json
{
  "$schema": "https://json.schemastore.org/claude-code-plugin-manifest.json",
  "name": "mikro",
  "displayName": "mikro",
  "version": "0.1.0",
  "description": "Registers the mikro MCP server against the current project, so every agent.yaml microagent in the workspace becomes a callable tool.",
  "author": {
    "name": "Automagik",
    "url": "https://github.com/automagik-dev/mikro"
  },
  "homepage": "https://github.com/automagik-dev/mikro/tree/main/plugins/claude-code",
  "repository": "https://github.com/automagik-dev/mikro",
  "license": "MIT",
  "keywords": [
    "mikro",
    "mcp",
    "microagent",
    "offload"
  ],
  "skills": [
    "./skills/offload-guidance",
    "./skills/microagent-create"
  ]
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[mikro on Agent Plugins Marketplace](https://pluginsmp.com/plugins/mikro)