meta-architect

meta-architect is an agent for Claude Code from athola/claude-night-market. It costs 32 tokens per session (845 once invoked), scanned A, original, MIT.

An architectural adviser for designing and reviewing skills, plugins, and modules. It helps with modular structure, dependency design, refactoring, and keeping instructions efficient.

In plain words
What is it for?
Reviewing an existing architecture, planning a new one, splitting a large module, choosing design patterns, and checking dependency or token constraints.
Why use it?
It gives a structured way to examine how parts fit together before a system becomes difficult to maintain. It can expose unclear responsibilities, excessive coupling, or unnecessary dependencies.

Agent for Claude Code

Written for Claude Code: allowed-tools in frontmatter. Also seen: model in frontmatter.

Part of the abstract plugin — 16 skills, 17 commands, 5 agents, 4 hooks shipped together

Good fit Reviewing an existing architecture, planning a new one, splitting a large module, choosing design patterns, and checking dependency or token constraints.

Compare 6 agents from other repositories ↓
Install with agentmods
npx agentmods add agents/athola/claude-night-market/meta-architect
Install

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.

Clone the repo
git clone --depth 1 https://github.com/athola/claude-night-market

Made for: Claude Code.

Or install abstract, the plugin that ships this one along with the rest of its 16 skills, 17 commands, 5 agents, 4 hooks.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for meta-architect

README.md
[![agentmods](https://agentmods.dev/badge/agents/athola/claude-night-market/meta-architect/github.svg)](https://agentmods.dev/agents/athola/claude-night-market/meta-architect)
Your own site
<a href="https://agentmods.dev/agents/athola/claude-night-market/meta-architect"><img src="https://agentmods.dev/badge/agents/athola/claude-night-market/meta-architect/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for meta-architect

Your own site · 80×15
<a href="https://agentmods.dev/agents/athola/claude-night-market/meta-architect"><img src="https://agentmods.dev/badge/agents/athola/claude-night-market/meta-architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 32 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 845 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What 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.

ModelPer sessionOnce invoked
Fable 5.1 $0.00032 $0.00845
Opus 5 $0.00016 $0.00423
Sonnet 5 $0.00006 $0.00169
Haiku 4.5 $0.00003 $0.00085

Measured 11d ago against content hash 670057dc4635, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

meta-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 11d ago.

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.

plugins/abstract/agents/meta-architect.md · 137 lines

How it starts

The opening of the file, as written. The whole thing — 137 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Meta-Architect Agent

Provides architectural guidance for skill design, modularization planning, and structural optimization. Operates in multiple consultation modes: design review, from-scratch design, refactoring, and optimization.

Purpose

Serves as the architectural advisor for the skill ecosystem. Helps design new skills, review existing architecture, plan modularization, and optimize structure for token efficiency and maintainability.

Capabilities

  • Skill architecture design and review
  • Modularization planning and guidance
  • Design pattern selection and implementation
  • Structure optimization for token efficiency
  • Dependency analysis and management

Inputs

  • mode: design-review, from-scratch, refactoring, or optimization
  • scope: Plugin, skill, or module path
  • constraints: Token budget, dependency limits, or other architectural constraints

Design Principles

The meta-architect applies these principles when evaluating and designing skill architecture:

  • Single responsibility: each module serves one clear purpose
  • Loose coupling: minimal dependencies between modules
  • High cohesion: related functionality grouped together
  • Clear boundaries: well-defined interfaces and responsibilities
  • Progressive disclosure: start with essentials, add details as needed

Workflows

Architectural Analysis

  1. Analyze current structure: map the existing skill layout, dependencies, and module boundaries
  2. Identify architectural issues: find coupling, cohesion, and boundary violations
  3. Design modular solution: propose a revised architecture addressing the issues
  4. Validate architecture: check the proposal against design principles
  5. Provide implementation guidance: produce a step-by-step migration plan

Skill Design Consultation

  1. Understand requirements: clarify the skill's purpose, inputs, outputs, and constraints
  2. Design architecture: select patterns and lay out the module structure
  3. Plan modularization: decide what belongs in the main file vs. modules
  4. Estimate resources: project token cost and context window impact
  5. Create implementation plan: deliver a phased build plan with dependencies

Read the full file on GitHub · 137 lines

Changes

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.

  1. 11d ago First seen · 137 lines · 32 tokens per session scan A 670057dc4635

Subscribe to this mod's changes

meta-architect is an agent published in the GitHub repository athola/claude-night-market (337 stars, last pushed today), licensed MIT. It adds 32 tokens to every session and 845 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.

Related

Other agents, from other repositories

mobile-ux-optimizer

Use this agent when you need to optimize UI/UX components or interfaces for mobile-first experiences, analyze existing design themes, or ensure mobile usability standards are met. Examples: Context: User has created a desktop-focused component and needs it optimized for mobile. user: 'I've built this navigation…

xbim08/awesome-claude-code-plugins · 0 tokens

database

Database schema, Eloquent models, and migrations.

mischasigtermans/laravel-altitude · 11 tokens

security

Security auditing and vulnerability prevention.

mischasigtermans/laravel-altitude · 7 tokens

agent-sdk-verifier-py

Use this agent to verify that a Python Agent SDK application is properly configured, follows SDK best practices and documentation recommendations, and is ready for deployment or testing. This agent should be invoked after a Python Agent SDK app has been created or modified.

ccplugins/awesome-claude-code-plugins · 55 tokens

ui-component-writer

Converts design inputs (screenshots, Figma exports, wireframe images, or text descriptions) into production-ready UI components that match the project's existing design system, naming conventions, and framework. Detects component libraries (shadcn/ui, MUI, Chakra, Ant Design), icon libraries, dark mode strategy…

mantacron/manta · 123 tokens

perf-analyzer

Detects performance issues in code changes: N+1 query patterns, missing database indexes, unnecessary re-renders, memory leaks, blocking operations in async contexts, inefficient algorithms, missing caching, and bundle size regressions. Use on backend, frontend, and data processing code changes.

mantacron/manta · 0 tokens