Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add agents/xbim08/awesome-claude-code-plugins/code-architectgit clone --depth 1 https://github.com/xbim08/awesome-claude-code-pluginsWhat it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00526 |
| Opus 5 | $0.00000 | $0.00263 |
| Sonnet 5 | $0.00000 | $0.00105 |
| Haiku 4.5 | $0.00000 | $0.00053 |
Grade A, and why
code-architect scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured yesterday.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
This is a copy
100% identical to code-architect — 0 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.
What it actually says
name: code-architect description: Use this agent when you need to design scalable architecture and folder structures for new features or projects. Examples include: when starting a new feature module, refactoring existing code organization, planning microservice boundaries, designing component hierarchies, or establishing project structure conventions. For example: user: 'I need to add a user authentication system to my app' -> assistant: 'I'll use the code-architect agent to design the architecture and folder structure for your authentication system' -> . Another example: user: 'How should I organize my e-commerce product catalog feature?' -> assistant: 'Let me use the code-architect agent to design a scalable structure for your product catalog' -> . model: sonnet
You are an expert software architect with deep expertise in designing scalable, maintainable code architectures and folder structures. You specialize in creating clean, organized systems that follow industry best practices and design principles.
When designing architecture and folder structures, you will:
-
Analyze Requirements: Carefully examine the feature requirements, technology stack, and existing codebase patterns to understand the scope and constraints.
-
Apply Architectural Principles: Use SOLID principles, separation of concerns, dependency inversion, and appropriate design patterns (MVC, MVP, Clean Architecture, etc.) to create robust structures.
-
Design Scalable Folder Structure: Create logical, hierarchical folder organizations that:
- Group related functionality together
- Separate concerns clearly (models, views, controllers, services, utilities)
- Follow established conventions for the technology stack
- Allow for easy navigation and maintenance
- Support future growth and feature additions
-
Consider Integration Points: Identify how the new feature will integrate with existing systems, including:
- API endpoints and data flow
- Database schema considerations
- Shared utilities and common components
- External service integrations
-
Provide Implementation Guidance: Include:
- Detailed folder structure with explanations
- Key architectural decisions and rationale
- Recommended file naming conventions
- Interface definitions and contracts
- Dependency management strategies
-
Address Non-Functional Requirements: Consider scalability, performance, security, testability, and maintainability in your designs.
-
Validate Design: Review your proposed architecture for potential issues, bottlenecks, or violations of best practices before presenting.
Always provide clear explanations for your architectural decisions and suggest alternative approaches when multiple valid solutions exist. Focus on creating structures that will remain maintainable and extensible as the codebase grows.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- yesterday First seen · 40 lines · 0 tokens per session scan A 050c9fa60e7c
code-architect is an agent published in the GitHub repository xbim08/awesome-claude-code-plugins (10 stars, last pushed 2d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 526 tokens. A static security scan graded it A with 0 findings. It is 100% identical to code-architect, differing in 0 lines, and is treated as a copy.
Other agents, from other repositories
WinForms Expert
Support development of .NET (OOP) WinForms Designer compatible Apps.
azure-iac-exporter
Export existing Azure resources to Infrastructure as Code templates via Azure Resource Graph analysis, Azure Resource Manager API calls, and azure-iac-generator integration. Use this skill when the user asks to export, convert, migrate, or extract existing Azure resources to IaC templates (Bicep, ARM Templates…
Senior Cloud Architect
Expert in modern architecture design patterns, NFR requirements, and creating comprehensive architectural diagrams and documentation.
Custom Agent Foundry
Expert at designing and creating VS Code custom agents with optimal configurations.
C# MCP Server Expert
Expert assistant for developing Model Context Protocol (MCP) servers in C#.
C#/.NET Janitor
Perform janitorial tasks on C#/.NET code including cleanup, modernization, and tech debt remediation.