# Architecture

> Use when modifying imports, creating new files, refactoring modules, or understanding how components relate. Not needed for simple single-file edits.

- Skill: `aspenkit/architecture` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add aspenkit/architecture`
- Raw SKILL.md: https://api.skillmd.com/api/skills/aspenkit/architecture/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: aspenkit (https://skillmd.com/u/aspenkit)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/aspenkit/architecture

---


# Architecture

This skill provides codebase structure and import graph data.

When you need to understand file relationships, hub files, or domain clusters,
check `references/code-map.md` for the full import graph analysis.

## Key Rules

- Check hub files (high fan-in) before modifying - changes propagate widely
- Respect domain cluster boundaries - keep related files together
- Check cross-domain dependencies before creating new imports


