Txtskills
Skill hk-vk/txtskills
Turn any llms.txt into skills installable with a single command for AI agents : works with Claude Code, Cursor, Windsurf, GitHub Copilot, Amp, Antigravity, and many more.
npx -y skills add hk-vk/txtskillsAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
2 things to look at
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 8 stars8 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Convert docs base URLs, llms.txt, or llms-full.txt into installable Agent Skills with txtskills CLI. Use when a user asks to generate, publish, and optionally install a new skill from documentation.
The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.
SKILL.md
3.0 KB, 697 tokens by cl100k_base, as published. Nobody here has run it
txtskills: llms.txt → Agent Skills
Use this skill when you need to turn documentation into a reusable Agent Skill quickly.
What this skill does
- Converts a docs URL into a published skill via
txtskills convert - Supports base URLs and explicit files:
example.comexample.com/llms.txtexample.com/llms-full.txtexample.com/.well-known/llms.txtexample.com/.well-known/llms-full.txt
- Can install immediately after conversion (interactive or auto)
Quick start
npx txtskills@latest convert github.com/llms.txt
npx txtskills@latest convert docs.anthropic.com
Recommended workflow
- Convert from a docs URL.
- Review generated skill name and GitHub URL.
- Install immediately when prompted.
- If content changed and skill exists, re-run with
--force.
Agent execution workflow (important)
When the user gives only a product name (for example: "Google AI Studio"), do this:
- Discover candidate URLs by checking in this order:
<domain>/llms.txt<domain>/.well-known/llms.txt<domain>/llms-full.txt<domain>/.well-known/llms-full.txt
- If domain is unknown, search web for
"<product> llms.txt"and"<product> llms-full.txt". - Run conversion:
npx txtskills@latest convert <best-url>
- If convert succeeds, offer immediate install.
- If multiple valid sources exist, ask user to choose before publishing.
Example user intent this skill should handle:
- "Find Google AI Studio llms.txt and convert it to a txtskills skill"
Command reference
npx txtskills@latest convert <url>
Options:
-n, --name <skill-name>: set custom skill slug-f, --force: regenerate when skill already exists--install: auto-install after conversion--skip-install: skip install prompt-g, --global: install globally (when auto-installing)-a, --agent <agents...>: target specific agents-y, --yes: auto-confirm prompts--json: machine-readable output--api <url>: custom convert API base or full endpoint
Naming guidelines
Use lowercase, hyphenated names (Agent Skills standard):
- ✅
payment-docs - ✅
ai-sdk - ❌
PaymentDocs - ❌
docs_skill
Troubleshooting
- If conversion fails, verify the docs site exposes
llms.txtorllms-full.txt. - If skill exists but docs changed, run with
--force. - If install is skipped, run:
npx txtskills@latest add <skill-name>
Useful links
- txtskills web: https://txtskills.hari.works
- Skills registry: https://github.com/hk-vk/skills
- Agent Skills spec: https://agentskills.io/specification
- llms.txt spec: https://llmstxt.org
What ships with it: 129 files
2748.4 KB alongside SKILL.md, 37 of them executable
apps/
- tui/package.json480 B
- tui/src/index.tsruns245 B
- tui/tsconfig.json433 B
- web/app/agent-skill/layout.tsx631 B
- web/app/agent-skill/page.tsx1.9 KB
- web/app/api/analytics/install/route.tsruns2.8 KB
- web/app/api/convert/route.tsruns4.8 KB
- web/app/api/skills/manifest/route.tsruns470 B
- web/app/api/skills/migrate/route.tsruns2.6 KB
- web/app/api/skills/route.tsruns4.0 KB
- web/app/api/skills/sync/route.tsruns1.5 KB
- web/app/cli/layout.tsx569 B
- web/app/cli/page.tsx3.4 KB
- web/app/favicon.ico25.3 KB
- web/app/globals.css6.3 KB
- web/app/icon.svg524 B
- web/app/layout.tsx4.0 KB
- web/app/page.tsx38.5 KB
- web/app/sitemap.tsruns707 B
- web/app/skills/layout.tsx1014 B
- web/app/skills/page.tsx11.2 KB
- web/cloudflare-env.d.tsruns148 B
- web/components/command-docs.tsx2.2 KB
- web/components.json572 B
- web/components/top-links-nav.tsx2.2 KB
- web/components/usage-mode-nav.tsx3.1 KB
- web/db/schema.sql1.6 KB
- web/eslint.config.mjsruns465 B
- web/hooks/use-install-stats.tsruns1.6 KB
- web/hooks/use-skills-cache.tsruns3.3 KB
- web/lib/db.tsruns5.6 KB
- web/lib/fetcher.tsruns1.9 KB
- web/lib/github-publisher.tsruns13.9 KB
- web/lib/llms-parser.tsruns2.4 KB
- web/lib/site-url.tsruns668 B
- web/lib/skill-generator.tsruns2.4 KB
- web/lib/slugify.tsruns1.1 KB
- web/lib/types.tsruns1.4 KB
- web/lib/utils.tsruns166 B
- web/next.config.tsruns315 B
89 more files not listed here. See all 129 in the repository.