Agent Plugins Marketplace
All plugins

live-architecture-context

v0.1.7

On-demand, source-grounded architecture context for coding agents.

Codex3 Skills

By SNGXLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex
Parsed components
3 skill or MCP entries
Source updated
Sep 10, 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 live-architecture-context for Codex

Installs for the current user
codex plugin marketplace add TheSoulGiver/live-architecture-context
codex plugin marketplace upgrade live-architecture-context
codex plugin add live-architecture-context@live-architecture-context

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

Compatibility: the page URL and API slug “live-architecture-context” remain stable.

  • Codex: live-architecture-context@agent-plugin-marketplacelive-architecture-context@live-architecture-context

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/TheSoulGiver/live-architecture-context

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

Plugin files

plugins/live-architecture-context/
├── .codex-plugin/plugin.json
├── skills/architecture-context/SKILL.md
├── skills/architecture-impact/SKILL.md
└── skills/architecture-recovery/SKILL.md

Included Skills3

architecture-contextskills/architecture-context/SKILL.md

Locate the canonical implementation, truth source, canonical owner, source evidence, recent architecture change, parallel/legacy route, or reusable implementation for an unfamiliar cross-cutting system. Use when normal targeted reading would otherwise fan out across modules. Do not use for a known local file, a single-symbol edit, or non-code work.

architecture-impactskills/architecture-impact/SKILL.md

Assess which canonical architecture components a proposed edit or current diff may affect. Use before a cross-module or boundary-changing edit, or when asked what could break. Do not use for an obvious local edit confined to one known implementation.

architecture-recoveryskills/architecture-recovery/SKILL.md

Recover safely when architecture context is stale, invalid, missing, or contradicted by source evidence; inspect last-good context and architecture deltas without treating them as current truth. Do not use for an ordinary fresh architecture lookup.

Plugin manifests1

plugins/live-architecture-context/.codex-plugin/plugin.json
{
  "name": "live-architecture-context",
  "version": "0.1.7",
  "description": "On-demand, source-grounded architecture context for coding agents.",
  "author": {
    "name": "SNGX",
    "url": "https://github.com/TheSoulGiver"
  },
  "homepage": "https://github.com/TheSoulGiver/live-architecture-context",
  "repository": "https://github.com/TheSoulGiver/live-architecture-context",
  "license": "MIT",
  "keywords": [
    "architecture",
    "coding-agent",
    "canonical",
    "evidence"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Live Architecture Context",
    "shortDescription": "Find the source-backed architecture answer that matters now",
    "longDescription": "Use compact, freshness-labelled canonical context only when it narrows a coding investigation. One observed workflow used 25% less input context and 43% fewer distinct file-token reads; it is not a universal benchmark.",
    "developerName": "SNGX",
    "category": "Productivity",
    "capabilities": [
      "Instructions"
    ],
    "websiteURL": "https://github.com/TheSoulGiver/live-architecture-context",
    "defaultPrompt": [
      "Find the canonical implementation for this capability.",
      "What architecture components will this change affect?",
      "Is this architecture context still trustworthy?"
    ],
    "brandColor": "#0F766E"
  }
}

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

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