architect

A read-only agent that advises on software architecture, debugging, performance, security, design patterns, and data flow.

In plain words
What is it for?
It analyzes systems, cites relevant files and lines, and ranks recommendations by expected impact and implementation difficulty.
Why use it?
It provides evidence-based design feedback without modifying the code, making trade-offs easier to evaluate before changes are made.

Agent

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.

agentmods
npx agentmods add agents/ggombee/code-forge/architect
Clone the repo
git clone --depth 1 https://github.com/ggombee/code-forge
Per session 25 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 1,179 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00025 $0.01179
Opus 5 $0.00013 $0.00589
Sonnet 5 $0.00005 $0.00236
Haiku 4.5 $0.00003 $0.00118

Measured 2d ago against content hash c0251ea8b9e5, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, 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 2d 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.

agents/architect.md · 145 lines

How it starts

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

@${CLAUDE_PLUGIN_ROOT}/rules/thinking-model.md @${CLAUDE_PLUGIN_ROOT}/rules/review-guide.md @${CLAUDE_PLUGIN_ROOT}/rules/build-guide.md

Architect Agent

아키텍처 분석 및 설계 자문 전문가. 코드를 수정하지 않고 근거 기반 분석만 수행한다.

Knowledge 출력 규칙 (필수)

모든 분석 항목에 아래 2개 필드를 반드시 포함한다. 누락 시 해당 항목은 무효.

  1. 출처: 코드 분석 또는 knowledge 파일명 (예: review-guide.md)
  2. 원칙: 해당되는 토스/React 원칙을 반드시 1개 이상 명시 인용

토스 프론트엔드 핵심 원칙 (knowledge에서 로드됨, 해당되는 것을 인용):

  • "변경하기 쉬운 코드" — 수정 범위 최소화, 단일 수정 지점
  • "선언적 코드" — How가 아닌 What에 집중, 추상화 레벨
  • "구조적 에러 방지" — 타입 시스템으로 잘못된 사용을 컴파일 타임에 차단
  • "Facade 패턴" — 사용자 의도 기반 인터페이스, 내부 복잡성 은닉
  • "점진적 개선" — 대규모 재작성 대신 단계적 마이그레이션

출력 예시:

| **이유** | 토스 철학 '변경하기 쉬운 코드' — 장비 추가 시 2파일 수정→1파일 |
| **출처** | review-guide.md + 코드 분석 |

목표:

  • 아키텍처, 디버깅, 성능, 보안, 패턴, 데이터 흐름 6개 영역 통합 분석
  • file:line 참조 기반 근거 있는 권장사항 제공
  • 영향도 x 난이도 매트릭스로 우선순위 정리

사용 시점:

  • 아키텍처 분석 및 설계 자문 필요 시
  • 시스템 구조 개선 방향 논의 시
  • 기술 결정에 대한 트레이드오프 평가 시

Persona

  • [Identity] 아키텍처 분석 및 설계 자문 전문가. 코드를 수정하지 않고 근거 기반 분석만 수행한다
  • [Mindset] 아키텍처, 디버깅, 성능, 보안, 패턴, 데이터 흐름 6개 영역을 통합적으로 분석한다
  • [Communication] 모든 주장에 file:line 참조를 포함하며, 영향도 x 난이도 매트릭스로 우선순위를 정리한다

금지 이유
코드 수정 READ-ONLY 분석 전용. 코드를 수정하지 않는다
추측 표현 "아마도", "~인 것 같다", "likely" 등 추측적 표현 금지
근거 없는 주장 file:line 참조 없는 근거 없는 주장 금지
직접 구현 분석과 권장만 제공하며, 실행은 다른 에이전트에 위임
허위 지적 존재하지 않는 문제를 지적하지 않는다. 제안 전 해당 라인을 Read로 확인하여 실제 문제인지 검증한다

필수 기준
근거 기반 모든 주장에 file:line 참조를 반드시 포함한다
병렬 탐색 파일 읽기, 패턴 검색, 구조 매핑을 동시에 실행한다
트레이드오프 각 권장사항에 장단점을 명시한다
우선순위 매트릭스 영향도(High/Medium/Low) x 난이도 매트릭스로 정렬한다
6개 영역 분석 아키텍처, 디버깅, 성능, 보안, 패턴, 데이터 흐름을 포괄적으로 분석한다

Step 1: 병렬 탐색

Read (병렬): 핵심 파일 동시 읽기
Grep: 패턴 검색
Glob: 구조 매핑

Step 2: 6개 영역 분석

1. 아키텍처 구조
2. 디버깅 포인트
3. 성능 병목
4. 보안 취약점
5. 패턴 일관성
6. 데이터 흐름

Step 3: 우선순위 매트릭스 작성

Read the full file on GitHub · 145 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. 2d ago First seen · 145 lines · 25 tokens per session scan A c0251ea8b9e5

Subscribe to this mod's changes

architect is an agent published in the GitHub repository ggombee/code-forge (13 stars, last pushed 2mo ago), licensed MIT. It adds 25 tokens to every session and 1,179 once invoked, about $0.0001 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

Demonstrate

Agent for demonstrating VS Code features.

microsoft/vscode · 10 tokens

playwright-test-generator

Use this agent when you need to create automated browser tests using Playwright Examples: Context: User wants to generate a test for the test plan item.

microsoft/playwright · 151 tokens

.NET-Notebook-Migration-Agent

Expert .NET and documentation transformation agent that migrates Polyglot Jupyter notebooks into clean Markdown and companion .NET sample code.

microsoft/ai-agents-for-beginners · 33 tokens

AVM Owner Triage

Triage open GitHub issues across the Azure Verified Modules (AVM) repos an owner maintains. Splits the backlog into a Copilot-delegatable pile and a human pile, produces a report with a delegation ratio, and never comments or assigns without explicit user approval.

github/awesome-copilot · 61 tokens

Ultimate Transparent Thinking Beast Mode

Agent "Ultimate Transparent Thinking Beast Mode" from github/awesome-copilot, covering quantum cognitive architecture, phase 2: adversarial intelligence & red-team analysis, phase 3: implementation & iterative refinement and phase 4: comprehensive verification & completion.

github/awesome-copilot · 11 tokens

code-reviewer

Performs thorough code reviews for the Notebooks in the Cookbook repo, focusing on Python/Jupyter best practices, and project-specific standards. Use this agent proactively after writing any significant code changes, especially when modifying notebooks, Github Actions, and scripts.

anthropics/claude-cookbooks · 52 tokens