optimize-memories
v0.1.0Audit, verify, reconcile, and update Codex memory artifacts across project and global scopes through evidence-based, approval-gated procedures.
By Nery Samuel MurilloLicense: MIT1 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 1 skill or MCP entry
- Source updated
- Sep 6, 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 optimize-memories for Codex
codex plugin marketplace add nerymurillohnd/codex-essentials
codex plugin marketplace upgrade codex-essentials
codex plugin add optimize-memories@codex-essentialsPaste and run these commands in a terminal with Codex. They add and refresh the codex-essentials catalog, then install this plugin.
Compatibility: the page URL and API slug “optimize-memories” remain stable.
- Codex:
optimize-memories@agent-plugin-marketplace→optimize-memories@codex-essentials
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/nerymurillohnd/codex-essentialsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/optimize-memories/.
Plugin files
├── .codex-plugin/plugin.json└── skills/audit-and-cure-memories/SKILL.md
Included Skills1
Use when a user asks to audit, verify, reconcile, or update Codex memory artifacts at project scope, global cross-project scope, or both. Use for memory audits, consistency reviews, stale-memory cleanup, memory correction, or complete memory updates.
Plugin manifests1
{
"name": "optimize-memories",
"version": "0.1.0",
"description": "Audit, verify, reconcile, and update Codex memory artifacts across project and global scopes through evidence-based, approval-gated procedures.",
"author": {
"name": "Nery Samuel Murillo",
"email": "[email protected]",
"url": "https://github.com/nerymurillohnd"
},
"homepage": "https://forestal-mt.com",
"repository": "https://github.com/nerymurillohnd/codex-essentials",
"license": "MIT",
"keywords": [
"codex",
"memory",
"audit",
"verification",
"knowledge-management"
],
"skills": "./skills/",
"interface": {
"displayName": "Codex Memory Audit",
"shortDescription": "Audit and reconcile Codex memory artifacts with evidence.",
"longDescription": "Codex Memory Audit provides a phase-gated process for auditing project and global Codex memories. It verifies claims against official documentation and current state, maintains evidence-backed ledgers and matrices, and produces complete proposed changes that await explicit approval before any mutation.",
"developerName": "Nery Samuel Murillo",
"category": "Developer Tools",
"capabilities": [
"Project and global memory audits",
"Official documentation and source verification",
"Atomic claim ledgers and evidence matrices",
"Approval-gated memory change proposals"
],
"websiteURL": "https://forestal-mt.com",
"privacyPolicyURL": "https://forestal-mt.com/privacy/",
"termsOfServiceURL": "https://forestal-mt.com/terms/",
"defaultPrompt": [
"Audit Codex memories in project, global, or complete scope; verify claims and await approval before changes."
]
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[optimize-memories on Agent Plugins Marketplace](https://pluginsmp.com/plugins/optimize-memories)