How this command is triggered — by the user, by Claude, or both
Slash command
/css-development-assistant:css-projectsThis command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# /css-projects - CSS Project Ideas & Build Guides Discover 30+ hands-on CSS projects organized by difficulty and category. ## Synopsis ## Input Validation ## Exit Codes | Code | Meaning | |------|---------| | 0 | Projects listed successfully | | 1 | Invalid filter | | 2 | No projects match criteria | ## Usage Examples ## Projects by Difficulty ### Beginner (10 Projects) | # | Project | Skills | Est. Time | |---|---------|--------|-----------| | 1 | Styled Login Form | Forms, validation states | 4-8h | | 2 | Personal Portfolio | Grid, typography | 8-16h | | 3 | Color Palette ...
Discover 30+ hands-on CSS projects organized by difficulty and category.
/css-projects <filter> [options]
parameters:
filter:
required: true
type: string
enum: [beginner, intermediate, advanced, layouts, components, animations, responsive, frameworks]
error: "Filter must be a valid difficulty or category"
show:
required: false
type: string
enum: [list, detail, requirements]
default: list
| Code | Meaning |
|---|---|
| 0 | Projects listed successfully |
| 1 | Invalid filter |
| 2 | No projects match criteria |
# List beginner projects
/css-projects beginner
# Show intermediate project details
/css-projects intermediate detail
# Browse layout projects
/css-projects layouts
# Get project requirements
/css-projects advanced requirements
| # | Project | Skills | Est. Time |
|---|---|---|---|
| 1 | Styled Login Form | Forms, validation states | 4-8h |
| 2 | Personal Portfolio | Grid, typography | 8-16h |
| 3 | Color Palette Tool | Colors, variables | 4-6h |
| 4 | Navigation Menu | Flexbox, hover states | 4-8h |
| 5 | Image Gallery | Grid, media queries | 6-10h |
| 6 | Card Component | Box model, shadows | 2-4h |
| 7 | Hero Section | Positioning, overlays | 4-8h |
| 8 | Pricing Table | Table styling, grid | 6-10h |
| 9 | Footer Component | Multi-column, links | 4-6h |
| 10 | Feature Cards | 3-column layout | 4-8h |
| # | Project | Skills | Est. Time |
|---|---|---|---|
| 1 | Animated Landing | Scroll effects, sections | 16-24h |
| 2 | Dark Mode Toggle | CSS variables, theming | 8-12h |
| 3 | Dashboard Layout | Complex grid, sidebar | 16-24h |
| 4 | Modal System | Overlays, animations | 8-12h |
| 5 | Dropdown Menu | Nested navigation | 8-12h |
| 6 | Tabs Component | State switching | 6-10h |
| 7 | Progress Indicators | Bars, circles, steps | 6-10h |
| 8 | Loading Animations | Keyframes, spinners | 6-10h |
| 9 | Tooltip System | Positioning, arrows | 8-12h |
| 10 | Toast Notifications | Animations, stacking | 8-12h |
| # | Project | Skills | Est. Time |
|---|---|---|---|
| 1 | Design System | Complete component lib | 40-60h |
| 2 | Data Visualization | Charts with CSS | 24-40h |
| 3 | 3D Card Effects | Perspective, transforms | 16-24h |
| 4 | Parallax Page | Scroll, depth layers | 16-24h |
| 5 | E-commerce Product | Full product page | 24-40h |
| 6 | Motion System | Complex animations | 24-40h |
| 7 | CSS Art | Pure CSS illustration | 16-40h |
| 8 | Performance Site | Critical CSS, optimization | 24-40h |
| 9 | A11y-First Design | WCAG compliant | 24-40h |
| 10 | Theme System | Multi-theme architecture | 32-48h |
Each project includes:
project/
├─ README.md # Requirements & guide
├─ requirements.md # Detailed specs
├─ starter/ # HTML template
│ └─ index.html
├─ solution/ # Reference implementation
│ ├─ index.html
│ └─ styles.css
└─ checklist.md # Completion criteria
1. Choose Project
└─ Match your current level
↓
2. Read Requirements
└─ Understand scope & goals
↓
3. Build HTML First
└─ Semantic structure
↓
4. Apply CSS
└─ Mobile-first approach
↓
5. Optimize
└─ Performance & a11y
↓
6. Deploy
└─ GitHub Pages
↓
7. Document
└─ README & screenshots
Week 1-2: Beginner Projects (3-4)
↓
Week 3-4: Intermediate Projects (2-3)
↓
Week 5-6: Advanced Projects (1-2)
↓
Week 7+: Design System Project
/css-playground - Practice concepts/css-inspector - Debug projects/learn-css - Learn fundamentalsnpx claudepluginhub pluginagentmarketplace/custom-plugin-css --plugin css-assistant/css-utility-generatorGenerates Tailwind-like utility CSS classes for spacing, colors, typography, layout, flexbox, grid, and responsive breakpoints. Outputs complete organized CSS file. Supports --categories, --config, --breakpoints.
/designGuides interactive frontend design workflow: project discovery, trend research, moodboard creation, color/typography selection, and production-ready code generation.
/web-designerProduces creative, distinctive frontend designs using patterns from 38 top websites. Applies a full decision framework (mood, palette, type, layout, motion, signature) before writing code.
/prototypeGenerates 3 visually distinct HTML/CSS UI components from a text prompt. Supports --vary <1|2|3> for single variant output and --dir <output-dir> for custom directory.
/sculpt-uiGenerates design brief, micro design system, and implementation strategy for distinctive production-grade frontend interfaces before coding.
/design-templateGenerates a production-ready HTML/CSS page from one of 10 template categories (landing-page, dashboard, pricing, etc.), with optional brand color, style, and dark mode customization.