Agent Plugins Marketplace
All plugins

marathon-architecture

v0.1.0

Marathon extension adding the architecture layer — the principles, definitions, and conventions that have generalized past one repository — as a standalone project's top-level architecture/ directory or a workspace's designated architecture repository, filled by promotion from design/ through marathon's session hooks

Claude Code1 Skill

By standards-labLicense: Apache-2.00 GitHub starsUpdated yesterday

Directory evidence

Runtimes
Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 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 marathon-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 marathon-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/standards-lab/claude-plugins

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

Plugin files

plugins/marathon-architecture/
├── .claude-plugin/plugin.json
└── skills/marathon-architecture/SKILL.md

Included Skills1

marathon-architectureskills/marathon-architecture/SKILL.md

A marathon extension that adds the architecture layer: the principles, definitions, and conventions that have generalized past one repository, written for a general reader and relied on from outside the project. A standalone project keeps the layer as a top-level architecture/ directory; a workspace keeps it as the one member repository this extension's own .claude/marathon-architecture.toml names, at the coordinator. marathon's sessions fill it by promotion from design/ through the extension hooks — the conventions layered in at session start, a generalized design note landed and recorded before the session record is written, the landing committed at closeout. Load this skill when a marathon session resolves it as an enabled extension, or when the architect asks about the architecture layer, promoting a note past the repository that owns it, or what belongs in the architecture repository.

Plugin manifests1

plugins/marathon-architecture/.claude-plugin/plugin.json
{
  "name": "marathon-architecture",
  "description": "Marathon extension adding the architecture layer — the principles, definitions, and conventions that have generalized past one repository — as a standalone project's top-level architecture/ directory or a workspace's designated architecture repository, filled by promotion from design/ through marathon's session hooks",
  "version": "0.1.0",
  "license": "Apache-2.0",
  "homepage": "https://github.com/standards-lab/claude-plugins",
  "repository": "https://github.com/standards-lab/claude-plugins",
  "author": {
    "name": "standards-lab",
    "url": "https://github.com/standards-lab"
  }
}

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

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