Back to skills
SkillHub ClubShip Full StackFull StackFrontend

frontend-css

Imported from https://github.com/coreyja/coreyja.com.

Packaged view

This page reorganizes the original catalog entry around fit, installability, and workflow context first. The original raw source lives below.

Stars
6
Hot score
82
Updated
March 20, 2026
Overall rating
C3.6
Composite score
3.6
Best-practice grade
C68.4

Install command

npx @skill-hub/cli install coreyja-coreyja-com-frontend-css

Repository

coreyja/coreyja.com

Skill path: .claude/skills/frontend-css

Imported from https://github.com/coreyja/coreyja.com.

Open repository

Best for

Primary workflow: Ship Full Stack.

Technical facets: Full Stack, Frontend.

Target audience: everyone.

License: Unknown.

Original source

Catalog source: SkillHub Club.

Repository owner: coreyja.

This is still a mirrored public skill entry. Review the repository before installing into production workflows.

What it helps with

  • Install frontend-css into Claude Code, Codex CLI, Gemini CLI, or OpenCode workflows
  • Review https://github.com/coreyja/coreyja.com before adding frontend-css to shared team environments
  • Use frontend-css for development workflows

Works across

Claude CodeCodex CLIGemini CLIOpenCode

Favorites: 0.

Sub-skills: 0.

Aggregator: No.

Original source / Raw SKILL.md

---
name: Frontend CSS
description: Write maintainable CSS following the project's established methodology, whether using Tailwind utility classes, BEM naming, CSS modules, or styled-components. Use this skill when styling UI components or pages with CSS, applying design system tokens for colors and spacing, or working with CSS frameworks. When writing utility classes, custom styles, or responsive design rules. When working with .css, .scss, .module.css files, or inline styles in JSX/templates. When establishing or maintaining design tokens for consistent styling. When optimizing CSS for production builds with purging or tree-shaking unused styles.
---

# Frontend CSS

This Skill provides Claude Code with specific guidance on how to adhere to coding standards as they relate to how it should handle frontend CSS.

## When to use this skill

- When styling UI components or pages with CSS, Tailwind, or other styling approaches
- When applying design system tokens for colors, spacing, typography, or shadows
- When working with CSS files (.css, .scss, .sass, .less, .module.css)
- When writing utility classes or custom CSS styles
- When implementing responsive design rules with media queries or breakpoints
- When working with CSS-in-JS solutions (styled-components, emotion, CSS modules)
- When applying Tailwind utility classes or customizing Tailwind configuration
- When following BEM naming conventions or other CSS methodologies
- When optimizing CSS bundle size with purging or tree-shaking
- When avoiding framework style overrides and working with framework patterns

## Instructions

For details, refer to the information provided in this file:
[frontend CSS](../../../agent-os/standards/frontend/css.md)
frontend-css | SkillHub