Agent Plugins Marketplace
← All plugins

mangsang

v1.9.0

The coherence manager for every artifact in a project — plan, code, tests.

CodexClaude CodeAgent Plugins1 Skill

By guineeeeeeeeeeeeeeeeeeeeeeeerm0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex, Claude Code, and Agent Plugins
Parsed components
1 skill or MCP entry
Source updated
Sep 24, 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 mangsang for Codex and Claude Code

Installs for the current user
codex plugin marketplace add guinjaaaaaaaaaaaaaaaaaaaaakeop/mangsang
codex plugin marketplace upgrade mangsang
codex plugin add mangsang@mangsang

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

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

  • Codex: mangsang@agent-plugin-marketplace → mangsang@mangsang

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/guinjaaaaaaaaaaaaaaaaaaaaakeop/mangsang

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

Plugin files

mangsang/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── plugin.json
└── skills/operate/SKILL.md

Included Skills1

operateskills/operate/SKILL.md

Use after a slice is built (to relate its concepts, plan sections, code and tests), when a conversation or a person's explanation should become part of the model, when `mangsang impact` reports stale or broken relations, when `check` or `cq` fails, or when a project first adopts mangsang. Declares concepts (the net's nodes), proposes relations with evidence for a human to confirm, and disposes of staleness; never confirms on its own.

Plugin manifests3

.codex-plugin/plugin.json
{
  "name": "mangsang",
  "version": "1.9.0",
  "engines": {
    "python": ">=3.11"
  },
  "records": [
    "mangsang/",
    ".mangsang/"
  ],
  "description": "The coherence manager for every artifact in a project — plan, code, tests.",
  "author": {
    "name": "guineeeeeeeeeeeeeeeeeeeeeeeerm"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "mangsang",
    "shortDescription": "The coherence manager for every artifact in a project — plan, code, tests.",
    "longDescription": "The coherence manager for every artifact in a project — plan, code, tests. Stores the relations a human confirmed between anchors (a document section, a function, a test), fingerprints them, and says which relation went stale when one end changed. Machines keep it because the next agent has no memory and nobody can read everything.",
    "developerName": "guineeeeeeeeeeeeeeeeeeeeeeeerm",
    "category": "Productivity",
    "capabilities": [
      "Read",
      "Write"
    ],
    "defaultPrompt": "Use mangsang on this project."
  }
}
.claude-plugin/plugin.json
{
  "name": "mangsang",
  "version": "1.9.0",
  "engines": {
    "python": ">=3.9"
  },
  "records": [
    "mangsang/",
    ".mangsang/"
  ],
  "description": "The coherence manager for every artifact in a project — plan, code, tests. Stores the relations a human confirmed between anchors (a document section, a function, a test), fingerprints them, and says which relation went stale when one end changed. Machines keep it because the next agent has no memory and nobody can read everything."
}
plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "mangsang",
  "version": "1.9.0",
  "engines": {
    "python": ">=3.9"
  },
  "records": [
    "mangsang/",
    ".mangsang/"
  ],
  "description": "The coherence manager for every artifact in a project — plan, code, tests."
}

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

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