Skip to content

hk-vk/txtskills

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

txtskills

Convert any llms.txt documentation into installable agent skills.

txtskills mockup

Generated skills are saved to 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. CLIhttps://txtskills.hari.works/cli
  3. Agent Skillhttps://txtskills.hari.works/agent-skill

1. Convert in the browser (Web)

Visit 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:

# 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:
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 – browse available registry skills
  • search – find skills by name (alias: find)
  • convert – convert docs URL/llms.txt into a publishable skill
  • remove – remove installed skills (alias: rm)

Run without arguments to open an interactive prompt:

npx txtskills@latest

No terminal setup required.

Links

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors