Loading...
Loading...
Generates llms.txt and llms-full.txt files for LLM-friendly project documentation following the llms.txt specification. Use when the user wants to create LLM-readable summaries, llms.txt files, or make their wiki accessible to language models.
npx skill4agent add bklit/bklit-ui wiki-llms-txtllms.txtllms-full.txtllms.txtllms-full.txtgit remote get-url originREPO_URLgit rev-parse --abbrev-ref HEAD# {Project Name}
> {Dense one-paragraph summary — what it does, who it's for, key technologies}
{Important context paragraphs — constraints, architectural philosophy, non-obvious things}
## {Section Name}
- [{Page Title}]({relative-path-to-md}): {One-sentence description of what the reader will learn}
## Optional
- [{Page Title}]({relative-path-to-md}): {Description — these can be skipped for shorter context}[Title](url): Description| ❌ Bad | ✅ Good |
|---|---|
| "Architecture overview" | "System architecture showing how Orleans grains communicate via message passing with at-least-once delivery" |
| "Getting started guide" | "Prerequisites, local dev setup with Docker Compose, and first API call walkthrough" |
| "The API reference" | "REST endpoints with auth requirements, rate limits, and request/response schemas" |
llms.txt# {Project Name}
> {Same summary}
{Same context}
## {Section Name}
<doc title="{Page Title}" path="{relative-path}">
{Full markdown content — frontmatter stripped, citations and diagrams preserved}
</doc>---```mermaid[file:line](URL)<!-- Sources: -->/deep-wiki:generate/deep-wiki:page/deep-wiki:generatellms.txt| File | Purpose | Discoverability |
|---|---|---|
| Root discovery file | Standard path per llms.txt spec. GitHub MCP |
| Wiki-relative links | For VitePress deployment and wiki-internal navigation. |
| Full inlined content | Comprehensive reference for agents needing all docs in one file. |
./llms.txtwiki/[Guide](./wiki/onboarding/contributor-guide.md)wiki/llms.txt[Guide](./onboarding/contributor-guide.md)llms.txtllms.txt<doc>llms-full.txtllms.txtllms-full.txt