Agent Plugins Marketplace
All plugins

project-memory-core

v1.1.0

Give Codex lasting project context in an Obsidian vault you control.

Codex1 Skill

By Duncan MainLicense: MIT1.1k GitHub starsUpdated 12 hours ago

Directory evidence

Runtimes
Codex
Parsed components
1 skill or MCP entry
Source updated
Sep 23, 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 project-memory-core 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 project-memory-core@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 “project-memory-core” remain stable.

  • Codex: project-memory-core@agent-plugin-marketplaceproject-memory-core@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/DuncanMain/project-memory-core/.

Plugin files

plugins/DuncanMain/project-memory-core/
├── .codex-plugin/plugin.json
└── skills/curate-project-memory/SKILL.md

Included Skills1

curate-project-memoryskills/curate-project-memory/SKILL.md

Give Codex lasting project context in a local Obsidian-compatible Markdown vault. Use when a user asks PMC to set up or connect the project's Obsidian vault, scan or explain a codebase, create a Project Home, remember a decision, constraint, discovery, procedure, debugging lesson, or current state, recall what Codex already knows, prepare a handoff, check whether notes are stale or contradictory, relate code to knowledge, keep something session-only, export or share reviewed context, or resume work from existing project notes.

Plugin manifests1

plugins/DuncanMain/project-memory-core/.codex-plugin/plugin.json
{
  "name": "project-memory-core",
  "version": "1.1.0",
  "description": "Give Codex lasting project context in an Obsidian vault you control.",
  "author": {
    "name": "Duncan Main",
    "url": "https://github.com/DuncanMain"
  },
  "license": "MIT",
  "homepage": "https://duncanmain.github.io/project-memory-core/",
  "repository": "https://github.com/DuncanMain/project-memory-core",
  "keywords": [
    "project-memory",
    "obsidian",
    "knowledge-management",
    "documentation"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "PMC",
    "shortDescription": "Give Codex lasting context",
    "longDescription": "Stop explaining the same project to Codex in every task. PMC creates a clear home for your project in Obsidian, captures approved decisions and discoveries, prepares handoffs, recalls relevant context, and checks whether your notes have gone stale. Setup is conversational, every durable write stays under your control, and your knowledge remains private local Markdown—with no account, telemetry, raw transcript capture, or developer server.",
    "developerName": "Duncan Main",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Write"
    ],
    "brandColor": "#5966D9",
    "websiteURL": "https://duncanmain.github.io/project-memory-core/",
    "privacyPolicyURL": "https://duncanmain.github.io/project-memory-core/privacy.html",
    "termsOfServiceURL": "https://duncanmain.github.io/project-memory-core/terms.html",
    "composerIcon": "./assets/icon.svg",
    "logo": "./assets/logo.svg",
    "defaultPrompt": [
      "Set up lasting memory for this project in my Obsidian vault.",
      "Remember the decisions from this task.",
      "Check whether this project's Obsidian notes are out of date."
    ]
  }
}

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

[project-memory-core on Agent Plugins Marketplace](https://pluginsmp.com/plugins/project-memory-core)