architecture-suite
v1.0.0Architecture baselines, current-state documentation, target designs, decisions, diagrams, and migration plans.
By Lev NikolaevichLicense: MIT557 GitHub starsUpdated 3 weeks ago
Directory evidence
- Runtimes
- Codex and Agent Plugins
- Parsed components
- 6 skill or MCP entries
- Source updated
- Aug 29, 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-suite for Codex
codex plugin marketplace add levnikolaevich/claude-code-skills
codex plugin marketplace upgrade levnikolaevich-skills-marketplace
codex plugin add architecture-suite@levnikolaevich-skills-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the levnikolaevich-skills-marketplace catalog, then install this plugin.
Compatibility: the page URL and API slug “architecture-suite” remain stable.
- Codex:
architecture-suite@agent-plugin-marketplace→architecture-suite@levnikolaevich-skills-marketplace
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/levnikolaevich/claude-code-skillsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/architecture-suite/.
Plugin files
├── .codex-plugin/plugin.json├── plugin.json├── skills/ln-71-system-design-baseline-builder/SKILL.md├── skills/ln-72-current-architecture-documenter/SKILL.md├── skills/ln-73-system-design-proposal-builder/SKILL.md├── skills/ln-74-architecture-decision-recorder/SKILL.md├── skills/ln-75-architecture-diagram-builder/SKILL.md└── skills/ln-76-architecture-migration-planner/SKILL.md
Included Skills6
Creates a project baseline of architecture drivers and constraints. Use before design or planning; not for target design, plan review, implementation, or architecture audit.
Documents implemented current-state architecture from repository evidence. Use for onboarding or migration baselines; not for target design, audit verdicts, or code changes.
Creates a decision-complete target system design from requirements and constraints. Use before implementation planning; not for requirements baselines, reviews, audits, or code changes.
Records one architecture decision with context, alternatives, tradeoffs, and consequences. Use for a significant choice; not for broad design, audit, or implementation.
Creates evidence-backed current or target architecture diagrams when the diagram is the primary deliverable. Not for UI design, architecture audit, or invented structure.
Plans a reversible architecture migration with compatibility, data movement, rollout, and rollback. Use for current-to-target transitions; not execution, generic planning, or delivery review.
Plugin manifests2
{
"name": "architecture-suite",
"version": "1.0.0",
"description": "Architecture baselines, current-state documentation, target designs, decisions, diagrams, and migration plans.",
"author": {
"name": "Lev Nikolaevich",
"email": "[email protected]",
"url": "https://github.com/levnikolaevich"
},
"homepage": "https://github.com/levnikolaevich/claude-code-skills",
"repository": "https://github.com/levnikolaevich/claude-code-skills",
"license": "MIT",
"keywords": [
"architecture",
"system-design",
"adr",
"diagrams",
"migration"
],
"skills": "./skills/",
"interface": {
"displayName": "Architecture Suite",
"shortDescription": "Build architecture artifacts",
"longDescription": "Create and update evidence-backed architecture baselines, current-state maps, target designs, decision records, diagrams, and reversible migration plans.",
"developerName": "Lev Nikolaevich",
"websiteURL": "https://github.com/levnikolaevich/claude-code-skills",
"category": "Productivity",
"capabilities": [
"Interactive",
"Read",
"Write"
],
"defaultPrompt": [
"Document or design the architecture for this project.",
"Record an architecture decision or create a diagram.",
"Plan a reversible migration from the current architecture to the target."
]
}
}{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "architecture-suite"
}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.
[architecture-suite on Agent Plugins Marketplace](https://pluginsmp.com/plugins/architecture-suite)