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 skills add JuanMarchetto/agent-skills --skill architectgit clone --depth 1 https://github.com/JuanMarchetto/agent-skillsWrote 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.
[](https://agentmods.dev/skills/juanmarchetto/agent-skills/architect)<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.
<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>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.
| Model | Per session | Once 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 |
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.
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.
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
- Mode Detection — auto-detects if input is a new idea or an existing project (by path reference)
- Classification — identifies type: Software / Business / Educational / Social / Creative
- 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
- Parallel Dispatch — launches evaluators simultaneously using agent files in
agents/ - Synthesis —
agents/synthesizer.mdresolves 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)
What ships with it
27 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
- .claude-plugin/plugin.json 395 B
- .gitignore 102 B
- agents/evaluator-impact.md 1.9 KB
- agents/evaluator-innovation.md 2.3 KB
- agents/evaluator-market.md 1.7 KB
- agents/evaluator-resources.md 1.9 KB
- agents/evaluator-risk.md 2.0 KB
- agents/evaluator-technical.md 2.0 KB
- agents/synthesizer.md 3.3 KB
- CLAUDE.md 2.4 KB
- commands/architect-impact.md 3.0 KB
- commands/architect-innovation.md 2.9 KB
- commands/architect-market.md 2.6 KB
- commands/architect-quick.md 2.5 KB
- commands/architect-resources.md 2.9 KB
- commands/architect-risk.md 2.9 KB
- commands/architect-technical.md 2.8 KB
- commands/architect.md 5.0 KB
- data/context.md 1.1 KB
- data/journal/.gitkeep 0 B
- data/tracking/.gitkeep 0 B
- demo/demo.gif 138 KB
- demo/demo.sh 3.1 KB runs code
- demo/record.tape 179 B
- README.md 4.6 KB
- references/frameworks.md 5.0 KB
- references/scoring-rubrics.md 4.4 KB
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.
- 9d ago First seen · 122 lines · 91 tokens per session scan A 4449a61286ec
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.
Other skills, from other repositories
unicli
Comprehensive guide to Uni-CLI — the open Agent-Computer Interface runtime for real software. Trigger when the user needs to fetch data from websites (Twitter, Bilibili, HackerNews, GitHub, Reddit, Bloomberg, Zhihu, WeChat, and hundreds more); interact with news, finance, social, academic, shopping, or video…
unicli-browser
Control broker-owned hidden, existing-Chrome, or remote browser targets with explicit Agent identity, visibility, profile partitions, and lifecycle.
unicli-repair
Evidence-driven repair workflow for a broken Uni-CLI adapter. Trigger on a failed unicli envelope, a quarantined adapter, or an explicit adapter-repair request. Classifies non-source failures, edits only the reported adapter path, and uses the original command as a bounded oracle.
unicli-smart-search
Route search queries to the best platform via unicli. Use when searching across websites, social media, tech forums, news, finance, shopping, or academic sources.
unicli-operate
Compatibility guide for unicli operate. Prefer unicli browser, which now exposes the same operator surface plus broker/session diagnostics.
unicli-explorer
Create new Uni-CLI adapters by exploring websites and APIs. Use when adding support for a new site, desktop app, or service that unicli doesn't cover yet.