Layout
VerifiedGenerate CSS layouts. Use when building grid or flexbox layouts, creating responsive breakpoints, or scaffolding HTML pages.
$ Add to .claude/skills/ About This Skill
# Layout
Generate CSS layouts and page scaffolds for web projects.
Commands
grid
Generate a CSS Grid layout from column/row specifications.
```bash bash scripts/script.sh grid --columns 3 --rows 2 --gap "1rem" --output layout.css ```
flex
Generate a Flexbox layout with direction, wrap, and alignment options.
```bash bash scripts/script.sh flex --direction row --wrap --justify space-between --items 4 --output flex.css ```
responsive
Generate responsive breakpoint media queries for a set of screen sizes.
```bash bash scripts/script.sh responsive --breakpoints "sm:640,md:768,lg:1024,xl:1280" --output breakpoints.css ```
scaffold
Generate a full page skeleton HTML file with header, main, sidebar, and footer sections.
```bash bash scripts/script.sh scaffold --type "holy-grail" --output page.html ```
spacing
Generate a spacing scale system (margin/padding utility classes).
```bash bash scripts/script.sh spacing --base 4 --steps 8 --unit px --output spacing.css ```
analyze
Analyze an existing CSS file and report layout properties, nesting depth, and breakpoint usage.
```bash bash scripts/script.sh analyze --input styles.css ```
Output
- `grid`: CSS file with grid container and item rules
- `flex`: CSS file with flex container and child rules
- `responsive`: CSS file with media query blocks
- `scaffold`: HTML file with semantic sections and linked CSS
- `spacing`: CSS file with spacing utility classes
- `analyze`: Report printed to stdout (properties, selectors, breakpoints found)
Requirements - bash 4+
Feedback
https://bytesagain.com/feedback/
---
Powered by BytesAgain | bytesagain.com
Use Cases
- Generate CSS grid and flexbox layouts from natural language descriptions
- Create responsive breakpoint configurations for multi-device layouts
- Scaffold HTML page structures with semantic layout markup
- Build complex multi-column layouts with proper CSS grid definitions
- Convert design specifications into production-ready CSS layout code
Pros & Cons
Pros
- +Compatible with multiple platforms including claude-code, openclaw
- +Well-documented with detailed usage instructions and examples
- +Purpose-built for frontend development tasks with focused functionality
Cons
- -No built-in analytics or usage metrics dashboard
- -Configuration may require familiarity with frontend development concepts
FAQ
What does Layout do?
What platforms support Layout?
What are the use cases for Layout?
100+ free AI tools
Writing, PDF, image, and developer tools — all in your browser.
Next Step
Use the skill detail page to evaluate fit and install steps. For a direct browser workflow, move into a focused tool route instead of staying in broader support surfaces.