architect

architect is a skill for Claude Code from JuanMarchetto/agent-skills. It costs 91 tokens per session (1,276 once invoked), scanned A, original, MIT.

A multidisciplinary evaluator that reviews an idea or project through several specialist perspectives, such as market, technical, risk, impact, resources, and innovation.

In plain words
What is it for?
It detects whether the subject is a new idea or an existing project, chooses suitable evaluators, and produces scores, a value matrix, and suggested next steps.
Why use it?
It reduces the chance of judging a project from only one angle by selecting relevant reviewers and combining their findings into one assessment.

Skill for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the architect plugin — 1 skill, 8 commands shipped together

Good fit It detects whether the subject is a new idea or an existing project, chooses suitable evaluators, and produces scores, a value matrix, and suggested next steps.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/juanmarchetto/agent-skills/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.

Any agent
npx skills add JuanMarchetto/agent-skills --skill architect
Clone the repo
git clone --depth 1 https://github.com/JuanMarchetto/agent-skills

Made for: Claude Code.

Or install architect, the plugin that ships this one along with the rest of its 1 skill, 8 commands.

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 architect

README.md
[![agentmods](https://agentmods.dev/badge/skills/juanmarchetto/agent-skills/architect/github.svg)](https://agentmods.dev/skills/juanmarchetto/agent-skills/architect)
Your own site
<a href="https://agentmods.dev/skills/juanmarchetto/agent-skills/architect"><img src="https://agentmods.dev/badge/skills/juanmarchetto/agent-skills/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 architect

Your own site · 80×15
<a href="https://agentmods.dev/skills/juanmarchetto/agent-skills/architect"><img src="https://agentmods.dev/badge/skills/juanmarchetto/agent-skills/architect.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 91 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,276 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.00091 $0.01276
Opus 5 $0.00046 $0.00638
Sonnet 5 $0.00018 $0.00255
Haiku 4.5 $0.00009 $0.00128

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

Security

Grade A, and why

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 9d ago.

The scan reads SKILL.md. This mod also ships 1 executable file (demo/demo.sh), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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.

skills/architect/SKILL.md · 122 lines

How it starts

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

Architect — Multidisciplinary Idea & Project Evaluator

Assess any idea or existing project from multiple angles simultaneously. Dispatches specialist evaluators in parallel, each analyzing from their domain, then synthesizes their outputs into a unified evaluation.

How It Works

  1. Mode Detection — auto-detects if input is a new idea or an existing project (by path reference)
  2. Classification — identifies type: Software / Business / Educational / Social / Creative
  3. Evaluator Selection — picks 3-6 evaluators based on type:
    • Risk Assessor: always included
    • Technical Architect: auto-included for software
    • Market Analyst: auto-included for revenue-generating ideas
    • Impact Evaluator: for social/educational/community ideas
    • Resource Strategist: when resource constraints matter
    • Innovation Scout: when differentiation or competition are relevant
  4. Parallel Dispatch — launches evaluators simultaneously using agent files in agents/
  5. Synthesisagents/synthesizer.md resolves conflicts, calculates scores, produces unified output

Output

  • Opportunity Score (1-10) with justification
  • Value Matrix: Commercial / Educational / Social / Technical Feasibility / Risk Level / Resource Efficiency
  • Risk Assessment: Critical / Significant / Monitoring items + Go/No-Go recommendation
  • Key Synergies: actions that serve multiple dimensions
  • Prioritized Next Steps: max 7 focused actions

For existing projects, also includes Project Health Score and Course Corrections.

Usage

"Evaluate my idea: a CLI that generates test suites from codebase analysis"
"Assess the project at ./my-startup — is it worth continuing?"
"Score this concept: marketplace for AI agent skills"

Quick Mode

Use commands/architect-quick.md for faster evaluation with only 3 evaluators and no synthesizer agent.

Structure

architect/
├── SKILL.md                          # This file
├── commands/
│   ├── architect.md                  # Main orchestrator
│   ├── architect-quick.md            # Quick mode (3 evaluators)
│   ├── architect-market.md           # Market Analyst standalone
│   ├── architect-technical.md        # Technical Architect standalone
│   ├── architect-risk.md             # Risk Assessor standalone
│   ├── architect-impact.md           # Impact Evaluator standalone
│   ├── architect-resources.md        # Resource Strategist standalone
│   └── architect-innovation.md       # Innovation Scout standalone
├── agents/
│   ├── evaluator-market.md
│   ├── evaluator-technical.md
│   ├── evaluator-risk.md
│   ├── evaluator-impact.md
│   ├── evaluator-resources.md
│   ├── evaluator-innovation.md
│   └── synthesizer.md
├── references/
│   ├── frameworks.md                 # Analysis frameworks (PESTLE, Porter's, etc.)
│   └── scoring-rubrics.md            # 1-10 scoring criteria for all dimensions
└── data/
    ├── context.md                    # Your preferences and skills (fill this in)
    ├── tracking/                     # Evaluator tracking data (auto-populated)
    └── journal/                      # Session logs (auto-populated)

Read the full file on GitHub · 122 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. 9d ago First seen · 122 lines · 91 tokens per session scan A 4449a61286ec

Subscribe to this mod's changes

architect is a skill published in the GitHub repository JuanMarchetto/agent-skills (5 stars, last pushed 5mo ago), licensed MIT. It adds 91 tokens to every session and 1,276 once invoked, about $0.0005 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-31.

Related

Other skills, from other repositories