Agent Plugins Marketplace
All plugins

code-architecture

v0.15.4

Engineering process: plan-before-code, YAGNI, SOLID principles applied with judgment, task orchestration, work verification — held at Stop by candor's gate (clause 3, refusing a completion claim when files were edited but nothing ran afterward) when candor is installed; without it the rule is prose — low-cognitive-load code, KISS/DRY simplicity principles. Owns structure at both levels: code (units, interfaces, file placement) and system (service boundaries on data ownership, scaling paths, cache placement, sync vs async integration, domain modeling) via the system-design and domain-modeling skills and the system-architect worker.

Claude Code7 Skills

By Ivan-WG1 GitHub starsUpdated last week

Directory evidence

Runtimes
Claude Code
Parsed components
7 skill or MCP entries
Source updated
Sep 15, 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 code-architecture for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install code-architecture@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. 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/galaykos/cc-marketplace

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

Plugin files

plugins/code-architecture/
├── .claude-plugin/plugin.json
├── skills/coding-entry/SKILL.md
├── skills/domain-modeling/SKILL.md
├── skills/low-cognitive-load/SKILL.md
├── skills/plan-before-code/SKILL.md
├── skills/system-design/SKILL.md
├── skills/work-verification/SKILL.md
└── skills/yagni-check/SKILL.md

Included Skills7

coding-entryskills/coding-entry/SKILL.md

Use before the first edit of ad-hoc coding work typed straight into a session — loads the always-relevant discipline skills, primes the stack-matched ones by path, and decides in one line whether the task proceeds inline or belongs in the taskmaster pipeline. Not for work that already has a spec or cards.

domain-modelingskills/domain-modeling/SKILL.md

Use when modeling a business domain — bounded contexts, ubiquitous language, entities vs value objects, aggregates and roots, domain events, context mapping. The DDD toolkit for domains that earn it, not CRUD.

low-cognitive-loadskills/low-cognitive-load/SKILL.md

Use when writing or reviewing for readability or simplicity — KISS, DRY, the rule of three, duplication vs over-abstraction, small focused units, few live variables, shallow nesting, meaningful names, no cleverness.

plan-before-codeskills/plan-before-code/SKILL.md

Use before writing any non-trivial code, AFTER the approach shape is settled — which files change, what each new unit owns, the interfaces, where code lives.

system-designskills/system-design/SKILL.md

Use when shaping system-level structure, before or during implementation — service boundaries, data ownership, scaling, caching, sync vs async integration, single points of failure. Code modules are code-architecture; the domain model is domain-modeling.

work-verificationskills/work-verification/SKILL.md

Use before claiming work done — success criteria up front, run the verification, show evidence, never assert without output.

yagni-checkskills/yagni-check/SKILL.md

Use when designing or reviewing for speculative generality — flags abstractions, config options, flexibility nobody asked for.

Plugin manifests1

plugins/code-architecture/.claude-plugin/plugin.json
{
  "name": "code-architecture",
  "version": "0.15.4",
  "description": "Engineering process: plan-before-code, YAGNI, SOLID principles applied with judgment, task orchestration, work verification — held at Stop by candor's gate (clause 3, refusing a completion claim when files were edited but nothing ran afterward) when candor is installed; without it the rule is prose — low-cognitive-load code, KISS/DRY simplicity principles. Owns structure at both levels: code (units, interfaces, file placement) and system (service boundaries on data ownership, scaling paths, cache placement, sync vs async integration, domain modeling) via the system-design and domain-modeling skills and the system-architect worker.",
  "author": {
    "name": "Ivan-WG",
    "email": "[email protected]"
  },
  "keywords": [
    "process",
    "quality"
  ]
}

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

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