CLI Tools

Command line utilities

Showing 1249-1272 of 8203 skills
firebase

firebase-basics

by firebase

Guide for setting up and using Firebase. Use this skill when the user is getting started with Firebase - setting up local environment, using Firebase for the first time, or adding Firebase to their app.

Auth 350 3mo ago
flonat

python-env

by flonat

"Python environment management with uv. ALWAYS use uv for package management, never pip directly. Triggers: 'install package', 'create venv', 'set up Python'. Not for running scripts — just use uv run python."

Automation 89 3mo ago
flonat

pipeline-manifest

by flonat

"Build a pipeline manifest mapping scripts to inputs, outputs, and paper figures/tables. Optionally add structured headers to scripts. Triggers: 'map my code to paper outputs', 'which script makes which figure'. Not for running pipelines — this documents them."

Automation 89 3mo ago
ruby-git

review-arguments-dsl

by ruby-git

"Audits a command class's arguments DSL definition to verify it accurately maps Ruby call arguments to git CLI arguments in the correct order with correct DSL methods and modifiers."

CLI Tools 1.8K 3mo ago
ruby-git

write-yard-documentation

by ruby-git

"Guides documenting Ruby source code with YARD doc comments. Use when writing new code, generating missing docs, updating examples, fixing doc errors, or checking documentation coverage."

CLI Tools 1.8K 3mo ago
jamditis

electron-dev

by jamditis

Electron desktop application development with React, TypeScript, and Vite. Use when building desktop apps, implementing IPC communication, managing windows/tray, handling PTY terminals, integrating WebRTC/audio, or packaging with electron-builder. Covers patterns from AudioBash, Yap, and Pisscord projects.

CLI Tools 259 5mo ago
machina-sports

kalshi

by machina-sports

Kalshi prediction markets — events, series, markets, trades, and candlestick data. Public API, no auth required for reads. US-regulated exchange (CFTC). Covers soccer, basketball, baseball, tennis, NFL, hockey event contracts. Use when: user asks about Kalshi-specific markets, event contracts, CFTC-regulated prediction markets, or candlestick/OHLC price history on sports outcomes. Don't use when: user asks about actual match results, scores, or statistics — use football-data or fastf1 instead. Don't use for general "who will win" questions unless Kalshi is specifically mentioned — try polymarket first (broader sports coverage). Don't use for news — use sports-news instead.

Agents 140 3mo ago
levnikolaevich

ln-522-manual-tester

by levnikolaevich

"Performs manual testing of Story AC via executable bash scripts saved to tests/manual/. Creates reusable test suites per Story. Worker for ln-520."

CLI Tools 488 3mo ago
semgrep

code-security

by semgrep

Security guidelines for writing secure code. Use when writing code, reviewing code for vulnerabilities, or asking about secure coding practices like "check for SQL injection" or "review security".

CLI Tools 227 4mo ago
Soul-Brews-Studio

standup

by Soul-Brews-Studio

Daily standup check - pending tasks, appointments, recent progress. Use when user says "standup", "morning check", "what's pending".

Automation 73 3mo ago
nrwl

nx-workspace

by nrwl

"Explore and understand Nx workspaces. USE WHEN answering questions about the workspace, projects, or tasks. ALSO USE WHEN an nx command fails or you need to check available targets/configuration before running a task. EXAMPLES: 'What projects are in this workspace?', 'How is project X configured?', 'What depends on library Y?', 'What targets can I run?', 'Cannot find configuration for task', 'debug nx task failure'."

CLI Tools 1.4K 3mo ago
flowful-ai

parametric-3d-printing

by flowful-ai

"Use this skill when the user wants to design a 3D-printable physical object they intend to manufacture. Triggers: any mention of '3D print', 'STL', 'parametric model', 'enclosure', 'bracket', 'mount', 'case', 'housing', 'CadQuery', 'OpenSCAD', or a specific FDM printer (Bambu Lab, Prusa, Ender); questions about print-friendly design, snap-fits, tolerances, or wall thickness; and requests for functional parts like Arduino enclosures, cable organizers, wall mounts, adapters, or mechanical components. Also fires when the user describes a real physical object to make, provided the goal is to manufacture it. Do NOT use for: 3D rendering, animation, game assets, digital-only art, photogrammetry, sculpting, editing an existing STL file the user already has, or any 3D work that is not heading toward a printer."

Automation 186 2mo ago
nrwl

nx-workspace

by nrwl

"Explore and understand Nx workspaces. USE WHEN answering questions about the workspace, projects, or tasks. ALSO USE WHEN an nx command fails or you need to check available targets/configuration before running a task. EXAMPLES: 'What projects are in this workspace?', 'How is project X configured?', 'What depends on library Y?', 'What targets can I run?', 'Cannot find configuration for task', 'debug nx task failure'."

CLI Tools 1.4K 3mo ago
dbt-labs

configuring-dbt-mcp-server

by dbt-labs

Use when setting up, configuring, or troubleshooting the dbt MCP server for AI tools like Claude Desktop, Claude Code, Cursor, or VS Code.

CLI Tools 557 3mo ago
dbt-labs

running-dbt-commands

by dbt-labs

Use when executing dbt commands via CLI - running models, tests, builds, compiles, or show queries. Use when unsure which dbt executable to use or how to format command parameters.

CLI Tools 557 3mo ago
storybookjs

setup-react-native-storybook

by storybookjs

Set up Storybook for React Native in Expo, React Native CLI, or Re.Pack projects. Use when adding Storybook to a project, configuring metro.config.js with withStorybook, creating .rnstorybook configuration files, setting up Storybook routes in Expo Router, configuring getStorybookUI, or adding the StorybookPlugin to a Re.Pack rspack/webpack config. Covers Expo, Expo Router, plain React Native CLI, and Re.Pack setups.

CLI Tools 1.3K 4mo ago
flonat

project-deck

by flonat

"Create presentation decks to communicate project status. For supervisor meetings, coauthor handoffs, or documenting progress. Triggers: 'make slides about my project', 'supervisor meeting presentation'. Not for academic talks — use /beamer-deck."

Academic 89 3mo ago
alinaqi

project-tooling

by alinaqi

gh, vercel, supabase, render CLI and deployment platform setup

CLI Tools 694 5mo ago
alinaqi

codex-review

by alinaqi

OpenAI Codex CLI code review with GPT-5.2-Codex, CI/CD integration

CLI Tools 694 4mo ago
rcarmo

reload

by rcarmo

Reinstall piclaw from workspace source and force-restart the running process. Use after making code changes to piclaw.

CLI Tools 727 3mo ago
TerminalSkills

audiowaveform

by TerminalSkills

Generate waveform visualizations from audio files. Use when a user asks to create waveform images, build audio player visualizations, generate waveform data for web players, create podcast episode previews, build audio thumbnails, render waveform PNGs for social media, extract peak data as JSON, or integrate waveform generation into audio processing pipelines. Covers audiowaveform CLI, JSON/binary data output, and web player integration.

CLI Tools 71 3mo ago
TerminalSkills

aws-cli

by TerminalSkills

AWS Command Line Interface for managing Amazon Web Services. Use when the user needs to interact with S3, EC2, Lambda, CloudWatch, IAM, and other AWS services directly from the terminal for operations, scripting, and automation.

CLI Tools 71 3mo ago
GoogleCloudPlatform

latest-software-version

by GoogleCloudPlatform

Real-time source of truth for software and model versions. Activate when adding dependencies, installing packages, or identifying Gemini model names. Bypasses internal knowledge cutoffs by querying live registries (NPM, PyPI, Go Proxy) and official documentation.

Automation 316 4mo ago
agenmod

immortal-skill

by agenmod

"通用数字永生框架:从聊天记录、社交媒体、文档等多平台数据中蒸馏任何人的数字分身——支持自己、同事、导师、亲人、伴侣/前任、朋友、公众人物 7 种角色模板,接入国内外 12+ 数据平台。"

CLI Tools 832 2mo ago