CLI Tools
2516 skills in Tools > CLI Tools
mis-documentos
Manages client case database in mis_documentos/ directory. Use when starting new legal work, creating documents, or generating proposals to find similar cases and maintain consistent style.
specialize-workspace
Specialize the workspace for the current customer. Use when the user wants to migrate, customize, or update a devcontainer for a new customer. Handles cleaning up repository lists, updating customer references in devcontainer.json, README.md, and powershell scripts in the scripts folder.
s3-upload-handler
Handle S3 file uploads including UI components, client-side logic, and server-side processing
designing-clis
Use when building, improving, or reviewing command-line interfaces for better user experience - before implementing commands/output/errors, when users report confusion or frustration, or when CLI feels hard to use - provides UX principles, visual design techniques, and practical patterns for creating discoverable, delightful CLIs
gmail-intelligence
Transform Gmail into a business intelligence system for MTL Craft Cocktails. Answer questions about emails, detect leads, draft responses, and track client communications with context about the cocktail catering business.
ggt
Gadget CLI (ggt) for managing Gadget.dev projects. Use this skill when working with Gadget projects, including:- Creating models and fields- Managing actions (CRUD, custom)- Syncing with Gadget platform (push, pull, dev)- Understanding Gadget project structureTriggers: "gadget", "ggt", "gadget model", "gadget action", "gadget field", "ggt add", "ggt push", "ggt pull", "schema.gadget.ts"
graphql
GraphQL API development including schemas, resolvers, queries, mutations, and subscriptions. Activate for GraphQL servers, clients, and API design.
gemini-delegation
Decide when and how to hand routine coding work to the Gemini CLI while Claude focuses on higher-level reasoning.
run-server
Start the Gambit game server on 0.0.0.0:1234. Use when the user wants to run just the server, test server functionality, or manually test with clients.
gemini
All-purpose Gemini 3 Pro client with Thinking enabled. Query, analyze files (MP4, PDF, images), YouTube videos, generate/edit images. Uses browser cookies - no API key required.
sales-call-scorer
Sales coaching CRM with call analysis, coaching effectiveness tracking, and ICP intelligence. Uses 3 Whys methodology (Why Buy Anything, Why Buy Us, Why Buy Now) to score calls and track evidence from Organization, Champion, and Sponsor perspectives. Tracks coaching given, application attempts, and ROI. Builds ICP hypotheses from deal data. Use when: analyzing transcripts, scoring calls, managing client/account/deal hierarchy, tracking coaching effectiveness, generating ROI reports, analyzing ICP fit, or publishing documents. Commands: /analyze, /score, /publish, /sync, /status, /track-coaching, /roi, /icp-analyze.
clickup-setup-guide
Complete setup and installation guide for the ClickUp Framework CLI with troubleshooting
k8s-agent-sandbox
Documentation for Kubernetes Agent Sandbox - a CRD-based system for managing isolated AI agent execution environments. Use for queries about Sandbox CRDs (Sandbox, SandboxTemplate, SandboxClaim, SandboxWarmPool), Python SDK (SandboxClient, SandboxRouter, ComputerUseExtension), network policies, security configurations, and implementation examples. Keywords kubernetes sandbox, agent sandbox, CRD, python sdk, agentic-sandbox-client, isolated environment, gvisor, network policy.
cli
CLI guidelines. Use whenever using the Bash tool, which is almost always. Also use when you see "command not found: __zoxide_z" errors.
tui-designer
Design and implement retro/cyberpunk/hacker-style terminal UIs. Covers React (Tuimorphic), SwiftUI (Metal shaders), and CSS approaches. Use when creating terminal aesthetics, CRT effects, neon glow, scanlines, phosphor green displays, or retro-futuristic interfaces.
dagster-orchestration
ALWAYS USE when working with Dagster assets, resources, IO managers, schedules, sensors, or dbt integration.CRITICAL for: @asset decorators, @dbt_assets, DbtCliResource, ConfigurableResource, IO managers, partitions.Enforces CATALOG-AS-CONTROL-PLANE architecture - ALL Iceberg writes via catalog (Polaris/Glue).Provides pluggable orchestration patterns abstractable to Airflow/Prefect.Compute abstraction: DuckDB (default), Spark, Snowflake - all via dbt.
formidable-forms
Manage Formidable Forms via REST API and WP-CLI. List forms, get form details and fields, retrieve entries. Use when working with Formidable Forms or Formidable Forms Pro WordPress plugin.
cli-codex
Wield OpenAI's Codex CLI as a powerful auxiliary tool for code generation, review, analysis, and parallel processing. Use when tasks benefit from a second AI perspective, alternative implementation approaches, or specialized code generation. Also use when user explicitly requests Codex operations.
playwright-wrapper
Playwright 브라우저 자동화 래퍼. MCP 대신 CLI 직접 호출. E2E 테스트, 스크린샷, 웹 자동화에 사용.
python-packaging
Create distributable Python packages with proper project structure, setup.py/pyproject.toml, and publishing to PyPI. Use when packaging Python libraries, creating CLI tools, or distributing Python code.