- Home
- /
- Categories
- /
- CLI Tools
CLI Tools
Command line utilities
tmuxinator
by bastos
Use when creating, editing, or debugging tmuxinator project configurations, setting up complex tmux session layouts, or automating development environment startup with multiple windows and panes
cli-design
by Michaelliv
Review and improve CLI program design using principles from clig.dev — the Command Line Interface Guidelines. Covers help text, output, errors, arguments/flags, subcommands, interactivity, configuration, naming, and distribution. Use when designing a new CLI, reviewing CLI UX, or fixing how a command-line tool communicates with users.
kcap
by swannysec
Capture and distill knowledge from URLs into structured markdown notes. Supports web articles, YouTube videos, and Twitter/X posts. Extracts content using the best available tool, synthesizes key insights via a sandboxed sub-agent, generates YAML frontmatter with auto-suggested tags, and saves to a configured directory. Optionally integrates with Obsidian for direct vault linking. Use this skill when users want to: (1) Save/capture/distill a URL to a structured note (2) Create knowledge base entries from web content (3) Capture YouTube video transcripts as notes (4) Save Twitter threads as structured summaries (5) Build an Obsidian vault or markdown knowledge base from web sources For saving/distilling a specific URL to a note, use kcap. For browsing, discovering, or searching AI tweets, use ai-twitter-radar instead.
hxa-connect
by coco-xyz
HXA-Connect bot-to-bot communication channel via WebSocket. Use when replying to HXA-Connect messages or sending messages to other bots.
screenshot-local
by AntJanus
Use when capturing screenshots of local projects, documenting web app UI, taking screenshots of localhost dev servers, or generating images for READMEs and docs. Use when asked to "screenshot my app", "capture the UI", "take a screenshot of localhost", "generate screenshots for docs", "batch screenshot my pages", or "set up shot-scraper".
aws-cli
by 1Mangesh1
AWS CLI mastery for S3, EC2, Lambda, IAM, and common service operations. Use when user asks to "upload to S3", "launch EC2", "deploy Lambda", "configure AWS", "AWS profiles", "check AWS resources", or any AWS command-line tasks.
greats-soul-archive-contributor
by tumf
"Contribute new profiles to tumf/greats-soul-archive. Use when user says they want to add/post/submit a new person/character profile, open a PR, scaffold IDENTITY.md/SOUL.md/sources.md, add meta.yml (category/tags), run scripts/build_index.py, or follow the repo contribution rules."
by Crumbgrabber
Comprehensive PDF manipulation toolkit for extracting text and tables,
b1e55ed Operator Manual
by P-U-C
```
gogcli
by tumf
Fast, script-friendly CLI for Google Workspace and Gmail. Use when you need to automate or interact with Gmail (search/send/manage emails), Google Calendar (create/manage events), Google Drive (upload/download/organize files), Google Sheets/Docs/Slides (read/write/export), Contacts, Tasks, Chat, Classroom, Groups, or Keep. Supports JSON output, multiple accounts, batch operations, and least-privilege authentication. Ideal for email automation, calendar management, file operations, data extraction, workspace administration, and integration with Google services.
taskwarrior
by adampoit
Manage tasks with the task (Taskwarrior) CLI. Use when the user asks to review tasks, get task summaries, add work items, or complete tasks.
agentic-cli-design
by tumf
Design principles for building CLI tools that LLM/AI agents can safely and reliably operate. Provides 7 core principles (Machine-readable, Non-interactive, Idempotent, Safe-by-default, Observable, Context-efficient, Introspectable) with scorecard, templates, and anti-patterns. Use when: (1) designing new CLI tools for agent use, (2) improving existing CLIs for agent compatibility, (3) reviewing CLI design for agent-friendliness, or (4) need guidance on JSON output formats, exit codes, authentication flows, or self-describing CLI patterns.
readme-gen
by yarlson
This skill should be used when the user asks to "generate a readme", "write a readme", "create a README.md", "update the readme", "make a readme for this project", "readme for this repo", or mentions generating, writing, or improving a README file for a project or repository.
docker-helper
by 1Mangesh1
Docker and Docker Compose mastery for containers, images, networks, volumes, and debugging. Use when user asks to "build a container", "run docker", "debug container", "write dockerfile", "docker compose up", "check container logs", "optimize docker image", or any container operations.
Reticulum Utilities
by torlando-tech
Comprehensive guide to Reticulum's command-line utilities for network management, diagnostics, identity operations, file transfer, and remote execution
Cross-Site Scripting (XSS) Assessment
by crtvrffnrt
topydo
by bastos
Manage todo.txt tasks using topydo CLI. Add, list, complete, prioritize, tag, and organize tasks with dependencies, due dates, recurrence, and projects. Use for any task management, todo lists, or when the user mentions tasks, todos, or todo.txt. Requires Python 3 and pip. Works on macOS, Linux, and Windows.
worldbook
by femto
AI's Knowledge Base CLI - Query and manage world knowledge for AI agents. Use when users want to search knowledge, add knowledge sources, or interact with the worldbook knowledge base. This is a CLI-first approach that treats AI agents as first-class citizens.
worktree-manager
by jtsang4
Manage Git worktrees. Use when asked to create/switch/list/merge/remove worktrees, to keep multiple branches in parallel directories, or to clean up worktrees safely during development.
hono
by fellipeutaka
Efficiently develop Hono applications using Hono CLI. Supports documentation search, API reference lookup, request testing, and bundle optimization.
jira-tool
by mbarbieri
Use when user provides Jira issue URLs or mentions Jira tickets - fetches issue details and comments from Jira Cloud using local jira tool, outputs AI-optimized markdown for context gathering
trent-fish
by trentshaines
Help with fish shell configuration, aliases, functions, and keybindings. Use when the user asks about shell config, aliases, or when modifying shell behavior. IMPORTANT - Trent uses fish as his primary shell, not zsh.
env-debug
by 1Mangesh1
Debug environment issues with PATH, permissions, environment variables, and configuration problems. Use when user asks to "fix PATH", "command not found", "permission denied", "debug environment", "env vars not working", "fix shell config", "debug node/python not found", or any environment troubleshooting tasks.
tui-design
by yarlson
Build clean, distinctive, production-ready Terminal UIs (TUIs) under terminal limits (monospace grid, fixed line height, limited styles). Use for screens, components, flows, and full TUI apps.