Claude Code Skills·Claude Skills·The open SKILL.md registry for Claude
ClaudSkillsDev Tools › CLI Builders › Page 9

CLI Builders (Page 9 of 16)

937 Claude Code skills in the CLI Builders sub-category of Dev Tools.

937 skills · updated 2026-08-26 · showing 481–540 of 937 by quality score

For the full experience including quality scoring and one-click install features for each skill — upgrade to Pro.

Internal helper contract for calling the cursor-companion runtime from Claude Code
Designs or reviews CLIs so coding agents can run them reliably: non-interactive flags, layered --help with examples, stdin/pipelines, fast actionable errors, idempotency — from…
Wire a PostHog endpoint into a client app or SDK. Covers fetching the OpenAPI spec, generating a typed client with openapi-generator or @hey-api/openapi-ts, sending the right auth…
View and modify Cursor CLI configuration settings in ~/.cursor/cli-config.json. Use when the user wants to change CLI settings, configure permissions, switch approval mode, enable…
Entrypoint structure, exit codes, cross-platform scripts. Use when building command line utilities, scripts, or applications.
Best practices for creating high-quality, executable Dart CLI applications. Covers entrypoint structure, exit code handling, and recommended packages.
Orchestrate visual output from tabular data or a data-analyse analysis.json into either (1) a brandable self-contained HTML dashboard (print/PDF / artifact) or (2) an Excel…
Datadog CLI for searching logs, querying metrics, tracing requests, and managing dashboards. Use this when debugging production issues or working with Datadog observabili — from…
Compare results of two SQL queries to verify if they produce identical data. Checks structure, record count, and data content using MINUS/EXCEPT operations.
Execute DDL (Data Definition Language) statements - CREATE, ALTER, DROP tables, indexes, views on 30+ databases using DbCli.
Execute INSERT, UPDATE, DELETE statements on 30+ databases using DbCli. Includes mandatory backup procedures before destructive operations.
Export table data as SQL INSERT statements from 30+ databases using DbCli. Essential for creating backups before dangerous modifications (UPDATE/DELETE/DROP).
Export database schema objects (procedures, functions, triggers, views, indexes) as SQL scripts for backup
Interactive SQL mode for 30+ databases using DbCli. Provides REPL environment for exploratory queries, rapid prototyping, and database administration.
Manage stored procedures, functions, and triggers (CREATE/ALTER/DROP operations)
Execute SELECT queries on 30+ databases (SQLite, SQL Server, MySQL, PostgreSQL, Oracle, etc.) using DbCli. Returns data in JSON, table, or CSV format.
List all tables in a database and show table structure (columns, types, constraints) for 30+ databases using DbCli.
Use DoorDash CLI (dd-cli) to order food, groceries, or retail items from local businesses via DoorDash.
Use when users need to debug, modify, or extend the code-forge application's CLI commands, argument parsing, or CLI behavior.
LangChain Deep Agents framework for building autonomous coding agents. Use for agent harness, backends, subagents, human-in-the-loop, long-term memory, middleware, and CLI-based…
Deep Agents CLI reference and usage guide. Use when the user wants to: (1) Launch or configure the deepagents terminal coding assistant, (2) Set up interactive or non-int — from…
Deep Agents CLI reference and usage guide. Use when the user wants to: (1) Launch or configure the deepagents terminal coding assistant, (2) Set up interactive or non-int — from…
Visualize and analyze issue dependencies in Linear. Finds blocking chains, circular dependencies, and critical path items.
Design terminal output for a CLI tool with chalk colors, Unicode glyphs, multiple verbosity levels (human, verbose, quiet, JSON), and consistent voice rules.
Use when designing the ergonomics of a terminal / CLI / builder tool — command and flag design, sensible defaults, inferring arguments instead of demanding flags,…
Reference guide for essential CLI tools in dev projects. Use when setting up a new project environment, onboarding a dev machine, or when the user asks what CLI tools to install.
Delegate code tasks to OpenAI Codex CLI using markdown file handoff pattern. Write instructions to TASK.md, Codex reads and executes, outputs to OUTPUT.md.
Delegate QAQC and review tasks to Google Gemini CLI using markdown file handoff pattern. Write review request to REVIEW.md, Gemini analyzes, outputs findings to FINDINGS — from…
Delegate testing, QA, and code review tasks to Opencode CLI using Kimi K2.5 model via markdown file handoff.
Compare two nyann profiles side-by-side and show what would change. TRIGGER ON: 'diff profiles', 'compare profiles', 'what's different between profiles', 'profile diff', 'diff…
Wrapper para o CLI do Dontpad (https://github.com/vagnernogueira/dontpad). Use esta skill sempre que o usuário quiser ler, criar, atualizar ou configurar documentos no Dontpad via…
Essential .NET CLI commands and patterns for .NET 10 projects with Directory.Build.props and .slnx solutions
Drive an already-reserved Kobiton device from a natural-language intent. Opens an automation Appium session directly against the Kobiton WebDriver hub, runs an observe-decide-act…
Use Updatecli when an agent needs to detect upstream releases, validate conditions, patch versioned files, and open reviewable update actions from one policy run instead of…
DuckDB CLI specialist for SQL analysis, data processing and file conversion. Use for SQL queries, CSV/Parquet/JSON analysis, database queries, or data conversion.
AWS CLI ECS command reference. Use when understanding how users interact with ECS via AWS CLI, including command syntax, options, examples, and output formats.
Author or upgrade CLI tool skills. Use when creating a new skill for a CLI tool or upgrading an existing CLI skill to a newer version.
Building Expo DevTools Plugins with CLI Interfaces for interacting with running Expo apps using agents.
Use MCP Toolbox to turn database access into a constrained MCP tool surface, with prebuilt or custom tools that agents can call without hand-rolled wrappers for every project.
Run CLIProxyAPI when an operator needs a local OpenAI, Gemini, Claude, Codex, or Grok-compatible API facade over authenticated CLI agent access for repeatable agent and tool…
Фейбл руки-агенты — ручной режим оркестрации, где Fable не пишет код, а пишет спеки в тела GH issues и раздаёт готовые задачи рукам: кодинг, код-ревью, gh-операции, CLI-механика,…
Core Fabric CLI (fab) operations — workspace navigation, item management, authentication, resource types, path format, output formatting.
Fabric CLI lakehouse operations — create lakehouses, inspect table schemas, load data into tables, optimize and vacuum tables, and run table maintenance jobs.
Fabric CLI notebook operations — list, create, export, import, edit, run, schedule, and monitor notebooks in Microsoft Fabric.
Flydb 技能族总入口与调度路由器。Flydb 是面向任意 JDBC 数据库的 Schema 版本化迁移工具(支持 MySQL、PostgreSQL、Oracle、达梦、人大金仓、openGauss、OceanBase、TiDB)。只要用户提到 Flydb、bin/flydb、flydb.conf、迁移脚本(V__/R__/U__)、flydb-cli…
使用 Flydb CLI 发布包完成数据库迁移:Java 环境预检、获取与验证发行包(GitHub Release ZIP)、init、info、validate、--dry-run migrate、migrate、baseline、repair、undo、clean 与 JDBC 驱动接入。当用户提到…
组织 Flydb 多数据库、多环境(测试/预发/生产)的迁移自动化:deploy/ 配置矩阵(一个数据库×环境一份 flydb.conf)、密码分层注入、按数据库家族组织脚本仓库、CI 流水线统一命令序列与退出码门禁、存量库 baseline 接入、驱动分发与离线执行机。当用户提到多环境、环境晋升、CI/流水线/自动化、deploy…
CLI design discipline. Unix-philosophy small composable commands, exit codes that mean things, subcommands with `noun verb` shape, --help that fits one screen, stdout for data +…
CLI-команды PDF Vector Framework (python -m src.cli). ТОЛЬКО при: src.cli, pdf-framework CLI, команды поиска/индексации PDF.
Use when the operator asks "is Fusebase Flow healthy", "check Fusebase Flow", "did fusebase update break anything", "Fusebase Flow status", "restore Fusebase Flow", or asks…
One-click installer and configurator for Gate MCP (mcporter) in OpenClaw. Use when the user wants to (1) Install mcporter CLI tool, (2) Configure Gate MCP server connection, (3)…
CLI-first form builder with BYOK philosophy. Generate beautiful HTML forms from JSON schemas, handle submissions via your own SMTP server, store responses locally.
Google Calendar via gcalcli: today-only agenda by default, bounded meaning-first lookup via agenda scans, and fast create/delete with verification--optimized for low tool calls…
gcalcli is a Python CLI that provides full access to Google Calendar from the command line. View agendas, search events, quick-add appointments, import ICS files, set reminders,…
Top-level intent router for Google Cloud operations. Routes auth requests to gcloud-auth, project/compute/GKE operations to the cli-operator agent, and generic gcloud commands to…
Use when encountering gcloud or bq CLI formatting errors, quote escaping issues, command substitution problems, or when debugging CLI commands.
gem-cli (Claude Code 스타일 터미널 클라이언트) 사용법 + 디버깅. 사용 시점 — "gem CLI", "gem login", "gem chat", "REPL", "슬래시 명령", "/cost", "/model 변경", "tool calling 안됨", "gem-cli 설치", "auto-run".
Integrate Gemini AI CLI into Claude Code for AI collaboration, code analysis, and tool execution. Use when working with Gemini AI, Google AI, multimodal tasks, or needing advanced…
Gemini CLI sub-agent system for persona-based analysis. Use when piping large contexts to Google Gemini models for security audits, architecture reviews, QA analysis, or any…
Use when working with Gemini CLI agent capabilities — Gemini Spark (agentic mode that creates/inserts skills, connects apps via MCP, uses @tool mentions, schedules tasks), Gemini…
All Dev Tools skills →
More in Dev ToolsScaffolders (2,344) · IDE Editor (708) · Linters Formatters (407) · Package Mgmt (265) · Git Workflow (145) · Dev Shells (88)