Agent Plugins Marketplace
All plugins

anchor-architect

v1.0.0

Safeguard codebase integrity, eliminate destructive lazy truncation edits, and prevent regressions.

CodexClaude Code5 Skills

By adewanggarLicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
5 skill or MCP entries
Source updated
Sep 7, 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 anchor-architect for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add anchor-architect@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/adewanggar/anchor-architect

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

Plugin files

anchor-architect/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/anchor-architect/SKILL.md
├── skills/anchor-audit/SKILL.md
├── skills/anchor-blast-radius/SKILL.md
├── skills/anchor-code-preservation/SKILL.md
└── skills/anchor-nondestructive/SKILL.md

Included Skills5

anchor-architectskills/anchor-architect/SKILL.md

Core Anchor Architect Guardian: safeguard codebase integrity, enforce zero-lazy truncation, blast radius analysis, and non-destructive refactoring.

anchor-auditskills/anchor-audit/SKILL.md

Audit mode for Anchor Architect: scan repositories, git diffs, and pull requests for lazy truncation comments, regressions, and broken contracts.

anchor-blast-radiusskills/anchor-blast-radius/SKILL.md

Blast radius mapping and regression prevention: protects neighboring logic, locks modification scope, and enforces caller audits.

anchor-code-preservationskills/anchor-code-preservation/SKILL.md

Eliminate lazy truncation edits, enforce complete code replacements, and preserve surrounding codebase context.

anchor-nondestructiveskills/anchor-nondestructive/SKILL.md

Non-destructive refactoring: preserve API contracts, design tokens, layout hierarchy, and state management patterns.

Plugin manifests2

.codex-plugin/plugin.json
{
  "name": "anchor-architect",
  "version": "1.0.0",
  "description": "Safeguard codebase integrity, eliminate destructive lazy truncation edits, and prevent regressions.",
  "author": {
    "name": "adewanggar"
  },
  "homepage": "https://github.com/adewanggar/anchor-architect",
  "repository": "https://github.com/adewanggar/anchor-architect",
  "license": "MIT",
  "keywords": [
    "codebase-integrity",
    "regression-prevention",
    "non-destructive-refactoring",
    "anti-truncation",
    "agent-skills"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Anchor Architect",
    "shortDescription": "Safeguard codebase integrity and prevent regressions.",
    "longDescription": "Safeguards codebase integrity, eliminates destructive lazy truncation edits (like '// ... existing code ...'), and enforces blast radius discipline across AI coding agents.",
    "developerName": "adewanggar",
    "category": "Productivity"
  }
}
.claude-plugin/plugin.json
{
  "name": "anchor-architect",
  "displayName": "Anchor Architect",
  "version": "1.0.0",
  "description": "Safeguard codebase integrity, eliminate destructive lazy truncation edits, and prevent regressions.",
  "author": {
    "name": "adewanggar"
  },
  "repository": "https://github.com/adewanggar/anchor-architect",
  "license": "MIT",
  "keywords": [
    "codebase-integrity",
    "regression-prevention",
    "non-destructive-refactoring",
    "anti-truncation",
    "agent-skills"
  ],
  "skills": [
    "./skills/"
  ]
}

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

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