| name | install-component-guide |
| description | Fetches and splits the daisyUI style guide from the official LLM text file into organized sections |
| disable-model-invocation | true |
The daisyUI style guide can be obtained from the official LLM text at https://daisyui.com/llms.txt.
- Fetch the style guide: GET https://daisyui.com/llms.txt and retrieve all content.
- Split into sections: Split the content and organize into the
.daisyui directory.
- When splitting, save the main style guide directly in the
.daisyui directory, and save component sections in .daisyui/components
- Delete the fetched
llms.txt file at the end.