Find the perfect skill
Paper Audit Skill
Documentation
Audits academic paper drafts for logical consistency, compliance with standards, and academic integrity using a Triangulation Matrix. Helps during preprint review or before resubmission to identify fatal flaws.
Multi-agent Orchestration
Development
Spawns parallel agents to decompose complex tasks into subtasks tracked with cc-mirror tasks and TodoWrite. Uses domain-specific guides (software development, code review, testing, etc.) to enforce best practices. Ideal for features, reviews, refactoring, testing, and any work that benefits from decomposition.
Commit code with optional checking
Development
Analyzes current changes, optionally runs checks (lint, build, test) before committing. Creates a new feature branch if on main, stages relevant files, and writes a conventional commit message. Useful when you want to ensure code quality before committing or need to quickly commit changes to a new branch.
ESPHome Configuration Helper
DevOps
Rapidly generate, validate, and troubleshoot ESPHome YAML configurations for ESP32/ESP8266 devices. Provides ready-to-use templates (sensors, relays, displays), GPIO pin references to prevent conflicts, and solutions for common compile/runtime errors. Ideal when starting a new device setup, adding components, or fixing configuration issues.
JSON Schema Validation
Development
Validates input data structure, types, and constraints using JSON schemas compliant with Draft 2020-12. Used when developing features like user registration, identity verification, or external API validation, providing detailed per-field error messages.
Channel Information
Development
Retrieves available messaging channels (WhatsApp, SMS, RCS, etc.) and their capabilities using the Sinch Conversation API. Use this skill to determine which channels can reach a contact or what channel configurations an app supports. It queries MCP tools first, falling back to the API endpoints.
Competitive Battlecard
Productivity
Generates a deal-specific competitive battlecard against a named competitor by combining deal context, web research, and historical meeting intelligence. Produces actionable sales ammunition including competitor overview, strength/weakness comparison, objection responses, win themes, and evidence confidence. Best used when a sales rep needs head-to-head positioning to win a specific deal.
Error Detective
Development
Searches logs and codebases for error patterns, stack traces, and anomalies. Correlates errors across systems and identifies root causes. Use when debugging issues, analyzing logs, or investigating production errors.
Charts and Graphs Generation
Data & AI
Generates bar, line, pie, scatter, and histogram charts from CSV, JSON, or query results. Supports inline data, file input, or piping from other commands, with options for titles and output file paths.
Disconnect Android Device
Development
Disconnect a wireless Android device from ADB. Use with an IP:port argument to disconnect a specific device, 'all' for all wireless devices, or no argument to auto-detect. Helps when you need to disconnect a device connected via WiFi.
EachLabs - AI Video Generation
Design & Creativity
Generate videos from text and images using state-of-the-art AI models. Create marketing videos, product demos, and creative content automatically.
Automated Commit and Push
Development
Commit all current changes and push to the remote. Use when the user asks to commit, push, save progress, or ship changes. Automatically runs pre-push checks with auto-fix before committing.