Agent Plugins Marketplace
All plugins

architecture-gate

v0.1.0

Evidence-led architecture boundary triage before implementation.

Codex1 Skill

By ghyghoo8License: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add architecture-gate@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/ghyghoo8/my-agent-skills

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

Plugin files

plugins/architecture-gate/
├── .codex-plugin/plugin.json
└── skills/modular-architecture-design/SKILL.md

Included Skills1

modular-architecture-designskills/modular-architecture-design/SKILL.md

Performs read-only, evidence-led architecture triage before new features or structural refactors that may materially change module responsibilities, data or side-effect ownership, dependency direction, public contracts, or migration boundaries. Use when one of those boundaries may change. Do not use for local bug fixes, copy or style edits, mechanical file splits, multi-file edits with stable boundaries, or speculative scaling alone.

Plugin manifests1

plugins/architecture-gate/.codex-plugin/plugin.json
{
  "name": "architecture-gate",
  "version": "0.1.0",
  "description": "Evidence-led architecture boundary triage before implementation.",
  "author": {
    "name": "ghyghoo8",
    "url": "https://github.com/ghyghoo8"
  },
  "homepage": "https://github.com/ghyghoo8/my-agent-skills",
  "repository": "https://github.com/ghyghoo8/my-agent-skills",
  "license": "MIT",
  "keywords": [
    "architecture",
    "modularity",
    "code-review"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Architecture Gate",
    "shortDescription": "Evidence-led triage for architecture-sensitive changes.",
    "longDescription": "Route code changes through direct work, a local boundary note, an accepted architecture brief, or bounded discovery without forcing design ceremony on routine edits.",
    "developerName": "ghyghoo8",
    "category": "Productivity",
    "capabilities": [
      "Interactive",
      "Read",
      "Write"
    ],
    "defaultPrompt": [
      "Use Architecture Gate to triage this feature before implementation.",
      "Check whether this refactor changes ownership or public contracts."
    ]
  }
}

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

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