·architecture-review
</>

architecture-review

Analyze Java project architecture at macro level - package structure, module boundaries, dependency direction, and layering. Use when user asks "review architecture", "check structure", "package organization", or when evaluating if a codebase follows clean architecture principles.

11Installs·4Trend·@decebals

Installation

$npx skills add https://github.com/decebals/claude-code-java --skill architecture-review

How to Install architecture-review

Quickly install architecture-review AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/decebals/claude-code-java --skill architecture-review
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: decebals/claude-code-java.

SKILL.md

View raw

Analyze project structure at the macro level - packages, modules, layers, and boundaries.

| Package-by-layer bloat | service/ with 50+ classes | Hard to find related code | | Domain → Infra dependency | Entity imports @Repository | Core logic tied to framework | | Circular dependencies | A → B → C → A | Untestable, fragile | | God package | util/ or common/ growing | Dump for misplaced code |

| Leaky abstractions | Controller knows SQL | Layer boundaries violated |

Analyze Java project architecture at macro level - package structure, module boundaries, dependency direction, and layering. Use when user asks "review architecture", "check structure", "package organization", or when evaluating if a codebase follows clean architecture principles. Source: decebals/claude-code-java.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/decebals/claude-code-java --skill architecture-review
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-11

Browse more skills from decebals/claude-code-java

Quick answers

What is architecture-review?

Analyze Java project architecture at macro level - package structure, module boundaries, dependency direction, and layering. Use when user asks "review architecture", "check structure", "package organization", or when evaluating if a codebase follows clean architecture principles. Source: decebals/claude-code-java.

How do I install architecture-review?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/decebals/claude-code-java --skill architecture-review Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/decebals/claude-code-java