panda-css

Inspect Panda CSS configurations and run CLI workflows to debug static extraction.

Updated Mar 2, 2026
One-click install
npx skills add https://github.com/goddard-ai/goddard --skill panda-css-goddard-ai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: panda-css
Source: https://github.com/goddard-ai/goddard/tree/main/app/.agents/skills/panda-css
Command: npx skills add https://github.com/goddard-ai/goddard --skill panda-css-goddard-ai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Panda CSS requires careful setup, static extraction, and token/config usage to deliver lean, framework-agnostic CSS output, and this skill helps users implement and troubleshoot that workflow.

Core Features & Use Cases

  • Inspect Panda integration by reviewing panda.config.*, scripts, and the generated output to identify misconfigurations or missing steps.
  • Utilize Panda CLI workflows (panda init, panda codegen, panda cssgen, panda debug) to generate runtimes and CSS and to debug extraction.
  • Leverage tokens, patterns, and recipes to build scalable design systems across different frameworks and tooling setups.

Quick Start

Run panda codegen to generate the runtime and CSS artifacts for your project.

Frequently Asked Questions about panda-css

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I set up Panda CSS for build-time static extraction?

Debug Panda CSS static extraction by running `panda debug` to inspect the generated output, and verify your `panda.config.*` file to identify misconfigurations or missing build-time steps.

Can I use Panda CSS tokens and recipes with different frameworks?

Yes, you can use Panda CSS tokens, patterns, and recipes across different frameworks. Panda CSS is framework-agnostic, allowing you to build scalable design systems with consistent styling output regardless of your tooling setup.

Why does my PostCSS configuration generate unpredictable CSS output with Panda?

Unpredictable CSS output with Panda often stems from misconfigurations in your `panda.config.*` or PostCSS setup. Inspect your scripts and generated output to ensure correct extraction and apply Panda CLI flows for predictable generation.

What is the best way to debug missing CSS styles in a Panda CSS project?

The best way to debug missing Panda CSS styles is using the `panda debug` CLI command. This workflow helps inspect static extraction, identify missing steps, and verify that your config and scripts generate the correct runtime artifacts.

Does Panda CSS work without PostCSS for static CSS generation?

Panda CSS supports build-time styling and static extraction through its CLI workflows like `panda codegen` and `panda cssgen`. While it integrates with PostCSS, you can leverage these CLI commands to generate lean CSS output directly.