aeo-architecture
✓Analyze and protect code architecture. Detects circular dependencies and layer violations.
Installation
SKILL.md
Purpose: Analyze and protect code architecture. Detects circular dependencies, layer violations, and manages ADRs (Architecture Decision Records).
// In another file: user.#passwordHash = 'new' // ❌ VIOLATION
setPassword(newPassword) { // Validate and hash this.#passwordHash = hash(newPassword) }
Analyze and protect code architecture. Detects circular dependencies and layer violations. Source: ivzc07/aeo-skills.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/ivzc07/aeo-skills --skill aeo-architecture- Source
- ivzc07/aeo-skills
- Category
- </>Dev Tools
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is aeo-architecture?
Analyze and protect code architecture. Detects circular dependencies and layer violations. Source: ivzc07/aeo-skills.
How do I install aeo-architecture?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/ivzc07/aeo-skills --skill aeo-architecture Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/ivzc07/aeo-skills
Details
- Category
- </>Dev Tools
- Source
- skills.sh
- First Seen
- 2026-02-01