tui skills

229 tagged tui, measured the same way as everything else here.

Browse within: rust 121coding-agent 70agent-orchestration 47terminal 42atlassian 30atlassian-jira 30crates 30jira 30concurrent 22console 22chat 18github-copilot 18kubernetes 18agentic-workflows 16

best-of-n

01

Hmbown/CodeWhale

Skill Claude CodeCodex

Generate a small set of independent candidate solutions in worktrees, judge them against one explicit rubric, and apply the winner only after PASS verification.

41k 2d ago A 32 tokens original MIT

Hmbown/CodeWhale

Skill Claude CodeCodex

Help a new contributor get productive on this checkout - inspect sync state against main, build, run the repository's exact verification gate, and produce a local what's-new digest. Never fetches, pulls, or modifies a dirty tree on its own. Explicit-only.

41k 2d ago A 57 tokens original MIT

fleet-manager

03

Hmbown/CodeWhale

Skill Claude CodeCodex

Use when managing, triaging, restarting, escalating, or summarizing Codewhale Agent Fleet runs and workers.

41k 2d ago A 26 tokens original MIT

opentui

04

anomalyco/opentui

Skill Claude CodeCodex

Build terminal UIs with OpenTUI. Covers Core, frameworks, components, application APIs, testing, extensions, integrations, deployment, and public API lookup.

13k 2d ago A 36 tokens original MIT

hunk-extensions

05

modem-dev/hunk

Skill Claude CodeCodex

Maps the hunkdiff/extension authoring surface for Hunk, the terminal diff viewer — hiding or reordering reviewed files, docked panes, alternate file views, commands and key bindings, dialogs, workspace writes, themes, syntax languages, VCS backends, lifecycle events. Use when writing, debugging, or installing a Hunk…

8.9k yesterday A 105 tokens original MIT

hunk-launch-video

06

modem-dev/hunk

Skill Claude CodeCodex

Produces Hunk videos by driving the real TUI headlessly in a PTY, compositing captioned 1080p frames in Chromium, and encoding with ffmpeg. Use for feature demos, workflow explainers, announcements, launch videos, and full-release roundups.

8.9k yesterday A 60 tokens original MIT

hunk-review

07

modem-dev/hunk

Skill Claude CodeCodex

Interacts with live Hunk diff review sessions via CLI. Inspects review focus, navigates files, hunks, and exact lines, reloads session contents, adds inline review comments, and paints attention marks on character ranges. Use when the user has a Hunk session running or wants to review diffs interactively.

8.9k yesterday A 69 tokens original MIT

tuicr

08

agavra/tuicr

Skill Claude CodeCodex

Use tuicr's review CLI to read and add comments in active TUI review sessions, and launch tuicr in cmux, tmux, Zellij, or Herdr when a user needs an interactive review pane.

3.0k 2d ago A 50 tokens original MIT

bv

09

Dicklesworthstone/beads_viewer

Skill Claude CodeCodex

Beads Viewer - Graph-aware triage engine for Beads projects. Computes PageRank, betweenness, critical path, and cycles. Use --robot- flags for AI agents.

1.7k 4d ago A 39 tokens

critique

10

remorses/critique

Skill Claude CodeCodex

Git diff viewer. Renders diffs as web pages, images, and PDFs with syntax highlighting. Use this skill when working with critique for showing diffs, generating diff URLs, or selective hunk staging.

1.3k 2mo ago A 45 tokens original MIT

cass

11

Dicklesworthstone/coding_agent_session_search

Skill Claude CodeCodex

Coding Agent Session Search - unified CLI/TUI to index and search local coding agent history from Claude Code, Codex, Gemini, Cursor, Aider, ChatGPT, Pi-Agent, Factory, and more. Purpose-built for AI agent consumption with robot mode.

1.1k yesterday A 54 tokens

create-adapter

12

marcus/sidecar

Skill Claude CodeCodex

Create conversation adapters for importing AI chat history from different tools (Claude Code, Cursor, Warp, Codex, etc.). Covers the adapter.Adapter interface, caching strategies, incremental parsing, watch/FD management, and performance standards. Use when creating a new adapter, modifying adapter behavior, or…

1.0k yesterday A 78 tokens original MIT

create-theme

13

marcus/sidecar

Skill Claude CodeCodex

Create custom color themes for Sidecar, including base theme selection, color overrides, gradient borders, tab styles, per-project themes, community themes, and programmatic theme registration. Use when creating or modifying themes, adjusting UI appearance, or debugging color/style issues. See…

1.0k yesterday A 74 tokens original MIT

shell-integration

14

marcus/sidecar

Skill Claude CodeCodex

Interactive shell/TTY integration with tmux session management, shell command execution, control-mode output capture with polling fallback, native cursor rendering, lazy scrollback, selection, paste handling, and inline editing. Use when working on shell integration, tmux features, command execution, or interactive…

1.0k yesterday A 62 tokens original MIT

revdiff

15

umputun/revdiff

Skill Claude CodeCodex

Review diffs, files, and documents with inline annotations in a TUI overlay, or answer questions about revdiff usage, configuration, themes, and keybindings. Opens revdiff in tmux/zellij/herdr/kitty/wezterm/cmux/ghostty/iterm2/emacs-vterm, captures annotations, and addresses them. Works in git, hg, and jj repos…

826 3d ago A 246 tokens original MIT

revdiff-plan

16

umputun/revdiff

Skill Claude CodeCodex

Review the last Codex assistant message (plan, analysis, or proposal) with inline annotations in a TUI overlay. Extracts the most recent response from Codex rollout files and opens it in revdiff for review and annotation. Activates on "revdiff-plan", "review plan with revdiff", "annotate plan", "review last response"…

826 3d ago A 84 tokens original MIT

pvetui-cli

17

devnullvoid/pvetui

Skill Claude CodeCodex

Use when querying or managing a Proxmox VE cluster via the pvetui CLI — listing nodes, guests, and tasks; creating and migrating VMs and LXC containers; managing storage content, downloading templates and OCI images, restoring backups, and installing Proxmox Community Scripts when the plugin is enabled. Requires…

716 5d ago B 77 tokens original MIT

browser-use/terminal

Skill Claude CodeCodex

Direct browser control via the Browser Use Terminal CLI. Use when the user wants to automate, scrape, test, or interact with web pages — you drive the browser yourself with Python helpers.

632 15d ago A 41 tokens original MIT

check-bounds-safety

19

r3bl-org/r3bl-open-core

Skill Claude CodeCodex

Apply type-safe bounds checking patterns using VPIndex/VPLength types instead of usize. Use when working with arrays, buffers, cursors, viewports, or any code that handles indices and lengths.

485 yesterday A 46 tokens original Apache-2.0

organize-modules

20

r3bl-org/r3bl-open-core

Skill Claude CodeCodex

Apply private modules with public re-exports (barrel export) pattern for clean API design. Includes conditional visibility for docs and tests. Use when creating modules, organizing mod.rs files, or before creating commits.

485 yesterday A 47 tokens original Apache-2.0

write-documentation

21

r3bl-org/r3bl-open-core

Skill Claude CodeCodex

Write and format Rust documentation correctly. Apply proactively when writing code with rustdoc comments (//! or ///). Covers voice & tone, prose style (opening lines, explicit subjects, verb tense), structure (inverted pyramid), intra-doc links (crate:: paths, reference-style), constant conventions (binary/byte…

485 yesterday A 102 tokens original Apache-2.0

code-review

22

patriceckhart/zot

Skill Claude CodeCodex

Run a thorough self-review pass on the most recent change.

330 4d ago A 15 tokens original MIT

test-fix

23

patriceckhart/zot

Skill Claude CodeCodex

Diagnose and minimally fix a failing test, then re-run.

330 4d ago A 17 tokens original MIT

write-zot-themes

24

patriceckhart/zot

Skill Claude CodeCodex

Help the user create, install, or package zot themes, including theme-only extensions.

330 4d ago A 23 tokens original MIT