Find the perfect skill
Code Deduplication Detection
Development
Systematic methodology for detecting code duplication, dead code, and dependency bloat. Designed for Flutter and Firebase projects but adaptable to any codebase. Process includes project discovery, multi-phase scanning, severity classification, and structured report output with file locations and recommendations.
Code Explanation
Development
Generates detailed code explanations with visual diagrams and step-by-step breakdowns. Helps developers understand complex code, algorithms, or system architectures through progressive disclosure.
OTA Update Deployment with EAS
Development
Deploys JavaScript/UI changes (components, styling, business logic) via EAS Update without native rebuild. Use when referring to 'OTA', 'EAS Update', or 'JS update' to quickly push code changes.
Code Audit & Cleanup Specialist
Development
Audits a project to find unused code while protecting critical entrypoints, integrations, and dynamic calls. Produces evidence-based risk reports and reversible cleanup plans. Helps when you need to identify dead code, reduce technical debt, or evaluate legacy modules without risking stability.
Qt QML Component Generator
Development
Generates well-structured QML components with property bindings, signal/slot connections, and Qt Quick Controls integration following Qt best practices.
Product Specification Generator
Development
Generates a product specification document (PRODUCT_SPEC.md) via guided Q&A, designed for new greenfield projects. It checks the working directory, confirms the output location with the user, and prevents accidental overwrites. During the Q&A, it captures deferred requirements and writes them to DEFERRED.md for future planning.
Claude Code Starter
Development
Analyzes a project's tech stack (languages, frameworks, tools) to generate a complete set of Claude Code configuration files in the .claude/ directory, including CLAUDE.md, skills, agents, rules, and commands. Works for both new projects (prompting for details) and existing codebases (by detecting setup from files like package.json). Use this when initially configuring Claude Code for a repository to ensure best practices and consistency.
Review Uncommitted Changes
Development
Reviews uncommitted working changes using 'git diffall' to identify logic errors, unwanted behavior, and bugs. Does not summarize changes but focuses on actual or potential issues, including significant omissions.
Terminal User Interface Development
Development
Expert in terminal user interface development, including interactive console applications, cross-platform TUI libraries, and responsive terminal layouts. Use this skill for building interactive terminal apps, dashboards, and command-line tools with rich UI.
Rust Pro
Development
Provides expert-level Rust development for 1.75+ with advanced async patterns, type system features, and production-ready systems programming. Helps when building Rust services, libraries, or systems tooling, optimizing performance, or solving ownership and async design issues.
Claw Release Automation
Development
Release automation for Claw skills and website. Guides through version bumping, tagging, and release verification. Helps maintain consistent releases and automate CI/CD pipeline steps.
Qoder Agent (Print Mode)
Development
Delegate coding tasks to the Qoder CLI in non-interactive Print mode. Use this for building new features, code reviews, refactoring, or iterative coding that requires file exploration. It supports subagents, worktrees, and MCP servers, but is not intended for simple one-line fixes or reading code.