Agent Plugins Marketplace
All plugins

architecture

v0.2.3

Bounded vertical slice architecture: the decision register, the gates that enforce it, and the hooks that hold an agent to it

Claude Code3 Skills

0 GitHub starsUpdated 4 days ago

Directory evidence

Runtimes
Claude Code
Parsed components
3 skill or MCP entries
Source updated
Sep 20, 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 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 architecture-3@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/shawrylk/architecture-kit

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

architecture/
├── .claude-plugin/plugin.json
├── skills/architecture/SKILL.md
├── skills/enforcement/SKILL.md
└── skills/swarm/SKILL.md

Included Skills3

architectureskills/architecture/SKILL.md

The bounded vertical slice architecture — layers, feature anatomy, unit of work, guards, and where each rule is written down. Use when adding or changing a feature, choosing where code belongs, deciding between slice and flat anatomy, or when a structural gate fails and the fix is not obvious.

enforcementskills/enforcement/SKILL.md

Every rule beside the check that enforces it, and what to do when one fails. Use when a gate, lint rule or hook blocks an edit, when adding a new rule, or when deciding whether something should be a rule at all.

swarmskills/swarm/SKILL.md

The protocol for several agents working one repository at once — exclusive paths, index-first, generated registries, never two edits to one file. Use when dispatching work orders, coordinating parallel units, or deciding whether a change needs the orchestrator.

Plugin manifests1

.claude-plugin/plugin.json
{
  "name": "architecture",
  "description": "Bounded vertical slice architecture: the decision register, the gates that enforce it, and the hooks that hold an agent to it",
  "version": "0.2.3"
}

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

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