macos-open
Open files, URLs, and applications on macOS using the open command. The universal entry point for launching anything.
computer-use-playbook
Use when tasks involve cross-application computer use (browser, file explorer, and native dialogs) and require choosing between DOM, vision, shell, and native UI automation.
create-ticket
Create a detailed Linear ticket from a prompt. Asks 5 clarifying questions one at a time, scans the codebase, previews the ticket, and creates it via Linear MCP. Supports prompt templates: /create-ticket /security, /create-ticket /design <area>, /create-ticket <free text>.
prisma-cli
Prisma CLI commands reference covering all available commands, options, and usage patterns. Use when running Prisma CLI commands, setting up projects, generating client, running migrations, managing databases, or starting Prisma's MCP server. Triggers on "prisma init", "prisma generate", "prisma migrate", "prisma db", "prisma studio", "prisma mcp".
1c-web-session
Взаимодействие с 1С:Предприятие в веб-клиенте через Playwright. Использовать для ЛЮБОЙ работы в браузере с 1С-базой: запуск/перезапуск/ завершение сеанса; навигация по разделам интерфейса; создание и редактирование справочников и документов; заполнение форм и табличных частей; генерация тестовых данных через UI. Содержит паттерны: clipboard paste, DLB-кнопки, пикеры, навигационный кеш, обработка диалогов 1С, оптимизация browser_run_code. Триггеры: открой/запусти/перезапусти/ заверши базу; создай/добавь/измени элемент справочника или документа; проведи документ; сгенерируй тестовые данные; любое browser_* действие в 1С-базе.
ai-organizer-ui-consolidation
Build a unified, ADHD-friendly web UI that consolidates 70+ CLI tools into a beautiful liquid glass interface for the AI File Organizer. Use when creating the complete frontend application that replaces all terminal interactions with a macOS-inspired dashboard for file organization, search, VEO prompts, and system management.
caro-shell-helper
Use when users need help generating safe, tested POSIX shell commands from natural language descriptions. Guides users through command generation, safety validation, and execution workflows using Caro best practices
generate-reference-yaml
Generate reference YAML via project CLI into ida_preprocessor_scripts/references/<module>/<func_name>.<platform>.yaml
terminal-optimization
Terminal setup for Claude Code. Use for Ghostty config, statusline customization, voice dictation, tmux worktrees.
cmux-markdown
Open markdown files in a cmux formatted viewer panel with live reload. Use when you need to display plans, documentation, or notes alongside the terminal with rich rendering (headings, code blocks, tables, lists). Requires cmux environment ($CMUX_WORKSPACE_ID).
busybox-on-windows
How to use a Win32 build of BusyBox to run many of the standard UNIX command line tools on Windows.
cli-builder
Guide for building TypeScript CLIs with Bun. Use when creating command-line tools, adding subcommands to existing CLIs, or building developer tooling. Covers argument parsing, subcommand patterns, output formatting, and distribution.
verification-before-completion
Run verification commands and confirm output before claiming success
golang-cli-cobra-viper
Building production-quality CLI tools with Cobra command framework and Viper configuration management
chalk-advanced
Style terminal output with Chalk. Use when adding colors to CLI output, formatting log messages, building styled terminal UIs, or creating developer tools with colored output.
cobra
You are an expert in Cobra, the most popular Go library for building modern CLI applications. You help developers create command-line tools with subcommands, flags, argument validation, shell completions, and help generation — powering CLIs like kubectl, Hugo, GitHub CLI, and Docker.