Agent Plugins Marketplace
← All plugins

projects

v1.3.0

Maintain a generated portfolio index and one durable narrative page per project.

CodexClaude Code1 Skill

By Nathan Wong1 GitHub starsUpdated 1 hour ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add thelogicmatrix/lm-tools
codex plugin marketplace upgrade lm-tools
codex plugin add projects@lm-tools

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

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

  • Codex: projects@agent-plugin-marketplace → projects@lm-tools

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/thelogicmatrix/lm-tools

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

Plugin files

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

Included Skills1

projectsskills/projects/SKILL.md

Use when the user says "projects", "project status", "portfolio", "projects sync", "projects log", "register <project>", or "triage critiques", when a new project needs a portfolio row, or when a critique or future-direction note needs a home. The portfolio layer above gtg and living-docs, over the projects CLI.

Plugin manifests2

projects/.codex-plugin/plugin.json
{
  "name": "projects",
  "version": "1.3.0",
  "description": "Maintain a generated portfolio index and one durable narrative page per project.",
  "author": {
    "name": "Nathan Wong"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Projects",
    "shortDescription": "Keep the project portfolio grounded in reality",
    "longDescription": "Manage project transitions through a generated index, narrative pages, reality checks, and a guard against hand-editing generated state.",
    "developerName": "Nathan Wong",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": "Show me the current project portfolio status."
  }
}
projects/.claude-plugin/plugin.json
{
  "name": "projects",
  "version": "1.3.0",
  "description": "projects — the portfolio layer: a generated INDEX of everything you have going, one narrative page per project, and a CLI that owns every mechanical field so the index can never drift.",
  "author": {
    "name": "Nathan Wong"
  }
}

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

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