← All plugins
coolcli
v1.0.0Teach your AI agent to build clean terminal UIs: dark themes, cards, forms, modals, inline images, live dashboards. One skill, two stacks (Python Textual + TypeScript OpenTUI).
Claude Code1 skill
by Oussema KhlifiMIT3updated 1 month ago
Source
git clone https://github.com/chbayah-sudo/coolcliClone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.
Layout
coolcli/
├── .claude-plugin/plugin.json└── skills/coolcli/SKILL.md
Skills1
coolcliskills/coolcli/SKILL.md
Build polished terminal UIs (TUI) in TypeScript or Python. Covers full-screen apps, dark/light themes, custom color palettes, cards, forms, modals, scrollable lists, inline images (Kitty protocol), video playback, screen navigation, background workers, progress indicators, and responsive layouts. Use when user wants to create any interactive terminal application.
Manifests1
.claude-plugin/plugin.json
{
"name": "coolcli",
"description": "Teach your AI agent to build clean terminal UIs: dark themes, cards, forms, modals, inline images, live dashboards. One skill, two stacks (Python Textual + TypeScript OpenTUI).",
"version": "1.0.0",
"author": {
"name": "Oussema Khlifi"
},
"homepage": "https://github.com/chbayah-sudo/coolcli",
"repository": "https://github.com/chbayah-sudo/coolcli",
"license": "MIT",
"keywords": [
"tui",
"terminal",
"textual",
"opentui",
"design-system",
"claude-code",
"skill"
]
}