Add daisyUI Charts skill to your project so your agent can generate the charts automatically!
npx skills add saadeghi/daisyui
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 ../[email protected]
The path ../[email protected] should be the relative path from your project to this repository.
Here../[email protected] means that this repository is located in the same parent folder as your project. Adjust the path accordingly if your setup is different.
Copy the skills/ folder from this project root to your project root, then run this command in your project root:
npx skills add .