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.
# txtskills Convert any `llms.txt` documentation into installable agent skills. <div align="center"> <img src="apps/web/public/mockup.png" alt="txtskills mockup" width="500" /> </div> Generated skills are saved to [hk-vk/skills](https://github.com/hk-vk/skills). --- ## What this repo contains - `apps/web`: Next.js web app (`txtskills.hari.works`) - `packages/cli`: `txtskills` CLI for conversion and skill management - `packages/ui`: shared UI components --- ## 3 ways to use txtskills The app exposes three usage modes, matching the UI nav: 1. **Convert (Web)** → `https://txtskills.hari.works/` 2. **CLI** → `https://txtskills.hari.works/cli` 3. **Agent Skill** → `https://txtskills.hari.works/agent-skill` ### 1. Convert in the browser (Web) Visit **[txtskills.hari.works](https://txtskills.hari.works)** and use the Convert flow: - Paste a docs URL (or paste raw content) - Generate a publishable skill - Copy install command instantly ### 2. Convert & manage with CLI See `packages/cli/README.md` for the complete command reference. Use `@latest` when you want the newest published CLI release: ```bash # Start the interactive CLI npx txtskills@latest # Install one skill from the registry npx txtskills@latest add <skill-name> # Convert docs URL -> skill npx txtskills@latest convert docs.example.com # Convert and auto-install npx txtskills@latest convert docs.example.com --install # Search and list npx txtskills@latest search react npx txtskills@latest list # Remove installed skills npx txtskills@latest remove <skill-name> ``` ### 3. Use as an agent skill For agent workflows that only need a CLI-native experience: - Install the conversion workflow skill with the latest installer: ```bash npx skills@latest add hk-vk/txtskills --skill txtskills-llms-to-agent-skills ``` - Use that skill in your coding agent to discover `llms.txt` and generate an agent skill. --- ## Quick CLI tips The CLI supports these commands: - `add` – install a skill - `list` –
Agent that generates comprehensive documentation, API references, architecture diagrams, and developer onboarding guides from existing code.
Agent configuration for systematic bug investigation that traces issues from error logs through the codebase to root cause with suggested fixes.
Agent for integrating third-party APIs including SDK setup, type generation, error handling, retry logic, and rate limit management.
Cursor's built-in autonomous coding agent that can make multi-file edits, run terminal commands, search the codebase, and iteratively build features with minimal human intervention.
Cloud-based autonomous coding agent that runs in the background on remote sandboxed environments, handling complex multi-step tasks while you continue working.
Cursor's multi-file editing agent within Composer mode that can create, edit, and delete files across your entire project in a single conversation.