web-design
CSS implementation patterns for layout, typography, color, spacing, and responsive design. Complements ui-design (fundamentals) with code-focused examples.
Why use this skill?
Learn to implement production-grade CSS layouts, typography, and color systems with the web-design skill for OpenClaw. Streamline your frontend development today.
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/wpank/web-designWhat This Skill Does
The web-design skill provides OpenClaw agents with advanced CSS implementation patterns and best practices for modern interface development. While the ui-design skill focuses on the theory of aesthetics, web-design focuses strictly on the code-centric execution of layouts, typography hierarchies, and color system management. It translates design intentions into clean, production-grade CSS, utilizing modern standards like CSS Grid for complex 2D structures, Flexbox for alignment flow, and fluid typography scales to ensure responsive integrity across all device breakpoints.
Installation
To integrate this skill into your OpenClaw or Clawbot environment, execute the following command in your project terminal:
npx clawhub@latest install web-design
Use Cases
This skill is designed for developers and designers who need to bridge the gap between creative wireframes and functional, responsive code. Common use cases include generating CSS for complex dashboard layouts, implementing sophisticated typography scales that adhere to major third ratios, defining semantic color variables for design systems, and architecting non-traditional, asymmetrical grid structures without relying on outdated absolute positioning.
Example Prompts
- "Apply a 1.25 major third typography scale to this dashboard CSS, ensuring that body text stays at 1rem and heading line-heights are set to 1.1."
- "Refactor this card layout from absolute positioning to a responsive CSS Grid using
auto-fitandminmax(300px, 1fr)for the column definition." - "Help me build a sidebar-content layout using
grid-template-areasthat remains proportional while maintaining a fixed 250px sidebar width."
Tips & Limitations
To maximize the utility of this skill, ensure you are using it in conjunction with a modern CSS framework or standard CSS variables. The skill emphasizes CSS Grid and Flexbox for almost all layout scenarios; if you require support for legacy browser compatibility (IE11), you will need to apply post-processing tools like Autoprefixer. Always prioritize semantic HTML structure before applying these design patterns to ensure your interfaces are accessible. Remember that design is subjective—the skill provides robust structural patterns, but the final visual outcome depends on your defined color palettes and design system choices.
Metadata
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skillPaste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-wpank-web-design": {
"enabled": true,
"auto_update": true
}
}
}Tags(AI)
Flags: code-execution
Related Skills
track-performance
Track the performance of Uniswap LP positions over time — check which positions need attention, are out of range, or have uncollected fees. Use when the user asks how their positions are doing.
ui-ux-pro-max
Searchable UI/UX design databases: 50+ styles, 97 palettes, 57 font pairings, 99 UX rules, 25 chart types. CLI generates design systems from natural language. Data-driven complement to ui-design.
workflow-patterns
Systematic task implementation using TDD, phase checkpoints, and structured commits. Ensures quality through red-green-refactor cycles, 80% coverage gates, and verification protocols before proceeding.
websocket-hub-patterns
Horizontally-scalable WebSocket hub pattern with lazy Redis subscriptions, connection registry, and graceful shutdown. Use when building real-time WebSocket servers that scale across multiple instances. Triggers on WebSocket hub, WebSocket scaling, connection registry, Redis WebSocket, real-time gateway, horizontal scaling.
uniswap-pool-analysis
Analyze Uniswap pool data including liquidity distribution, fee tiers, tick ranges, and TVL. Use when the user asks about pool metrics, liquidity analysis, or wants to query on-chain pool state.