Llinuxctrl

Terminal UI (TUI)

Run kitpack without arguments to launch the interactive terminal dashboard. Built with Ink (React for CLIs).

Dashboard Layout

┌─────────────────────────────────────────────────┐
│  kitpack — AI Agent Skill Packager              │
└─────────────────────────────────────────────────┘

┏━━━━━━━━━━┓  ╭─────────────╮
┃  Search  ┃  │  Installed  │
┗━━━━━━━━━━┛  ╰─────────────╯

Search: [type to search...]

┌─────────────────────────────────────────────────┐
│ q quit  | ←→ tabs               kitpack v0.1.0 │
└─────────────────────────────────────────────────┘

Search tab

  • Type to search skills.sh (debounced 300ms)
  • ↑ ↓ to navigate results
  • Enter to view skill detail with security scan, audits, and trust score
  • i to install the skill
  • b or Esc to go back to search

Installed tab

  • Lists all skills installed via kitpack
  • ↑ ↓ to navigate
  • x to delete the selected skill

Global shortcuts

  • q — quit
  • ← → — switch tabs

Non-interactive mode

All commands work as direct CLI calls without the TUI. Perfect for scripting:

kitpack search "react native" --format json