AI-Native Repository Intelligence & Architecture Operating System
git clone https://github.com/cgseyhan/architectos && cp architectos/*.md ~/.claude/agents/Resumen de Subagents
<div align="center">
# ArchitectOS
ArchitectOS analyzes your repository, explains its architecture, and helps AI agents understand it correctly.
[](LICENSE)
[](https://www.npmjs.com/package/architectos)
[](https://github.com/cgseyhan/architectos)
[](https://nodejs.org/)
[](https://modelcontextprotocol.io/)
</div>
---
ArchitectOS analyzes your repository and helps both developers and AI agents understand it.
In less than a minute it can:
• Explain your architecture
• Detect architectural problems
• Review repository health
• Generate AI-ready context
• Connect to Cursor, Claude Code, and Codex through MCP
---
## ⚡ 30-Second Quickstart
```bash
# Initialize repository index
npx architectos init
# Check 5-second quick health status
npx architectos status
# Generate signature repository review
npx architectos review
# Explain request execution flow
npx architectos explain auth
# Deep-dive component responsibilities and problems
npx architectos analyze toolbar.tsx
```
---
## 📊 Primary Features
### 1. `architectos review` (Shareable Health & Problem Breakdown)
```text
📊 ArchitectOS Repository Review
Overall Health: 92/100
├── Architecture: 91/100
├── Security: 93/100
└── AI Readiness: 95/100
Top Problems:
1. WorkspaceService bypasses Application Layer
Estimated Fix: 20 min
Why it matters: Violates domain boundary constraints
Suggested fix: Route requests through ApplicationFacade
2. Toolbar.tsx is an Oversized / God Component
Estimated Fix: 45 min
Why it matters: 350+ lines, multi-responsibility coupling
Suggested fix: Split into ToolbarUI and ToolbarActions
```
---
### 2. `architectos analyze <file>` (Component Deep-Dive)
```text
🔍 ArchitectOS Analyze: toolbar.tsx
Responsibilities:
- Toolbar rendering
- Command registration
- Keyboard shortcuts
Dependencies:
22 imports
Problems:
- God Component
- Too many responsibilities
Suggestions:
Split into:
- ToolbarUI
- ToolbarCommands
- ToolbarShortcuts
Estimated effort: 45 min
```
---
### 3. `architectos explain <topic>` (Architecture & Flow Visualizer)
```text
🤖 ArchitectOS Explain: authentication
Authentication Flow:
Login Page
↓
AuthController
↓
AuthService
↓
Identity Provider
↓
JWT
↓
Middleware
↓
Protected Routes
```
---
### 4. `architectos status` (5-Second Health Check)
```text
📊 ArchitectOS Status
Repository: ArchitectOS
Health: 92/100
├── Architecture: 91/100
├── Security: 93/100
└── AI Readiness: 90/100
AI Readiness Breakdown:
✓ Public APIs discoverable
✓ Good symbol coverage
✗ Missing ADRs
✗ Missing architectural rules
Last indexed: 2m ago
```
---
### 5. `architectos remember "<rule>"` (Persistent AI Memory & Guardrails)
```text
🧠 ArchitectOS Repository Memory Engine
✓ Saved persistent architectural rule:
"Client UI components cannot import Prisma directly"
Rule active for Cursor, Claude Code, and Codex via MCP.
```
---
## ⚙️ Configuration (`architectos.config.json`)
```json
{
"ignore": [
"dist",
"node_modules"
],
"rules": {
"maxFileLines": 500,
"allowCycles": false
},
"plugins": [
"next",
"react",
"prisma"
]
}
```
---
## 💻 Essential CLI Commands
```bash
architectos init # Fast repository setup and index initialization
architectos status # 5-second health score & AI readiness summary
architectos review # Signature repository review report with top problems & fix time
architectos explain <topic> # Architecture execution flow visualizer
architectos analyze <file> # Component responsibility, dependency & problem breakdown
architectos remember "<rule>" # Store persistent architectural rule for Cursor/Claude via MCP
architectos watch # Sleek sub-150ms live index watcher
architectos mcp # Native MCP server gateway for Cursor, Claude Code, and Codex
```
---
## 🔮 Roadmap
- **v1.0**: Focus on 3 core pillars: Repository Review, Architecture Explain, and AI Context.
- **v1.1**: Polyglot AST Parsers (Python, Go, Rust) & Plugin Loader.
- **v1.2**: Hybrid BM25 Retrieval & Automated AST Refactoring Engine.
- **v2.0**: Cloud Dashboard & Team Governance.
Lo que la gente pregunta sobre architectos
¿Qué es cgseyhan/architectos?
+
cgseyhan/architectos es subagents para el ecosistema de Claude AI. AI-Native Repository Intelligence & Architecture Operating System Tiene 2 estrellas en GitHub y se actualizó por última vez today.
¿Cómo se instala architectos?
+
Puedes instalar architectos clonando el repositorio (https://github.com/cgseyhan/architectos) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar cgseyhan/architectos?
+
cgseyhan/architectos aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.
¿Quién mantiene cgseyhan/architectos?
+
cgseyhan/architectos es mantenido por cgseyhan. La última actividad registrada en GitHub es de today, con 0 issues abiertos.
¿Hay alternativas a architectos?
+
Sí. En ClaudeWave puedes explorar subagents similares en /categories/agents, ordenados por popularidad o actividad reciente.
Despliega architectos en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/cgseyhan-architectos)<a href="https://claudewave.com/repo/cgseyhan-architectos"><img src="https://claudewave.com/api/badge/cgseyhan-architectos" alt="Featured on ClaudeWave: cgseyhan/architectos" width="320" height="64" /></a>Más Subagents
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
The agent that grows with you
Java 面试 & 后端通用面试指南,覆盖计算机基础、数据库、分布式、高并发、系统设计与 AI 应用开发
Build Agentic workflows, RAG pipelines, with rich AI model and tool support on one collaborative workspace. Deploy on cloud, VPC, or self-hosted, so teams move from prototype to production without rebuilding the stack.
The agent engineering platform.
Turn any codebase, with its docs, SQL schemas, configs, and PDFs, into a queryable knowledge graph. A /graphify skill for Claude Code, Cursor, Codex, and Gemini CLI: local deterministic AST parsing, every edge explained, no vector store.