LLM / Skill entry
After build, the site emits model-friendly assets: index txt files, full-content txt bundles, and Markdown copies with MDX imports stripped out. This page also includes the weapp-tailwindcss skill install flow so you can plug it into AI workflows directly.
Available index files
- πllms-index.jsonGEO index with titles, summaries, keywords, and canonicals
- πllms.txtSite-wide document link index following llmstxt.org
- πllms-full.txtFull content bundle for offline or single-pass loading
- πllms-quickstart.txtEnglish introduction and installation guidance
Markdown copies (examples)
Each doc also ships as plain Markdown with the same route path and a .md suffix. For the full list, see llms.txt.
- πintro.mdCopy of the docs homepage content
- πquick-start/install.mdTailwind CSS 4 generation-mode install guide
Install and use the skill
If you want AI to generate setup and troubleshooting steps that follow weapp-tailwindcss best practices inside your product project, install the official skill first:
Install command
npx skills add sonofmagic/skills --skill weapp-tailwindcssList installable skills
npx skills add sonofmagic/skills --listInstall from the local repo for debugging
npx skills add . --skill weapp-tailwindcssSuggested prompt (new project)
I have a uni-app CLI project with Vue 3 + Vite, targeting WeChat mini apps and H5. Please give me the minimum working setup following the weapp-tailwindcss skill, including install commands, complete config files, and verification steps.Docs entry points
Recommended loading order
Online mode
- Structured retrieval: read https://tw.icebreaker.top/en/llms-index.json first to get titles, summaries, keywords, and canonicals.
- Quick start and setup context: load https://tw.icebreaker.top/en/llms-quickstart.txt.
- Need navigation context: read https://tw.icebreaker.top/en/llms.txt first to get section names and links.
- Full knowledge base: read https://tw.icebreaker.top/en/llms-full.txt.
Offline / batch mode
- Download llms-full.txt or package the generated Markdown files together.
- When vectorizing, split by section and use titles from llms.txt as metadata.
- For metadata retrieval, use llms-index.json as the first-layer index and fetch article bodies by url afterward.
- When generating answers, cite the exact link or title so the source stays traceable.
Example prompt
You can read the English weapp-tailwindcss introduction and install guide from https://tw.icebreaker.top/en/llms-quickstart.txt. Please cite the corresponding links in your answer.