feature-garden

Installation
SKILL.md

Feature Garden Architecture Skill

Source: Feature Garden

Layers

  • libs — collections of reusable building blocks.
  • features — cohesive modules that form tree-like structures. Private by default, public via index.ts.
  • app — composes features into the final application. Not a strict folder name — use whatever routing/composition folder the framework provides.

The features layer contains two kinds of features:

  • regular features — product features composed by the app layer.
  • shared features — reusable features used by regular features. Use sparingly — prefer libraries for code reuse.

Rules of Feature Garden

Agents must treat these rules as strict architecture constraints, not style preferences:

Installs
26
GitHub Stars
12
First Seen
May 6, 2026
feature-garden — vladyslav-murashchenko/feature-garden