architecture

star 2

Guidelines for application structure and dependency management.

andrewhowdencom By andrewhowdencom schedule Updated 1/23/2026

name: architecture description: Guidelines for application structure and dependency management.

Architecture

Hexagonal Architecture

For complex applications (clients, datastore, state), use Hexagonal Architecture.

Dependency Management

  • Initializers: Create dependencies with sane defaults.
  • Optional Arguments: Use the Functional Options Pattern (variadic args) for optional configuration.

See Languages for implementation details.

Install via CLI
npx skills add https://github.com/andrewhowdencom/.agents --skill architecture
Repository Details
star Stars 2
call_split Forks 2
navigation Branch main
article Path SKILL.md
More from Creator
andrewhowdencom
andrewhowdencom Explore all skills →