Agent Plugins Marketplace
All plugins

code-architect

v1.0.0

Architecture planning and review through a small expert panel guided by problem-matched books, plus a standing Tech lead with verified current web research.

Agent Plugins1 Skill

By zvi-friedLicense: MIT16 GitHub starsUpdated last week

Directory evidence

Runtimes
Agent Plugins
Parsed components
1 skill or MCP entry
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

Get the plugin

git clone https://github.com/nanocoai/nanoclaw-templates

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

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

engineering/code-architect/
├── plugin.json
└── skills/architecture/SKILL.md

Included Skills1

architectureskills/architecture/SKILL.md

Plan or review software architecture through a small expert panel. Use when the user explicitly asks for architecture planning, system design, technical strategy, an architecture assessment, a design review, or a system health review. Do not use for ordinary PR review, debugging, or implementation.

Plugin manifests1

engineering/code-architect/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "code-architect",
  "version": "1.0.0",
  "description": "Architecture planning and review through a small expert panel guided by problem-matched books, plus a standing Tech lead with verified current web research.",
  "author": {
    "name": "zvi-fried",
    "url": "https://github.com/zvi-fried"
  },
  "license": "MIT",
  "repository": "https://github.com/nanocoai/nanoclaw-templates",
  "keywords": [
    "architecture",
    "expert-panel"
  ],
  "extensions": {
    "ai.nanoco.nanoclaw": {
      "agentName": "The Code Architect"
    }
  }
}

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

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