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 complete weapp-tailwindcss skill suite install flow.
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 suite
The suite includes the compatibility router plus focused setup, migration, troubleshooting, runtime, custom-build, and React Native workflows:
Install the complete suite
npx skills add sonofmagic/skills \
--skill weapp-tailwindcss \
--skill weapp-tailwindcss-setup \
--skill weapp-tailwindcss-migrate \
--skill weapp-tailwindcss-troubleshoot \
--skill weapp-tailwindcss-runtime \
--skill weapp-tailwindcss-custom-build \
--skill weapp-tailwindcss-react-native \
-yList installable skills
npx skills add sonofmagic/skills --listInstall from the local repo for debugging
npx skills add . \
--skill weapp-tailwindcss \
--skill weapp-tailwindcss-setup \
--skill weapp-tailwindcss-migrate \
--skill weapp-tailwindcss-troubleshoot \
--skill weapp-tailwindcss-runtime \
--skill weapp-tailwindcss-custom-build \
--skill weapp-tailwindcss-react-native \
-ySuggested prompt (new project)
Use $weapp-tailwindcss-setup to configure a new uni-app Vue 3 + Vite project for WeChat mini apps and H5, including complete 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.