domain cluster

Tools & Utilities

Essential command-line tools and system utilities.

32082 skillsall categories
sorting
stars
current ordering strategy
query
all entries
refine the visible subset
cli-tools
0

create-cli

Design command-line interface parameters and UX: arguments, flags, subcommands, help text, output formats, error messages, exit codes, prompts, config/env precedence, and safe/dry-run behavior. Use when you’re designing a CLI spec (before implementation) or refactoring an existing CLI’s surface area for consistency, composability, and discoverability.

ivanov-i
ivanov-i
tools
open
cli-tools
0

codex

**Use this in every interaction** for validating implementation plans and todos, brainstorming before coding, creating TodoWrite todos for checklists, and reviewing work for completeness, clarity, and alignment with design goals - describes Codex cli usage including non-interactive exec mode, prompting guardrails, and operational checklists for reliable Codex sessions

tomnagengast
tomnagengast
tools
open
cli-tools
0

argparse-patterns

Standard library Python argparse examples with subparsers, choices, actions, and nested command patterns. Use when building Python CLIs without external dependencies, implementing argument parsing, creating subcommands, or when user mentions argparse, standard library CLI, subparsers, argument validation, or nested commands.

vanman2024
vanman2024
tools
open
cli-tools
0

carto-cli

Complete `carto` CLI reference commands - load me before any `carto` command

CartoDB
CartoDB
tools
open
cli-tools
0

rlang-conditions

Use when developing R packages that need to handle errors, warnings, and conditions properly. Covers: (1) cli_abort/cli_warn/cli_inform for throwing conditions with formatting, (2) Error call context with caller_env() and caller_arg(), (3) Input validation helpers that report the right function, (4) Error chaining with try_fetch() and parent argument, (5) Testing error conditions with testthat snapshots.

jsperger
jsperger
tools
open
system-admin
0

tmux-tui-testing

Test TUI (Text User Interface) applications using tmux. Use this skill when you need to automate testing of terminal-based applications by sending keystrokes and capturing pane output.

fcoury
fcoury
tools
open
cli-tools
0

charm-stack

Build terminal UIs with Bubbletea, Bubbles, Lipgloss, and Huh. Use when creating TUI applications, interactive forms, styled terminal output, or when user mentions Bubbletea, Bubbles, Lipgloss, Huh, Charm, or TUI development.

yurifrl
yurifrl
tools
open
cli-tools
0

clickup-cli-reference

Complete command reference for the ClickUp Framework CLI (cum) with all shortcuts, options, examples, and usage patterns

SOELexicon
SOELexicon
tools
open
cli-tools
0

canvas

**The primary skill for terminal TUI components.** Covers spawning, controlling, and interacting with terminal canvases. Use when displaying calendars, documents, or flight bookings.

edmundmiller
edmundmiller
tools
open
cli-tools
0

bash-install-utils

Install CLI utilities (zoxide, starship, carapace, bat, ripgrep, fd, xh) for Bash with proper integration. Use when user wants to set up these utilities for their bash environment.

austinjan
austinjan
tools
open
cli-tools
0

cli-ux-colorful

Design colorful CLI output with ANSI colors, syntax highlighting, status indicators, and terminal formatting. Use libraries like rich (Python) or chalk (Node.js). Use when designing CLI output, formatting terminal messages, or building command-line interfaces.

nikblanchet
nikblanchet
tools
open
cli-tools
0

fork-terminal-skill

Fork a terminal session to a new terminal window. Use this when the user requests 'fork terminal' or 'create a new terminal' or 'new terminal: <command>' or 'fork session: <command>'.

orakitine
orakitine
tools
open
cli-tools
0

creating-slash-commands

カスタムClaude Codeスラッシュコマンド(/command-name構文)を作成します。ユーザーが明示的にトリガーするワークフローを実装し、新鮮なコンテキストで実行します。頻繁に使うワークフローのショートカット、明示的なユーザートリガー、コマンド形式のインターフェースが必要な場合に使用してください。

sekka
sekka
tools
open
cli-tools
0

prompt-skill

Create interactive terminal prompts using questionary for user input. Use when building forms, selection menus, and confirmation dialogs.

maneeshanif
maneeshanif
tools
open
cli-tools
0

codex

Codex CLI 호출 스킬. 트리거: "codex로", "codex 써서", "codex한테", "with codex", "use codex" 암시적 트리거 (자동 제안): - PR/GitHub: "PR 만들어", "커밋하고 푸시", "create PR", "commit and push" - 실행/테스트: "테스트 돌려", "빌드해", "run tests", "build" - 완료 지향: "끝까지 해", "완성해", "finish it", "complete this" - 리팩터링: "리팩터", "성능 개선", "최적화", "refactor", "optimize" - 디버깅: "버그 잡아", "재현해봐", "fix bug", "debug" - 마이그레이션: "버전 올려", "의존성 업데이트", "upgrade", "migrate" - CI: "GitHub Actions", "CI 깨짐", "파이프라인 고쳐" Codex는 범용 에이전트로 분석, 설계, 구현, 리뷰 등 모든 작업을 수행할 수 있습니다. (단, 멀티모달 입력은 Gemini를 사용하세요)

e16tae
e16tae
tools
open
cli-tools
0

help

Show available commands and skills

davistroy
davistroy
tools
open
ide-plugins
0

cursor-cli-knowledge

Cursor IDE および cursor-agent CLI の仕様と使い方に関する知識を提供。エディタ CLI、ターミナルエージェント、モデル選択、@ シンボル、MCP サーバー連携、Composer、設定方法について回答。Use when user asks about Cursor, cursor command, cursor-agent, terminal agent, @ symbols, model selection, MCP servers, Composer, or Cursor settings. Also use when user says Cursor について, cursor の使い方, cursor-agent, ターミナルエージェント.

biwakonbu
biwakonbu
tools
open
cli-tools
0

statusline-setup

Configure Claude Code status line to show notification status

blueraai
blueraai
tools
open
cli-tools
0

mova-code-exec-task-basic-wrapper

Standardize how a single CLI command is executed in a repo: working dir, argv, timeout, env overrides – and capture exit code, logs, and a short human-readable summary.

Leryk1981
Leryk1981
tools
open
cli-tools
0

pal-mcporter

Run PAL MCP tools (precommit, codereview, secaudit, debug, apilookup, listmodels, etc.) via the `mcporter` CLI against the PAL stdio MCP server (`uvx … pal-mcp-server`) instead of configuring PAL as a Codex MCP server in `~/.codex/config.toml`. Use when you want shell/script-friendly PAL runs, want to avoid MCP tool-schema context overhead, or need PAL access in an environment without Codex MCP wiring.

prateek
prateek
tools
open
cli-tools
0

start-orchestrator

Starts the Orchestrator 3 Stream application (backend + frontend) in background mode. Use when the user asks to start orchestrator, launch orchestrator, run orchestrator, or open the orchestrator UI. Supports --session and --cwd flags for backend.

mhmdsamir92
mhmdsamir92
tools
open
cli-tools
0

ctx

View and manage hierarchical context for the current directory

c-daly
c-daly
tools
open
Previous
Page 1250 / 1337
Next