@allxsmith/bestax-bulma 5.1.0 โ 5.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +14 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js.map +1 -1
- package/package.json +7 -4
package/README.md
CHANGED
|
@@ -129,6 +129,20 @@ Explore live, interactive component examples in our Storybook:
|
|
|
129
129
|
|
|
130
130
|
---
|
|
131
131
|
|
|
132
|
+
## ๐ค For AI Tools
|
|
133
|
+
|
|
134
|
+
Building with an AI agent (Claude Code, Cursor, Copilot)? bestax-bulma ships LLM-optimized docs:
|
|
135
|
+
|
|
136
|
+
- ๐ **[LLMs guide](https://bestax.io/docs/guides/llms)** โ how to use the library with AI tools
|
|
137
|
+
- ๐ **[llms.txt](https://bestax.io/llms.txt)** โ curated index ยท **[llms-full.txt](https://bestax.io/llms-full.txt)** โ the full docs in one file
|
|
138
|
+
- ๐งฉ **[Agent Skills](https://bestax.io/docs/skills/intro)** โ teach your agent the bestax way:
|
|
139
|
+
|
|
140
|
+
```bash
|
|
141
|
+
npx skills add https://github.com/allxsmith/bestax --skill bestax-layout-scaffold
|
|
142
|
+
```
|
|
143
|
+
|
|
144
|
+
---
|
|
145
|
+
|
|
132
146
|
## ๐ Special Thanks
|
|
133
147
|
|
|
134
148
|
### [Bulma](https://github.com/jgthms/bulma)
|