- Home
- /
- Categories
- /
- CLI Tools
CLI Tools
Command line utilities
codebase
by meteor
Use when understanding the build system, modifying CLI commands, working with isobuild, or navigating the tools/ directory. Covers build pipeline flow and file locations.
conventions
by meteor
Use when writing new packages, adding CLI commands, creating build plugins, or following Meteor code patterns. Covers package.js structure, file naming, and common code patterns.
mcp-cli
by obra
Use MCP servers on-demand via the mcp CLI tool - discover tools, resources, and prompts without polluting context with pre-loaded MCP integrations
extract-test-set
by tradingstrategy-ai
Extract raw price dataframe for a test case
distributed-llm-pretraining-torchtitan
by Orchestra-Research
Provides PyTorch-native distributed LLM pretraining using torchtitan with 4D parallelism (FSDP2, TP, PP, CP). Use when pretraining Llama 3.1, DeepSeek V3, or custom models at scale from 8 to 512+ GPUs with Float8, torch.compile, and distributed checkpointing.
debug-generated-project
by tuist
Debugs issues users encounter with Tuist-generated projects by reproducing the scenario locally, building Tuist from source when needed, and triaging whether it is a bug, misconfiguration, or something that needs team input. Use when users report generation failures, build errors after generation, or unexpected project behavior.
issue-triage
by dotnet
Queries and triages open GitHub issues that need attention. Helps identify issues needing milestones, labels, or investigation.
run-integration-tests
by dotnet
"Build, pack, and run .NET MAUI integration tests locally. Validates templates, samples, and end-to-end scenarios using the local workload."
dnd
by Bobby-Gray
Dungeon Master assistant for running persistent D&D 5e campaigns. Handles campaign creation/loading, character management, combat tracking, NPC generation, dice rolling, and session state — all persisted across sessions. Invoke with /dnd followed by a subcommand, or just speak naturally once a campaign is loaded.
git-advanced-workflows
by HermeticOrmus
Master advanced Git workflows including rebasing, cherry-picking, bisect, worktrees, and reflog to maintain clean history and recover from any situation. Use when managing complex Git histories, collaborating on feature branches, or troubleshooting repository issues.
cuda-kernels
by huggingface
"Provides guidance for writing and benchmarking optimized CUDA kernels for NVIDIA GPUs (H100, A100, T4) targeting HuggingFace diffusers and transformers libraries. Supports models like LTX-Video, Stable Diffusion, LLaMA, Mistral, and Qwen. Includes integration with HuggingFace Kernels Hub (get_kernel) for loading pre-compiled kernels. Includes benchmarking scripts to compare kernel performance against baseline implementations."
Update Pub/Sub Emulator
by firebase
How to update the Pub/Sub emulator
dns-debug
by scitix
Diagnose DNS resolution failures in the cluster (NXDOMAIN, timeouts, SERVFAIL). Checks CoreDNS health, service endpoints, and DNS configuration.
find-node
by scitix
Fuzzy-match Kubernetes nodes by keyword. Equivalent to kubectl get nodes -o wide grep <keyword>, with header preserved. Use this instead of listing all nodes to keep context minimal.
pod-ping-gateway
by scitix
Ping a pod's gateway for a given network interface. Auto-detects gateway IP from the routing table, then pings it. Execute via pod_netns_script tool.
create-skill
by scitix
Guide for creating new Siclaw skills from troubleshooting conversations. When a user asks to save a workflow as a skill, follow this guide to produce a well-structured skill definition using the create_skill tool.
update-skill
by scitix
Procedure for modifying, updating, or fixing an existing Siclaw skill. Skills are on a read-only filesystem — use the update_skill tool, never edit files directly.
node-ping-gateway
by scitix
Ping a node's gateway for a given network interface. Auto-detects gateway IP from the routing table, then pings it. Execute via node_script tool.
gemini
by softaworks
Use when the user asks to run Gemini CLI for code review, plan review, or big context (>200k) processing. Ideal for comprehensive analysis requiring large context windows. Uses Gemini 3 Pro by default for state-of-the-art reasoning and coding.
dependency-updater
by softaworks
Smart dependency management for any language. Auto-detects project type, applies safe updates automatically, prompts for major versions, diagnoses and fixes dependency issues.
architecture-paradigm-functional-core
by athola
'Functional Core, Imperative Shell: isolate deterministic logic from
gemini-delegation
by athola
Gemini CLI delegation workflow implementing delegation-core for Google's
1k-platform-requirements
by OneKeyHQ
Minimum SDK/OS version requirements for all OneKey platforms (iOS, Android, Chrome, Electron).
1k-app-upgrade-test
by OneKeyHQ
Create test versions to verify app auto-update functionality and version migration.