Explore all skills in the CLI Tools category and enhance your AI agent development capabilities.
oracle
180.6k
Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
Feb 10, 2026
View Details
peekaboo
180.6k
Capture and automate macOS UI with the Peekaboo CLI.
Feb 10, 2026
View Details
blucli
180.6k
BluOS CLI (blu) for discovery, playback, grouping, and volume.
Feb 10, 2026
View Details
claude-skill-bit-cli
18.3k
Feb 10, 2026
View Details
use-gunshi-cli
10.5k
Use the Gunshi library to create command-line interfaces in JavaScript/TypeScript.
Feb 10, 2026
View Details
build-tui-view
6.5k
Provides instructions for building Hatchet TUI views in the Hatchet CLI.
Feb 10, 2026
View Details
CreateCLI
6.3k
Generate TypeScript CLIs. USE WHEN create CLI, build CLI, command-line tool. SkillSearch('createcli') for docs.
Feb 10, 2026
View Details
omc-setup
5.7k
Setup and configure oh-my-claudecode (the ONLY command you need to learn)
Feb 10, 2026
View Details
ask-user-question
5.0k
Ask users questions via the UI. Use when you need clarification, user preferences, or confirmation before proceeding. The user CANNOT see CLI output - this tool is the ONLY way to communicate with them.
Feb 10, 2026
View Details
create-command
4.5k
Create new commands for the code-forge application. Commands are stored as .md files in the <cwd>/.forge/commands directory with YAML frontmatter (name, description) and markdown body containing command steps. Use when users need to add new commands, modify existing commands, or understand the command file structure. Supports special command tags like <lint> and <test> for automated workflows.
Feb 10, 2026
View Details
debug-cli
4.5k
Use when users need to debug, modify, or extend the code-forge application's CLI commands, argument parsing, or CLI behavior. This includes adding new commands, fixing CLI bugs, updating command options, or troubleshooting CLI-related issues.