Find the perfect skill
Structured Implementation Planning
Development
Designs a detailed implementation plan for a feature or task by analyzing the existing codebase and proposing a sequenced set of small, testable steps. Helps clarify architecture, dependencies, and success criteria before writing any code.
Test Retry Config
Testing
Automated assistance for test retry configuration, covering best practices, mocking, and frameworks like Jest and pytest.
asc CLI usage for App Store Connect
Development
Guidance for using asc CLI for App Store Connect, covering commands, flags, output formats, pagination, auth, and discovery.
Ask Multiple-Choice Question
Productivity
Presents a multiple-choice question to the user using the AskUserQuestion tool. Parses arguments and invokes the tool with single-select option.
Find Flutter/Dart release containing a commit
Development
Skill to find the lowest Dart and Flutter release that contains a given commit, across stable, beta, or dev channels.
Gemma Domain Trainer
Data & AI
Fine-tune Gemma 270M on domain-specific instruction-tuning datasets using LoRA to create specialized adapters. This skill orchestrates training, hyperparameter tuning, and validation, enabling rapid domain adaptation without full model retraining. Ideal for creating multiple lightweight domain experts from a single base model.
Skill Template
Documentation
Use this template to define a new skill. Provides structure and rules for skill definition.
Move Documentation Files
Documentation
Automates moving documentation files with git history preservation, automatic alias injection, verification, and internal link updates.
Data Visualization with pyecharts
Data & AI
Proficiency in creating various chart types (bar, line, pie, heatmap, scatter) using pyecharts and generating self-contained HTML reports. Includes theme configuration, number formatting, troubleshooting common issues (chart size, label overlapping), and critical data conversion to Python lists for browser rendering.
Feedback & Design Specification Accumulation
Development
After implementation, this skill analyzes changes via git diff, updates the feature DESIGN.md and global DESIGN.md, proposes improvements, and optionally reorganizes tests. It is triggered by keywords like 'feedback' or '/dev:feedback' and runs in four phases using specialized sub-agents. Useful at the end of a development cycle to consolidate design decisions and suggest refactorings or rule improvements.
Update infographic template catalogs
Development
Update template catalogs and gallery mappings when new infographic templates are added to the codebase.
Swift Code Quality Rules
Development
Swift code quality rules enforcing file size limits, @Observable, no singletons in views, no direct Defaults access, and protocol-based services.