Agent Plugins Marketplace
All plugins

memoire

v2.8.0-beta.2

Memi is the design layer for agentic AI.

Codex5 Skills1 MCP serverstdio

By Sarvesh ChidambaramLicense: MIT1.1k GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex
Parsed components
6 skill or MCP entries
Source updated
Sep 22, 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 memoire for Codex

Installs for the current user
codex plugin marketplace add hashgraph-online/awesome-codex-plugins
codex plugin marketplace upgrade awesome-codex-plugins
codex plugin add memoire@awesome-codex-plugins

Paste and run these commands in a terminal with Codex. They add and refresh the awesome-codex-plugins catalog, then install this plugin.

Compatibility: the page URL and API slug “memoire” remain stable.

  • Codex: memoire@agent-plugin-marketplacememoire@awesome-codex-plugins

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/hashgraph-online/awesome-codex-plugins

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

Plugin files

plugins/sarveshsea/memi/
├── .codex-plugin/plugin.json
├── skills/audit-frontend-design/SKILL.md
├── skills/build-swiftui-interface/SKILL.md
├── skills/enforce-design-ci/SKILL.md
├── skills/memoire-design-tooling/SKILL.md
├── skills/remember-design-system/SKILL.md
└── .mcp.json

Included Skills5

audit-frontend-designskills/audit-frontend-design/SKILL.md

Use when reviewing or changing a React, Next.js, Tailwind, or shadcn interface and you need evidence-backed findings for accessibility, hierarchy, tokens, states, and responsive design before editing code.

build-swiftui-interfaceskills/build-swiftui-interface/SKILL.md

Use when a coding agent must design, scaffold, implement, or verify an iOS or macOS SwiftUI interface with Apple-platform state, accessibility, availability, testing, and Xcode evidence.

enforce-design-ciskills/enforce-design-ci/SKILL.md

Use when a repository needs deterministic pull-request checks for new accessibility, design-token, component-structure, responsive, and UI-state regressions with file-level evidence.

memoire-design-toolingskills/memoire-design-tooling/SKILL.md

Use when a task spans interface understanding, design-system memory, UI audits, design CI, Figma, shadcn or Tailwind code generation, research, or agent design workflows and needs the correct Memi capability selected.

remember-design-systemskills/remember-design-system/SKILL.md

Use when an agent is about to build or refactor interface code and needs a compact, repository-specific brief covering existing tokens, components, routes, conventions, and verification commands.

MCP servers1

memoirestdio
command
memi
args
--profile locked mcp start --no-figma

Plugin manifests1

plugins/sarveshsea/memi/.codex-plugin/plugin.json
{
  "name": "memoire",
  "version": "2.8.0-beta.2",
  "description": "Memi is the design layer for agentic AI.",
  "author": {
    "name": "Sarvesh Chidambaram",
    "url": "https://github.com/sarveshsea"
  },
  "homepage": "https://www.memoire.cv/codex-plugin",
  "repository": "https://github.com/sarveshsea/memi",
  "license": "MIT",
  "keywords": [
    "codex",
    "memoire",
    "mcp",
    "figma",
    "design-system",
    "shadcn",
    "tailwind",
    "atomic-design",
    "ui-quality",
    "swiftui",
    "ios"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "memi",
    "shortDescription": "Agent design CI, file scaffolds, and UI quality tools for Codex.",
    "longDescription": "memi gives Codex design-system memory, MCP tools, spec-first web and SwiftUI file scaffolds, compact agent briefs, Figma context, Tailwind and shadcn/ui diagnostics, Apple-platform guidance, and research-backed UI audits before interface edits.",
    "developerName": "Sarvesh Chidambaram",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "websiteURL": "https://www.memoire.cv/codex-plugin",
    "privacyPolicyURL": "https://www.memoire.cv/privacy",
    "termsOfServiceURL": "https://www.memoire.cv/terms",
    "defaultPrompt": [
      "Audit this UI with memi before editing.",
      "Extract tokens and shadcn registry context.",
      "Create an Atomic Design implementation plan.",
      "Scaffold and verify a SwiftUI feature."
    ],
    "brandColor": "#000000"
  }
}

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

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