home/categories/architecture-patterns/jaimestill-agent-lab-claude-skills-lca-skill-md
architecture-patternsdevelopment

lca

Layered Composition Architecture patterns. Use when designing system boundaries, state flow, lifecycle management, configuration, or module structure. Includes Infrastructure pattern for shared dependencies and Handler() factory for domain system handler creation. Triggers: System interface, New* constructor, Start() method, Cold Start, Hot Start, Runtime struct, Domain struct, Infrastructure, Handler() factory, lifecycle coordinator, OnStartup, OnShutdown, config.go, Finalize(), validate(), loadDefaults(), loadEnv(). File patterns: internal/config/*.go, pkg/lifecycle/*.go, pkg/runtime/*.go, internal/*/system.go, cmd/server/*.go

JaimeStill
maintainer
JaimeStill
Mis à jour 1/19/2026
Étoiles
0
Forks
0
quick start

Installation and usage

Layered Composition Architecture patterns. Use when designing system boundaries, state flow, lifecycle management, configuration, or module structure. Includes Infrastructure pattern for shared dependencies and Handler() factory for domain system handler creation. Triggers: System interface, New* constructor, Start() method, Cold Start, Hot Start, Runtime struct, Domain struct, Infrastructure, Handler() factory, lifecycle coordinator, OnStartup, OnShutdown, config.go, Finalize(), validate(), loadDefaults(), loadEnv(). File patterns: internal/config/*.go, pkg/lifecycle/*.go, pkg/runtime/*.go, internal/*/system.go, cmd/server/*.go

Installation
$ install --globalskills.sh
Utilisation

Après l'installation, vous pouvez utiliser ce skill en exécutant la commande suivante dans votre terminal :

skills use lca