registry/txtskills-llms-to-agent-skills/SKILL.md
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.
npx skillsauth add hk-vk/skills txtskills-llms-to-agent-skillsInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this skill when you need to turn documentation into a reusable Agent Skill quickly.
txtskills convertexample.comexample.com/llms.txtexample.com/llms-full.txtnpx txtskills convert github.com/llms.txt
npx txtskills convert docs.anthropic.com
--force.When the user gives only a product name (for example: "Google AI Studio"), do this:
<domain>/llms.txt<domain>/.well-known/llms.txt<domain>/llms-full.txt<domain>/.well-known/llms-full.txt"<product> llms.txt" and "<product> llms-full.txt".npx txtskills convert <best-url>Example user intent this skill should handle:
npx txtskills 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 endpointUse lowercase, hyphenated names (Agent Skills standard):
payment-docsai-sdkPaymentDocsdocs_skillllms.txt or llms-full.txt.--force.npx txtskills add <skill-name>
documentation
Documentation documentation and resources. Use this skill when working with Documentation or when the user mentions documentation.
documentation
Documentation documentation and resources. Use this skill when working with Documentation or when the user mentions documentation.
development
--- name: debugging-ag-ui-integrations description: The `encryptedContent` field enables privacy-preserving workflows where sensitive content (such as reasoning chains) can be passed across turns without exposing the raw content. This is particularly useful for zero data retention (ZDR) compliance and `store:false` scenarios. metadata: source: llms.txt source_url: https://docs.ag-ui.com/llms-full.txt generated: 2026-06-09T14:52:49.106Z --- # Debugging AG-UI Integrations > The `encryptedC
documentation
Docs documentation and resources. Use this skill when working with Docs or when the user mentions docs.