hk-vk

Txtskills — AI skill for Claude Code

AI community

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.

How to install Txtskills

This entry records only its repository, not the path inside it, so there is no exact command to give. Open hk-vk/txtskills and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Txtskills does

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.

Alternatives in AI

  • Engrim — The Universal Cross-Model Episodic Memory Standard 219 ★
  • Awareness Local — Local-first AI agent memory — one command, works offline, no account needed 199 ★
  • AI Toolkit — Professional-grade AI coding toolkit: 94 skills, 44 agents, multi-platform (Claude, Cursor, Windsurf, Copilot 167 ★

README

txtskills

Convert any `llms.txt` documentation into installable agent skills.

txtskills mockup

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. CLIhttps://txtskills.hari.works/cli
  3. Agent Skillhttps://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:

# Start the interactive CLI
npx txtskills@latest

# Install one skill from the registry
npx txtskills@latest add 

# 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 

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