Agent skill · Backend & API

llm-docs

Fetch LLM-optimized documentation from llms.txt endpoints for up-to-date API references

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill llm-docs --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 5 KB
Bundled scripts: none
Path: skills/ai-llm/llm-docs/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# LLM Documentation (llms.txt) Many libraries provide LLM-optimized documentation at `/llms.txt` following the [llms.txt standard](https://llmstxt.org/). ## Available Sources | Library | llms.txt URL | Full Version | |---------|-------------|--------------| | shadcn/ui | https://ui.shadcn.com/llms.txt | - | | Effect | https://effect.website/llms.txt | https://effect.website/llms-full.txt | | Drizzle ORM | https://orm.drizzle.team/llms.txt | https://orm.drizzle.team/llms-full.txt | | TanStack | https://tanstack.com/llms.txt | - | | Better Auth | https://www.better-auth.com/llms.txt | - | | Elysia | https://elysiajs.com/llms.txt | - | | Bun | https://bun.sh/llms.txt | - | | Hono | https://hono.dev/llms.txt | https://hono.dev/llms-full.txt | | Expo | https://docs.expo.dev/llms.txt | - | | React Native | https://reactnative.dev/llms.txt | - | | Zod | https://zod.dev/llms.txt | - | | Prisma | https://www.prisma.io/llms.txt | - | | tRPC | https://trpc.io/llms.txt | - | | Turborepo | https://turbo.build/llms.txt | - | | Supabase | https://supabase.com/llms.txt | - | | Vercel | https://vercel.com/llms.txt | - | | Stripe | https://stripe.com/llms.txt | - | | Clerk | https://clerk.com/llms.t

What's inside
Steps it walks through
  1. Available Sources
  2. When to Use llms.txt
  3. llms.txt vs Context7
  4. Workflow
  5. 1. Fetch llms.txt for Overview
  6. 2. Fetch Full Documentation (if available)
  7. 3. Follow Up with Context7
  8. Quick Reference
  9. Frontend & UI
  10. TypeScript Ecosystem
  11. Web Frameworks
  12. Database & ORM
  13. Authentication
  14. Mobile & React Native
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the llm-docs skill do?

Fetch LLM-optimized documentation from llms.txt endpoints for up-to-date API references

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill llm-docs --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going