- Home
- /
- Categories
- /
- CLI Tools
CLI Tools
Command line utilities
error-recovery
by troykelly
Use when encountering failures - assess severity, preserve evidence, execute rollback decision tree, and verify post-recovery state
shuffling-projects
by memyselfandm
Reorganizes work items when priorities change - move items between sprints or projects, rebalance workload, and update dependencies. Use when sprint scope changes, priorities shift, or work needs redistribution.
agent-browser
by derKlinke
Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.
todo-tracker
by wubaiqing
Persistent TODO scratch pad for tracking tasks across sessions. Use when user says "add to TODO", "what's on the TODO", "mark X done", "show TODO list", "remove from TODO", or asks about pending tasks. Also triggers on heartbeat to remind about stale items.
cn-holiday
by deusyu
中国节假日/调休查询 — 查某天是工作日还是休息日、是否调休补班、全年假期安排。 触发词: 节假日, 调休, 补班, 放假, 上班, holiday, workday, 今天上班吗, 明天放假吗, 春节放几天, 国庆放假, 下个工作日, 或任何 "[日期] 是否放假/上班" 格式的输入。
linear-awareness
by eveld
ALWAYS check before working with Linear issues. Guide for Linear-related skills for ticket management and debugging workflows.
hybrid-executor
by rexleimo
当需要利用 Claude 的代码重构能力或 Gemini 的超长上下文分析时使用。
youtube-watcher
by wubaiqing
Fetch and read transcripts from YouTube videos. Use when you need to summarize a video, answer questions about its content, or extract information from it.
vscode-theme
by jugyo
Generate VSCode color themes, package them as .vsix files, and install to VSCode. Use when creating custom VSCode themes, designing color schemes, or when the user mentions VSCode theme, color theme, dark theme, or light theme.
configuring-ghostty-vibe-stack
by psylch
"Configures a complete terminal-based AI coding environment centered on Ghostty terminal with Fish shell, yazi, lazygit, Neovim (LazyVim), fzf, zoxide, atuin, and supporting tools. Includes CJK font optimization for Chinese/Japanese/Korean users on macOS with Apple Silicon. This skill should be used when setting up or modifying a Ghostty-based development environment, configuring terminal tools for vibe coding workflows, or troubleshooting Ghostty/Fish/yazi/lazygit issues."
css-grid-overlay-debug
by derKlinke
Build and debug deterministic CSS Grid visualization overlays (columns, rows, gutter hatching) with subgrid support. Use when grid guides are duplicated, missing, misaligned, or inconsistent across nested layouts and route transitions.
ios-build-performance
by derKlinke
Use for slow builds: Build Timeline analysis, type-check bottlenecks, compilation caching, and incremental-build optimization
audio-plugin-validation
by derKlinke
Unified validation workflow for audio plugins across VST3 (.vst3), AudioUnit (.component/.appex), CLAP (.clap), VST3 UI smoke-tests, and macOS code-signing/notarization checks. Use when users ask to validate plugin binaries, run auval/vst3 validator/pluginval/clap-validator/editorhost, or diagnose host load failures.
review-loop
by rexleimo
Automated two-phase code review loop: the coding agent implements a task, then an independent CLI agent (Codex, Claude, Gemini, OpenCode, Aider, or custom) reviews the changes, and the coding agent addresses the feedback. Use when the user requests a review loop, code review cycle, or says "review-loop".
openspec-parallel-agents
by rexleimo
Use when OpenSpec workflows need dependency-aware parallel subagents across OPSX commands, legacy openspec commands, and Codex CLI prompt aliases.
debug:svelte
by SnakeO
Debug Svelte application issues systematically. This skill helps diagnose and resolve Svelte-specific problems including reactivity failures, runes issues ($state, $derived, $effect), store subscription memory leaks, SSR hydration mismatches, and compiler warnings. Covers both Svelte 4 legacy patterns and Svelte 5 runes-based reactivity. Provides debugging tools like $inspect(), {@debug} tags, and svelte-check CLI usage.
feishu-doc-orchestrator
by rosalynYANG
飞书文档创建主编排技能 - 将 Markdown 文件转换为飞书文档,编排多个子技能协作完成,支持25种飞书文档块类型。
defillama-watchdog
by Neros0
DeFi protocol monitoring with alerts for TVL drops, capital rotation, hacks, bridge surges, unlocks, and revenue. Runs checks on demand or scheduled.
linear-update
by eveld
Update Linear issues with debugging findings. Add comments, change status, update labels, set priority. Use after completing investigations.
zoxide-manage
by Ceeon
管理 zoxide 目录记录。 触发词:"添加目录到 zoxide"、"zoxide add"、"zoxide 删除"、"zoxide remove"、 "查看 zoxide 目录"、"zoxide 列表"、"zoxide 记录"、"初始化 zoxide"。
a2ui-embed
by xfstudio
Write HTML visualizations to the A2UI panel or embed running apps
qweather
by deusyu
天气查询 — 实时天气、天气预报、生活指数、城市搜索。数据源为和风天气 (QWeather)。 触发词: 天气, 气温, 下雨, 预报, weather, forecast, 穿什么, 洗车, 紫外线, UV, 空气, 今天天气, 明天天气, 北京天气, 或任何 "[城市] 天气" 格式的输入。
exchange-rate
by deusyu
汇率换算 — 查询实时汇率、历史汇率、汇率趋势。数据源为欧洲央行 (ECB)。 触发词: 汇率, 换算, exchange rate, convert currency, 多少钱, 美元, 欧元, 日元, 英镑, USD, EUR, JPY, GBP, 或任何 "[金额] [货币A] 转/换/to [货币B]" 格式的输入。
gaode-weather
by wubaiqing
使用高德地图天气 API 获取每日天气(城市 code 如 110114 昌平),从 .env 环境变量 AMAP_WEATHER_KEY 读取 key。用于定时天气推送、替代 wttr.in、在国内网络更稳定时获取实时天气。