npx skills add smithery/toasahi --skill layout-fix
dragoon0x/optik
layout-fix
Auto-fix layout issues. Snaps off-grid spacing, adds missing max-width constraints, and normalizes gap usage.
Installation
npx skills add dragoon0x/optik --skill layout-fix
Similar popular skills
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Use `LayoutBuilder`, `MediaQuery`, or `Expanded/Flexible` to create a layout that adapts to dif…
33.3K installsFixes Flutter layout errors (overflows, unbounded constraints) using Dart and Flutter MCP tools…
31.9K installsBuilds Flutter layouts using the constraint system and layout widgets. Use when creating or ref…
10.8K installsHow to build your app's layout using Flutter's layout widgets and constraint system
1.3K installsGolang project layout and workspace setup — cmd/internal/pkg directory conventions, module and …
37.5K installsAlso in this package
Other skills from dragoon0x/optik · top by installs.
npx skills add dragoon0x/optik
More details
Agent compatibility
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Also listed on
Alternate registries and mirrors of this skill.
Repository health
main
Package contents
Files included with this skill beyond the listing page.
-
skill md
SKILL.md541 B -
docs
SUMMARY.md127 B
History
- First seen on skills.sh
- First recorded snapshot · 6 installs
SKILL.md
/layout-fix — Layout Auto-Fix
Apply automatic layout corrections:
- Snap all spacing values to the nearest grid value (4px increments)
- Add max-width to text containers exceeding 75ch
- Replace margin-based gaps with the gap property where flex/grid is used
- Add missing responsive breakpoints for layouts wider than 600px
- Show before/after for each change