anchor-architect
v1.0.0Safeguard codebase integrity, eliminate destructive lazy truncation edits, and prevent regressions.
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
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add anchor-architect@agent-plugin-marketplacePaste 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-architectClone 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
├── .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
Core Anchor Architect Guardian: safeguard codebase integrity, enforce zero-lazy truncation, blast radius analysis, and non-destructive refactoring.
Audit mode for Anchor Architect: scan repositories, git diffs, and pull requests for lazy truncation comments, regressions, and broken contracts.
Blast radius mapping and regression prevention: protects neighboring logic, locks modification scope, and enforces caller audits.
Eliminate lazy truncation edits, enforce complete code replacements, and preserve surrounding codebase context.
Non-destructive refactoring: preserve API contracts, design tokens, layout hierarchy, and state management patterns.
Plugin manifests2
{
"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"
}
}{
"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/"
]
}For maintainers
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)