@skillkit/tui
Advanced tools
+61
| # @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": { |
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
237840
0.52%6
20%0
-100%62
Infinity%+ Added
+ Added
- Removed
- Removed
Updated
Updated