Back to browse
I build skillstui – TUI to search-install agent skills from skills.sh

I build skillstui – TUI to search-install agent skills from skills.sh

by vab97·Apr 10, 2026·2 points·0 comments

AI Analysis

●●SolidNiche GemShip It

Bulk-install AI skills across 30+ agents from one terminal UI.

Strengths
  • Multi-agent bulk install saves time for teams using mixed tooling.
  • Bun + ink ensures fast startup and responsive terminal rendering.
  • Clipboard copy fallback works even if direct install fails.
Weaknesses
  • Tied to skills.sh ecosystem; limited value if catalog stays niche.
  • TUI limits discoverability compared to a searchable web directory.
Target Audience

Developers using multiple AI coding agents (Cursor, Claude Code, Copilot)

Similar To

npm · Homebrew · Smithery

Post Description

I built skillstui, a terminal UI for search and installing skills from skills.sh into your AI coding agents.

skillstui solves this: - Search the skills.sh catalog from the terminal - Select the skills you want - Choose the agents you want - Press Ctrl+G — it runs `npx skills add` for each skill across whichever agents you use - or Ctrl+Y to copy the install command to your clipboard

It supports 30+ agents including Claude Code, Cursor, Windsurf, GitHub Copilot, Gemini CLI, Cline, OpenHands, Goose, and more.

try it out: npx skillstui

Built with Bun + ink (imperative terminal renderer, no React).

https://skillstui.sh/

Similar Projects