What problem does it solve?
This Skill helps teams structure Blong realms by grouping related handlers into distinct layers such as gateway, adapter, orchestrator, error, and test, enabling clear responsibilities and controlled activation across environments.
Core Features & Use Cases
- Layered organization: Group handlers under gateway, adapter, orchestrator, error, and test layers to reflect responsibilities.
- Deployment controls: Activate or deactivate layers per environment for feature flags and safer rollouts.
- Team collaboration: Align workstreams by functional concern to reduce conflicts and improve maintainability.
Quick Start
- Create a skill folder with SKILL.md at the root and define the frontmatter name and description.
- Structure realms with server.ts and place handlers under the appropriate layer directories. Follow the one-file-per-handler pattern to keep changes isolated.