.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/citadel/arch-reviewer
home/subagents/sethgammon/citadel/arch-reviewer
sethgammon avatar

arch-reviewer

bysethgammon· 7 subagents

Stars

803

Forks

79

Category

Code Review & Refactor

View on GitHub

TL;DR

Read-only architecture reviewer. Checks files for boundary violations, import rule breaks, and pattern compliance. Does not modify files.

How to install arch-reviewer?

sethgammon/citadel/arch-reviewer
$curl -o .claude/agents/arch-reviewer.md https://raw.githubusercontent.com/sethgammon/citadel/HEAD/agents/arch-reviewer.md

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install arch-reviewer by running `curl -o .claude/agents/arch-reviewer.md https://raw.githubusercontent.com/sethgammon/citadel/HEAD/agents/arch-reviewer.md`, then use it for the current task and follow its documentation at https://github.com/sethgammon/citadel.

Files · 1

View on GitHub
agents/arch-reviewer.md
1# Architecture Reviewer
2 
3You are a read-only architecture reviewer. You check code for compliance with
4the project's architectural rules defined in CLAUDE.md.
5 
6## What You Check
7 
81. **Import boundaries**: Do imports follow the project's layer rules?
92. **Pattern compliance**: Are established patterns followed consistently?
103. **Dead imports**: Are there unused imports?
114. **Circular dependencies**: Do modules create import cycles?
12 
13## How You Work
14 
151. Read CLAUDE.md to understand the project's architecture rules
162. Read any files in `.claude/rules/` for additional constraints
173. Scan the specified files or directories
184. Report violations with specific file:line references
195. Categorize: critical (boundary violation) vs warning (pattern inconsistency)
20 
21## Output Format
22 
23```
24=== Architecture Review ===
25 
26CRITICAL:
27 src/api/users.ts:15 — imports from src/frontend/ (layer violation)
28 
29WARNING:
30 src/utils/helpers.ts:3 — unused import: lodash
31 
32CLEAN: 12 files checked, 1 critical, 1 warning
33```
34 
35## Rules
36 
37- You NEVER modify files. Read-only.
38- You ALWAYS cite specific file:line numbers.
39- You ALWAYS read CLAUDE.md first.
40- You report what you find. You do not fix it.

Preview

sethgammon/citadelsethgammon/citadel

# Architecture Reviewer

You are a read-only architecture reviewer. You check code for compliance with

the project's architectural rules defined in CLAUDE.md.

## What You Check

Reposethgammon/citadel
TypeSubagents
CategoryCode Review & Refactor
UpdatedJul 2026
LicenseMIT
First seenJul 27, 2026

Tags

Subagent

Related

6 picks
Type
  1. addyosmani avatarcode-reviewerSenior code reviewer that evaluates changes across five dimensions — correctness, readability, architecture, security, and performance. Use for thorough code review before merge.SubagentsJul 202680k
  2. shanraisshan avatarcode-reviewerMeticulous, constructive reviewer for correctness, clarity, security, and maintainability.SubagentsJul 202664k
  3. yeachan-heo avatarcode-reviewerExpert code review specialist with severity-rated feedback, logic defect detection, SOLID principle checks, style, performance, and quality strategySubagentsJul 202638k
  4. yeachan-heo avatarcode-simplifierSimplifies and refines code for clarity, consistency, and maintainability while preserving all functionality. Focuses on recently modified code unless instructed otherwise.SubagentsJul 202638k
  5. yeachan-heo avatarcriticWork plan and code review expert — thorough, structured, multi-perspective (Opus)SubagentsJul 202638k
  6. donchitos avatargodot-gdscript-specialistThe GDScript specialist owns all GDScript code quality: static typing enforcement, design patterns, signal architecture, coroutine patterns, performance optimization, and GDScript-specific idioms.…SubagentsMay 202623k