en un clic
lattice
lattice contient 2 skills collectées depuis leviFrosty, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Refactor an existing TypeScript project to the lattice feature-folder architecture with enforced boundaries, using a TDD red-green-refactor discipline so behavior is preserved at every step. Use when a user wants to adopt the lattice structure, "features" folder structure, ESLint boundaries plugin, and full linting/format/test guardrails in an existing codebase.
Bootstrap a new TypeScript project with the lattice feature-folder structure and the ESLint `boundaries` plugin enforcing one-way imports — minimal dependencies only. Formatter, git hooks, test runner, and parallel runner are all opt-in. Does NOT pull in Next.js, Tailwind, React, or any UI dependencies. Use when a user wants the lattice structure on a clean slate for a framework-agnostic project (CLI, library, server, etc.).