LogoClawIndex
CasesSkillsAbout
LogoClawIndex

ClawIndex

OpenClaw Skills & Use Case Index

ClawIndex is an ecosystem-driven index of OpenClaw skills and real-world use cases.

Index

Skills·
Cases

Meta

About·
Disclaimer·
Email·
GitHub
© 2026 ClawIndex All Rights Reserved.

css-best-practices - CSS Best Practices for Organization and Optimization

Provides rules and best practices for organizing, structuring, and optimizing CSS files

Tags

Updated: 2026-02-23

Capabilities

Typical Inputs

Typical Outputs

What this skill does

  • Create styles folder structure
  • Generate minified CSS versions
  • Organize CSS by responsibility
  • Configure CSS loading per page
  • Set up static file serving
  • Apply minification tools

Inputs

  • CSS files
  • Project structure
  • Django settings
  • Development environment

Outputs

  • Organized CSS folder structure
  • Minified CSS files
  • Production-ready CSS loading configuration
  • Static file serving setup

Requirements

  • Django environment (optional)
  • Frontend development environment
  • CSS minification tools
  • Static file server (nginx)

Source

  • Spec: SKILL.md
css
optimization
organization
performance
frontend
Create styles folder structure
Generate minified CSS versions
Organize CSS by responsibility
Configure CSS loading per page
CSS files
Project structure
Django settings
Organized CSS folder structure
Minified CSS files
Production-ready CSS loading configuration