Agent Plugins Marketplace
All plugins

mandalore

v0.0.0-dev

Your lore, across time and space. Recall and learn with your private signet.

Codex2 Skills1 MCP serverstdio

By Acoz LabsLicense: MIT0 GitHub starsUpdated last week

Directory evidence

Runtimes
Codex
Parsed components
3 skill or MCP entries
Source updated
Sep 16, 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 mandalore for Codex

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add mandalore@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. 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/acoz-labs/mandalore

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

Plugin files

plugins/codex/plugins/mandalore/
├── .codex-plugin/plugin.json
├── skills/the-armorer/SKILL.md
├── skills/this-is-the-way/SKILL.md
└── .mcp.json

Included Skills2

the-armorerskills/the-armorer/SKILL.md

Set up, inspect, repair or update Mandalore memory connections and manage historical references conversationally. Use for Mandalore installation or maintenance requests, not ordinary remembering, recall or project work.

this-is-the-wayskills/this-is-the-way/SKILL.md

Recall relevant prior decisions, preferences and project knowledge through Mandalore, and learn confirmed changes and useful outcomes during ordinary work. Use for continuity with the user's past conversations or when the user directly says "this is the way" to consolidate memory.

MCP servers1

mandalorestdio
command
/bin/sh
args
./scripts/run-memory.sh mcp
cwd
.

Plugin manifests1

plugins/codex/plugins/mandalore/.codex-plugin/plugin.json
{
  "name": "mandalore",
  "version": "0.0.0-dev",
  "description": "Your lore, across time and space. Recall and learn with your private signet.",
  "author": {
    "name": "Acoz Labs"
  },
  "repository": "https://github.com/acoz-labs/mandalore",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "Mandalore",
    "shortDescription": "Your lore, across time and space.",
    "longDescription": "Recall relevant decisions and learn confirmed changes with a private, Git-backed signet. This Is the Way handles memory; The Armorer helps with setup and maintenance.",
    "developerName": "Acoz Labs",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "This is the way: remember what we decided."
    ],
    "brandColor": "#527D88"
  },
  "mcpServers": "./.mcp.json"
}

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

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