Skip to main content
πŸ€– AI entry

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.

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 \ -y

List installable skills

npx skills add sonofmagic/skills --list

Install 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 \ -y

Suggested 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.

Recommended loading order

Online mode

  1. Structured retrieval: read https://tw.icebreaker.top/en/llms-index.json first to get titles, summaries, keywords, and canonicals.
  2. Quick start and setup context: load https://tw.icebreaker.top/en/llms-quickstart.txt.
  3. Need navigation context: read https://tw.icebreaker.top/en/llms.txt first to get section names and links.
  4. 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.