Tools & Utilities
Essential command-line tools and system utilities.
vcr-render-planner
Translate natural language video and motion graphics requests into deterministic VCR CLI render plans that output ProRes video (including ProRes 4444 with alpha) from the terminal. Enforce strict compatibility with the VCR feature set. No cloud, no speculative flags. Use when: (1) a user describes a video, animation, ASCII render, lower third, title card, or motion graphic in natural language, (2) a user wants to render a VCR manifest to ProRes, (3) a user asks for an ASCII-on-alpha overlay, (4) a user needs help choosing VCR settings for a render, (5) any request that should produce a .mov or .png via the vcr CLI. Triggers on: "render", "ProRes", "alpha", "ASCII overlay", "motion graphic", "vcr build", "animate", "lower third", "title card", "transparent video".
vcr-figma-workflow
Convert Figma + prompt context into VCR-compatible outputs using the `figma-vcr-workflow` binary and VCR validation/render commands. Use when translating design intent into deterministic VCR scenes for preview/build pipelines.
handling-wpf-input-commands
Implements WPF input handling with RoutedCommand, ICommand, CommandBinding, and InputBinding patterns. Use when creating keyboard shortcuts, menu commands, or custom command implementations.
asc-cli-usage
Guidance for using the asc CLI in App Store Connect automation (flags, output formats, pagination, auth, discovery, timeouts). Use when asked to run or design asc commands, interact with App Store Connect via CLI, set up authentication, configure environment variables, or understand asc output formats. Triggers: "asc command", "asc CLI", "App Store Connect CLI", "asc auth", "asc flags", "asc pagination", "asc output".
email-audit
Audits email domain deliverability setup (SPF, DKIM, DMARC, MX records, blacklists, TLS) and generates health score (0-100) with prioritized fix list. Checks bulk sender compliance against Google/Yahoo/Microsoft 2024-2026 requirements. Provides DNS records to add/update. Use when user asks to audit, check, or analyze email deliverability, domain health, or inbox placement.
domain-finder
This skill should be used when starting a new project or brand and needing to find a registrable domain. It brainstorms creative domain names and checks real availability via DNS/WHOIS.
local-places
Search for places (restaurants, cafes, etc.) via Google Places API proxy on localhost.
react-native-dev
Expert for React Native and Expo mobile development. Use when working with React Native, Expo, mobile apps, iOS/Android platform-specific code, navigation (Expo Router, React Navigation, tabs, stacks, drawers), FlatList optimization, native modules, SafeAreaView, KeyboardAvoidingView, mobile performance optimization, storage (AsyncStorage, MMKV), setting up React Native/Expo projects, initializing new apps, version compatibility issues, installing dependencies with expo install, or performance best practices.
pomodoro
Simple Pomodoro timer for focused work sessions with session tracking and productivity analytics. Use when users request focus timers, ask about productivity patterns, or want to track work sessions over time. Demonstrates the System Skill Pattern (CLI + SKILL.md + Database).
complexity-analyzer
Analyzes cyclomatic and cognitive complexity, identifies overly complex functions. Use when assessing code complexity or identifying functions that need simplification.
managing-specifications
Create, manage, and track specifications through their full lifecycle from draft to completion. Use when user wants to plan features, create specs, check progress, activate work, or complete specifications.
branch-strategy-advisor
Recommends git branching strategies and workflows based on team size, deployment frequency, and project requirements. Use when choosing branching models, planning workflows, or optimizing git processes.
frontend-design
Create distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications, OR when they provide screenshots/images/designs to replicate or draw inspiration from. For screenshot inputs, extracts design guidelines first using ai-multimodal analysis, then implements code following those guidelines. Generates creative, polished code that avoids generic AI aesthetics.
etl-designer
Design ETL/ELT pipelines with proper orchestration, error handling, and monitoring. Use when building data pipelines, designing data workflows, or implementing data transformations.
gno
Search local documents, files, notes, and knowledge bases. Index directories, search with BM25/vector/hybrid, get AI answers with citations. Use when user wants to search files, find documents, query notes, look up information in local folders, index a directory, set up document search, build a knowledge base, needs RAG/semantic search, or wants to start a local web UI for their docs.
copilot-file-specs
Contains the complete specifications for VS Code GitHub Copilot customization files including agents, skills, prompts, and instructions. Use this skill when you need to reference the correct file format, required fields, supported attributes, or file locations for any Copilot customization file.
analyze-agent-overlap
Analyzes existing agents, skills, prompts, and instructions to identify overlaps, redundancies, and conflicts. Use before creating new customization files to avoid duplication, when consolidating agents, or when troubleshooting conflicting behaviors.
generate-agent-docs
Generates documentation and usage guides for agents, skills, prompts, and instructions. Use when onboarding team members, creating README files for your customizations, or generating usage examples for existing agents.
ralph2ralph
P2P chat between Claude Code instances using real-a2a. Use when chatting with other Claudes, joining a P2P room, or communicating agent-to-agent.
ssr-ssg-advisor
Choose optimal Next.js rendering strategy (SSR, SSG, ISR, CSR) based on content type, update frequency, and performance requirements. Use when deciding how to render pages, optimizing performance, or implementing data fetching. Trigger words include "rendering", "SSR", "SSG", "ISR", "static", "server-side".
slashcommandcreator
Autonomous meta-skill for creating high-quality custom slash commands using 5-phase workflow with multi-agent validation and quality gates. Use when user requests new slash command, reusable prompt automation, or wants to convert repetitive workflows into documented commands.