AI-Native Repository Intelligence & Architecture Operating System
git clone https://github.com/cgseyhan/architectos && cp architectos/*.md ~/.claude/agents/Subagents overview
<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.
What people ask about architectos
What is cgseyhan/architectos?
+
cgseyhan/architectos is subagents for the Claude AI ecosystem. AI-Native Repository Intelligence & Architecture Operating System It has 2 GitHub stars and was last updated today.
How do I install architectos?
+
You can install architectos by cloning the repository (https://github.com/cgseyhan/architectos) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is cgseyhan/architectos safe to use?
+
cgseyhan/architectos has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.
Who maintains cgseyhan/architectos?
+
cgseyhan/architectos is maintained by cgseyhan. The last recorded GitHub activity is from today, with 0 open issues.
Are there alternatives to architectos?
+
Yes. On ClaudeWave you can browse similar subagents at /categories/agents, sorted by popularity or recent activity.
Deploy architectos to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](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>More 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.