CLI Tools 카테고리의 모든 스킬을 탐색하고 AI 에이전트 개발 능력을 향상시키세요.
oracle
180.6k
Best practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
2026년 2월 10일
View Details
peekaboo
180.6k
Capture and automate macOS UI with the Peekaboo CLI.
2026년 2월 10일
View Details
blucli
180.6k
BluOS CLI (blu) for discovery, playback, grouping, and volume.
2026년 2월 10일
View Details
claude-skill-bit-cli
18.3k
2026년 2월 10일
View Details
use-gunshi-cli
10.5k
Use the Gunshi library to create command-line interfaces in JavaScript/TypeScript.
2026년 2월 10일
View Details
build-tui-view
6.5k
Provides instructions for building Hatchet TUI views in the Hatchet CLI.
2026년 2월 10일
View Details
CreateCLI
6.3k
Generate TypeScript CLIs. USE WHEN create CLI, build CLI, command-line tool. SkillSearch('createcli') for docs.
2026년 2월 10일
View Details
omc-setup
5.7k
Setup and configure oh-my-claudecode (the ONLY command you need to learn)
2026년 2월 10일
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.
2026년 2월 10일
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.
2026년 2월 10일
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.