panda-css
Installation
SKILL.md
Panda CSS
Reference Panda CSS LLM-optimized docs before writing or reviewing Panda CSS code.
Docs Sources
First fetch https://panda-css.com/llms.txt — this is the index of all available LLM docs.
Then fetch the relevant section-specific docs based on the task:
| Section | URL | When to use |
|---|---|---|
| Full docs | https://panda-css.com/llms-full.txt |
General reference, broad tasks |
| Overview | https://panda-css.com/llms.txt/overview |
Setup, installation, framework integrations |
| Concepts | https://panda-css.com/llms.txt/concepts |
css(), recipes (cva/sva), patterns, conditions, cascade layers, style merging, JSX style context |
| Theming | https://panda-css.com/llms.txt/theming |
Tokens, semantic tokens, text styles, layer styles, animation styles |
| Utilities | https://panda-css.com/llms.txt/utilities |
Style properties, shorthands, spacing, sizing, typography, effects, gradients, focus ring |
| Customization | https://panda-css.com/llms.txt/customization |
Custom conditions, utilities, patterns, presets, config functions, theme overrides |
| Guides | https://panda-css.com/llms.txt/guides |
Migration, dynamic styling, debugging, advanced patterns |
Related skills