code-architect
v1.0.0Architecture planning and review through a small expert panel guided by problem-matched books, plus a standing Tech lead with verified current web research.
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-templatesClone 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
├── plugin.json└── skills/architecture/SKILL.md
Included Skills1
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
{
"$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"
}
}
}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.
[code-architect on Agent Plugins Marketplace](https://pluginsmp.com/plugins/code-architect)