Agent Plugins Marketplace
All plugins

context-maintainer

v0.6.0

Create and maintain durable project context in the repository itself so any coding agent can quickly understand a project.

CodexClaude Code1 Skill

By Context Maintainer ContributorsLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Aug 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 plugin

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add context-maintainer@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/kevinifrah/context-maintainer

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

Plugin files

skill/context-maintainer/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── SKILL.md

Included Skills1

context-maintainerSKILL.md

Create and maintain durable project context (docs/context/PROJECT.md, ARCHITECTURE.md, WORKFLOWS.md, STATE.md, DECISIONS.md plus AGENTS.md and CLAUDE.md) so any coding agent can quickly understand a project. Use for init, status, sync, review, doctor, and rebuild of a repository's context, and whenever project reality has changed enough that the recorded context is now wrong.

Plugin manifests2

skill/context-maintainer/.codex-plugin/plugin.json
{
  "name": "context-maintainer",
  "version": "0.6.0",
  "description": "Create and maintain durable project context in the repository itself so any coding agent can quickly understand a project.",
  "author": {
    "name": "Context Maintainer Contributors"
  },
  "license": "MIT",
  "keywords": [
    "context",
    "documentation",
    "onboarding",
    "architecture",
    "agents"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Context Maintainer",
    "shortDescription": "Durable project context for Claude Code and Codex",
    "longDescription": "Context Maintainer keeps a compact, evidence-based record of a project — its purpose, architecture, workflows, current state, and decisions — in version-controlled Markdown under docs/context/. Claude Code and Codex both read the same files, so understanding survives new sessions, context compaction, and switching between agents. Supports init, status, sync, doctor, and rebuild.",
    "developerName": "Context Maintainer Contributors",
    "category": "Developer Tools",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Initialize durable project context for this repository",
      "Give me a status briefing on this project",
      "Sync the project context after my recent changes"
    ],
    "screenshots": []
  }
}
skill/context-maintainer/.claude-plugin/plugin.json
{
  "name": "context-maintainer",
  "version": "0.6.0",
  "description": "Create and maintain durable project context in the repository itself so any coding agent can quickly understand a project.",
  "author": {
    "name": "Context Maintainer Contributors"
  }
}

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

[context-maintainer on Agent Plugins Marketplace](https://pluginsmp.com/plugins/context-maintainer)