architect
v0.1.2Design system architecture and make technology decisions. Uses a structured inline design or an available independent reviewer for comprehensive work.
By whichguyLicense: MIT0 GitHub starsUpdated 4 days ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 1 skill or MCP entry
- 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 architect for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add architect@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
Compatibility: the page URL and API slug “architect-2” remain stable.
- Codex:
architect-2@agent-plugin-marketplace→architect@agent-plugin-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/whichguy/skill-craftClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/architect/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json└── skills/architect/SKILL.md
Included Skills1
Design system architecture and make technology decisions. Uses a structured inline design or an available independent reviewer for comprehensive work. AUTOMATICALLY INVOKE when: - "design architecture", "what tech stack", "system design" - "how should I structure", "architecture for", "design system" - "technology recommendation", "compare frameworks" NOT for: Direct implementation or a routine task breakdown.
Plugin manifests2
{
"name": "architect",
"version": "0.1.2",
"description": "Design system architecture and make technology decisions. Uses a structured inline design or an available independent reviewer for comprehensive work.",
"author": {
"name": "whichguy",
"url": "https://github.com/whichguy"
},
"homepage": "https://github.com/whichguy/skill-craft",
"repository": "https://github.com/whichguy/skill-craft",
"license": "MIT",
"keywords": [
"skill-craft",
"architect",
"portable-skills",
"prompt-only"
],
"skills": "./skills/",
"interface": {
"displayName": "Architect",
"shortDescription": "Design system architecture and make technology decisions. Uses a structured inline design or an available independent…",
"longDescription": "Design system architecture and make technology decisions. Uses a structured inline design or an available independent reviewer for comprehensive work.",
"developerName": "whichguy",
"category": "Productivity",
"capabilities": [
"Read"
],
"defaultPrompt": [
"Use $architect:architect for this task."
]
}
}{
"name": "architect",
"version": "0.1.2",
"description": "Design system architecture and make technology decisions. Uses a structured inline design or an available independent reviewer for comprehensive work.",
"author": {
"name": "whichguy",
"url": "https://github.com/whichguy"
},
"homepage": "https://github.com/whichguy/skill-craft",
"repository": "https://github.com/whichguy/skill-craft",
"license": "MIT",
"keywords": [
"skill-craft",
"architect",
"portable-skills",
"prompt-only"
]
}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.
[architect on Agent Plugins Marketplace](https://pluginsmp.com/plugins/architect-2)