react design
/install lss
Learn Social Studies UI Kit for React
Purpose
This skill standardizes Learn Social Studies visual design across React interfaces. It is intended for:
- dashboards
- SaaS apps
- admin panels
- forms
- landing pages
- internal tools
- educational product interfaces
Apply this skill when a React project needs consistent Learn Social Studies branding, reusable styling primitives, theme support, and developer-friendly UI conventions.
Brand Intent
The resulting interface must feel:
- clear
- modern academic
- trustworthy
- structured
- lightweight
- brand-consistent
Theme Model
- Default theme:
light - Optional override:
dark - Theme is controlled with the
data-themeattribute on\x3Chtml> - Do not use
localStorage - Theme state should stay in app memory unless the host project already has an approved persistence layer
Typography
- Headings:
Poppins - Body/UI text:
Montserrat - Code, tokens, IDs:
JetBrains MonoorFira Code
Brand Color Rules
- Primary blue is the main action color
- Deep blue is for hierarchy and high-contrast supporting elements
- Gold is for accent and CTA emphasis only
- Warning uses amber, not brand gold
- Do not use pure black
#000000 - Do not use yellow
#F3B723as a page, card, panel, or alert background surface - Do not use gradients on buttons or cards
Developer Rules
When applying this skill:
- Keep business logic untouched.
- Do not change routing, data flow, API calls, or component behavior unless required for theme toggling.
- Move reusable visual values into CSS variables.
- Normalize buttons, inputs, cards, badges, tables, and modals.
- Use reusable variants instead of page-specific one-off styles.
- Avoid hardcoded colors when a token exists.
- Preserve markup structure where possible.
- Keep the UI clean, readable, and scalable.
Recommended File Layout
src/
styles/
tokens.css
base.css
components.css
theme/
ThemeProvider.tsx
useTheme.ts
components/
Button/
Input/
Card/
Badge/
Font Loading
Add to the root HTML document:
\x3Clink rel="preconnect" href="https://fonts.googleapis.com">
\x3Clink rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
\x3Clink href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap" rel="stylesheet">
Implementation Instructions
Use the template files included with this skill as the source of truth:
templates/react/src/styles/tokens.csstemplates/react/src/styles/base.csstemplates/react/src/styles/components.csstemplates/react/src/theme/ThemeProvider.tsxtemplates/react/src/theme/useTheme.tstemplates/react/src/components/*
If the target project already has its own component library:
- map the project components to these same tokens and variant rules
- keep variant names consistent:
primary,secondary,accent - keep status names consistent:
success,warning,error,info
Output Expectation
After applying this skill, the project should have:
- light theme by default
- optional dark theme
- reusable design tokens
- consistent typography
- consistent button/input/card/badge patterns
- maintainable UI styling without changing product logic
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install lss - After installation, invoke the skill by name or use
/lss - Provide required inputs per the skill's parameter spec and get structured output
What is react design?
Applies the Learn Social Studies brand system to React interfaces using CSS variables, reusable component conventions, light theme by default, and dark theme... It is an AI Agent Skill for Claude Code / OpenClaw, with 99 downloads so far.
How do I install react design?
Run "/install lss" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is react design free?
Yes, react design is completely free, licensed under MIT-0. You can download, install and use it at no cost.
Which platforms does react design support?
react design is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created react design?
It is built and maintained by lssmanager (@lssmanager); the current version is v1.0.0.