Find the perfect skill
Project Progress Management
Productivity
Queries and updates project progress using the /progress command. Automatically analyzes source code (files in src/) and Git history to update PROGRESS.md with completed, in-progress, and pending tasks.
Suggest Project Tasks
Productivity
Analyzes the current project for actionable tasks including Git status, TODOs, test coverage, outdated dependencies, missing documentation, security issues, and framework-specific concerns (Rails, Node.js, Python, Rust). It runs a set of analyzers and creates task entries for each discovered item, presenting a categorized summary.
Code Reviewer
Development
Perform structured code reviews that identify bugs, security issues, performance problems, and maintainability concerns. Provides prioritized, actionable feedback with specific fix suggestions.
Data Analysis Orchestration Patterns
Data & AI
This skill provides orchestration patterns for data analysis tasks, using parallel fan-out and reduce phases to explore multiple dimensions simultaneously. It helps accelerate exploratory data analysis, data quality audits, report generation, ETL pipelines, and statistical analysis by coordinating multiple agents in parallel.
Planning Work
Development
Generates thorough implementation plans broken into bite-sized tasks (2-5 minutes each). Use when requirements are clear and you need a step-by-step execution guide before coding multi-step features. Saves a structured plan file under docs/plans/.
Schema Markup & Structured Data
Development
Design, validate, and optimize schema.org structured data for eligibility, correctness, and measurable SEO impact. Use when adding, fixing, auditing, or scaling schema markup (JSON-LD) for rich results. Evaluates whether schema is justified, which types are valid, and how to deploy safely per Google guidelines.
Fast Request Parameter Generator
Development
Generates semantic request parameters (JSON, Query, Form) for Java/Kotlin web frameworks based on method signatures, and copies them to the clipboard. Supports automatic localization (Chinese, English, Japanese, Korean) for parameter values. Useful when you need to quickly create realistic test data for web endpoints.
Skill Mounting
Development
Mounts a skill onto a character or room as an overlay, either granting new abilities or afflicting constraints. Useful for temporary behavior modification, with compatibility warnings to prevent identity-breaking combinations.
SDD Planning
Development
Reads the specification (Part 1) and appends an implementation plan (Part 2) following Specification-Driven Development. Validates phase gate 1 conditions, designs architecture, breaks acceptance criteria into atomic test-first tasks, checks simplicity constraints, and assesses risks. Use when the user asks to create an implementation plan or proceed to the SDD planning phase.
Historical Data Validation
Data & AI
Validates historical data completeness and quality over date ranges, identifies gaps and cascade effects (corrupted rolling averages up to 21 days forward), and provides ordered remediation plans. Helps audit data integrity after pipeline failures or before using data for predictions.
Log Viewer
DevOps
Tail and search logs across trading platform services. Supports filtering by service, error level, regex search, time range, and live follow. Useful for debugging, monitoring, and quickly identifying issues in real-time.
Initial local service review
Development
Perform an initial local review of service changes by comparing the current branch with master. Analyze changed files for regressions, incompatible API changes, missing tests, security issues, and performance problems. Output a structured review covering critical issues, risks, quality notes, missing tests, and clarifying questions.