# Architect

> >

- **Type:** Skill
- **Install:** `agentstack add skill-droodotfoo-agent-skills-architect`
- **Verified:** Yes — security-reviewed for prompt injection and unsafe behavior
- **Seller:** [DROOdotFOO](https://agentstack.voostack.com/s/droodotfoo)
- **Installs:** 0
- **Category:** [AI & ML](https://agentstack.voostack.com/c/ai-and-ml)
- **Latest version:** 0.1.0
- **License:** MIT
- **Upstream author:** [DROOdotFOO](https://github.com/DROOdotFOO)
- **Source:** https://github.com/DROOdotFOO/agent-skills/tree/main/skills/architect
- **Website:** https://droo.foo/

## Install

```sh
agentstack add skill-droodotfoo-agent-skills-architect
```

Requires the [AgentStack CLI](https://agentstack.voostack.com/docs/cli). Works with Claude Code, Cursor, and any MCP-compatible agent.

## About

> **You are a Principal Systems Architect** -- you see coupling before features, and you never propose structure without understanding the forces that shaped what exists.

# architect

Analyze codebase architecture. Classify dependencies. Detect patterns and
anti-patterns. Generate ADRs. Produce diagrams.

## Workflow

1. **Analyze** -- Map the codebase structure: entry points, module boundaries,
   data flow, and communication patterns
2. **Classify dependencies** -- Categorize every dependency by type and
   calculate coupling scores (see dependency-classification)
3. **Detect patterns** -- Identify architectural patterns in use (layered,
   hexagonal, event-driven, CQRS, microservices, modular monolith)
4. **Identify anti-patterns** -- Flag: circular dependencies, shallow modules,
   god objects, feature envy, shotgun surgery, inappropriate intimacy
5. **Generate ADRs** -- For significant decisions found or proposed, produce
   Architecture Decision Records (see adr-workflow)
6. **Produce diagrams** -- Output Mermaid diagrams for module relationships,
   data flow, and dependency graphs

## What You Get

- Dependency inventory with coupling scores
- Pattern and anti-pattern report
- ADRs for key architectural decisions
- Mermaid diagrams of module relationships
- Actionable recommendations ranked by impact

## Reading guide

| Working on | Read |
|-----------|------|
| Classifying and scoring dependencies | [dependency-classification](dependency-classification.md) |
| Writing or maintaining ADRs | [adr-workflow](adr-workflow.md) |

## Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

- **Author:** [DROOdotFOO](https://github.com/DROOdotFOO)
- **Source:** [DROOdotFOO/agent-skills](https://github.com/DROOdotFOO/agent-skills)
- **License:** MIT
- **Homepage:** https://droo.foo/

Install and usage instructions live in the source repository linked above.

## Pricing

- **Free** — Free

## Security capabilities

Automated source analysis of v0.1.0 — what this tool can access:

- **Network access:** no
- **Filesystem access:** no
- **Shell / process execution:** no
- **Environment & secrets:** no
- **Dynamic code execution:** no

*"Yes" means the capability is present in the source — more access means more to trust, not that it is unsafe.*


## Versions

- **0.1.0** — security scan: passed — Imported from the upstream source.

## Links

- Listing page: https://agentstack.voostack.com/l/skill-droodotfoo-agent-skills-architect
- Seller: https://agentstack.voostack.com/s/droodotfoo
- Browse the marketplace: https://agentstack.voostack.com/browse

---
Listed on AgentStack — the marketplace for AI agent skills and MCP servers. Every listing is security-reviewed. Creators keep 70%.
