New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
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 - npm Package Compare versions

Comparing version
1.3.0
to
1.3.1
+61
README.md
# @skillkit/tui
Interactive terminal UI for SkillKit - browse, install, and manage skills visually.
## Installation
```bash
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
```typescript
import { startTUI } from '@skillkit/tui';
// Launch the interactive TUI
await startTUI();
```
Or via CLI:
```bash
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
| Key | Action |
|-----|--------|
| `↑/↓` | Navigate |
| `Enter` | Select |
| `Tab` | Switch focus |
| `?` | Help |
| `q` | Quit |
## Documentation
Full documentation: https://github.com/rohitg00/skillkit
## License
Apache-2.0
+3
-3
{
"name": "@skillkit/tui",
"version": "1.3.0",
"version": "1.3.1",
"description": "Terminal UI for SkillKit",

@@ -24,4 +24,4 @@ "type": "module",

"react": "^18.3.1",
"@skillkit/core": "1.3.0",
"@skillkit/agents": "1.3.0"
"@skillkit/core": "1.3.1",
"@skillkit/agents": "1.3.1"
},

@@ -28,0 +28,0 @@ "devDependencies": {