Find the perfect skill
Mochify — Image Compression & Conversion
Content
Compress, convert, resize, crop, or rotate images using the Mochify 'squish' tool.
Multi-Tool Git Pipeline
Development
Demonstrates an advanced pattern for chaining git tools to analyze a repository.
1C Configuration Validation
Development
Validates the structure of a 1C configuration's Configuration.xml file, checking XML well-formedness, properties, child objects, language references, and file/directory existence. Use after creating or modifying a configuration to catch structural errors.
Generate Component Stories
Development
Create story examples for components by following existing patterns and covering all use cases.
SQLite Query Performance Tuning
Development
SQLite query performance tuning. Diagnose slow queries, analyze execution plans, and optimize indexes for better performance.
Stack-Unwind Session Review
Productivity
Reviews a working session as a depth-first stack-unwind tree: checks off completed tasks and lists unresolved items at their abandonment depth, sized by prompt count.
i18n Pre-Commit Check
Development
Fast i18n check for changed files. Catches untranslated strings, missing locale keys, and locale sync issues before committing.
Fast Refactoring with MorphLLM
Development
Enables fast, semantic code refactoring across multiple files using MorphLLM's edit_file tool. Excels at large-scale changes like batch renaming, pattern updates, and structural refactoring in files over 500 lines or with 5+ edits, leveraging 10,500+ tokens/sec speed and 98% merge accuracy.
Pytest Mocking Strategy
Testing
Master pytest mocking strategies: autospec, AsyncMock, mock builders, and what to mock. Includes decision matrix for mocking vs real objects.
CI Performance Report Analysis
Development
Analyzes CI performance reports for a ClickHouse PR, lists all regressions and improvements, cross-references master history to distinguish real changes from flaky tests.
Tech-Debt Audit
Development
Audit accumulated technical debt: dead code, duplication, magic numbers, stub implementations, stale documentation, and oversized files.
UX Review
Development
Performs a UX review focused on efficiency-first patterns for productivity tools. Evaluates command palette integration, keyboard navigation, inline editing, and optimistic UI. Helps validate that features feel fast and professional with minimal context switching.