java/src/main/resources/targets/claude/skills/knowledge-packs/architecture/SKILL.md
Full architecture reference: {{ARCHITECTURE}} principles, package structure, dependency rules, thread-safety, mapper patterns, persistence rules, and architecture variants. Read before designing or implementing features.
npx skillsauth add edercnj/ia-dev-environment architectureInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Provides the complete architecture principles for {{ARCHITECTURE}} ({{ARCH_STYLE}}). Includes package structure, dependency rules, layer responsibilities, mapper patterns, persistence rules, and architecture variants.
See rules/04-architecture-summary.md for the essential cheat sheet (dependency direction, package structure, layer rules).
| Reference | Content |
|-----------|---------|
| references/architecture-principles.md | Full hexagonal/clean architecture rules, package structure, dependency matrix, thread-safety, mapper pattern, persistence rules |
| references/architecture-patterns.md | Architecture patterns selected for this project (hexagonal, CQRS, event sourcing, etc.) |
skills/layer-templates/ — code templates per architecture layerskills/architecture-patterns/references/ — detailed pattern implementations (20+ patterns)testing
Scaffolds a Helidon SE/MP service with routing, health, config, Dockerfile, and tests.
tools
Generates a Picocli @Command with subcommands, options, converters, and unit tests.
testing
Scaffolds a Micronaut service with @Controller, DI, health, Dockerfile, and tests.
testing
Scaffolds a Helidon SE/MP service with routing, health, config, Dockerfile, and tests.