بنقرة واحدة
cli-tui-development
Building CLI applications and Terminal User Interfaces (TUIs)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Building CLI applications and Terminal User Interfaces (TUIs)
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
3D computer vision, depth estimation, and 3D reconstruction
Adversarial machine learning, robustness, and security in ML
Expert guidance on agentic AI systems, autonomous agents, and AI orchestration. Use for: building agentic AI systems, tool orchestration, memory systems, planning and reasoning, multi-step workflows, feedback loops, evaluation frameworks, ReAct patterns, and building sophisticated AI pipelines.
Algebraic topology, homotopy, homology, and topological invariants
Design and analysis of analog electronic circuits and systems
Expert assistant for working with Anthropic's Claude API and Claude-powered applications. Use this skill whenever you need help with: API integration, message formatting, tool use implementation, context window management, Constitutional AI principles, prompt engineering, Claude models (Claude 3.5, Claude 3), vision capabilities, computer use, or building production systems with Claude. Also use for understanding Anthropic's safety approaches, token optimization, or any Claude-related development task.
| name | cli-tui-development |
| description | Building CLI applications and Terminal User Interfaces (TUIs) |
| license | MIT |
| metadata | {"audience":"developers","category":"development"} |
When building terminal-based applications, CLIs for tools/libraries, TUIs for data visualization, or interactive command-line tools.
CLI Structure:
├── main command
│ ├── subcommand --option <arg>
│ ├── subcommand --flag
│ └── subcommand <arg>
TUI Structure:
├── App
│ ├── Layout
│ │ ├── Header
│ │ ├── Sidebar
│ │ └── Content
│ └── Widgets
│ ├── Button
│ ├── Input
│ ├── List
│ └── Table
pip install textual rich
pip install typer rich
npm install @inquirer/prompts commander chalk