Socket
Book a DemoSign in
Socket

@skillkit/tui

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skillkit/tui

Terminal UI for SkillKit

npmnpm
Version
1.3.1
Version published
Weekly downloads
499
10.64%
Maintainers
1
Weekly downloads
 
Created
Source

@skillkit/tui

Interactive terminal UI for SkillKit - browse, install, and manage skills visually.

Installation

npm install @skillkit/tui

Features

  • Browse Skills: Discover skills from the marketplace
  • Smart Recommendations: Project-aware skill suggestions
  • Skill Translation: Convert between agent formats
  • Context Management: View and sync project context
  • Keyboard Navigation: Fast, intuitive controls

Usage

import { startTUI } from '@skillkit/tui';

// Launch the interactive TUI
await startTUI();

Or via CLI:

skillkit ui

Screens

  • Home: Overview and quick actions
  • Browse: Explore available skills
  • Recommend: Get personalized recommendations
  • Translate: Convert skills between formats
  • Context: Manage project context
  • Installed: View and manage installed skills
  • Sync: Sync skills across agents
  • Settings: Configure skillkit

Keyboard Shortcuts

KeyAction
↑/↓Navigate
EnterSelect
TabSwitch focus
?Help
qQuit

Documentation

Full documentation: https://github.com/rohitg00/skillkit

License

Apache-2.0

FAQs

Package last updated on 23 Jan 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts