SKILL.md

Add daisyUI Charts skill to your project so your agent can generate the charts automatically!

Install daisyUI skill

npx skills add saadeghi/daisyui

Install daisyUI Charts skill

At the root of this project, there's a skills/ directory, including the instructions, rules, code examples, framework syntax and visual descriptions for all charts.
Add daisyui-charts skill to your project so your agent can generate any chart automatically, based on daisyUI styles.

npx skills add ../daisyui-charts@1.1.0

The path ../daisyui-charts@1.1.0 should be the relative path from your project to this repository.
Here../daisyui-charts@1.1.0 means that this repository is located in the same parent folder as your project. Adjust the path accordingly if your setup is different.

OR

Copy the skills/ folder from this project root to your project root, then run this command in your project root:

npx skills add .