Find the perfect skill
Artifact Audit
Testing
Read-oriented inspection for drift, inconsistency, omissions, or unsupported claims in completed artifacts.
App Review Analyzer
Data & AI
Analyzes app store review CSV data containing id, date, user_name, title, content, rating, and app_version columns. Generates visualizations such as rating distribution, monthly trends, and version ratings, along with keyword analysis for positive and negative reviews. Useful for understanding user satisfaction, tracking app quality over time, and identifying issues in specific versions.
/pr — Create or Update a Pull Request
Development
Creates a structured PR description so readers understand changes without reading the diff. Also updates existing PR descriptions.
Remote Work Policy Generator
HR & Recruiting
Create comprehensive remote and hybrid work policies covering expectations, equipment, and communication norms.
Academic Reference Validation
Data & AI
Validate references in an academic PDF by extracting text, parsing citations, and verifying each via web search and arXiv ID checks.
Git Checkpoint Management
DevOps
This skill enables creating named git stashes as checkpoints before risky changes, listing them, and restoring or popping checkpoints to recover previous states. It helps maintain safe recovery points during refactoring or experimental code modifications.
MobAI Mobile Device Control
Testing
Controls Android and iOS devices through the MobAI HTTP API. Supports screenshots, taps, text input, swipes, and app launching. Uses specialized sub-agents (native-runner for native apps, web-runner for web pages) to break down complex automation tasks hierarchically.
Car Purchase Research & Decision Analysis
Data & AI
Deep research and decision analysis for car purchases. Runs a 6-phase pipeline and outputs actionable recommendations.
Bug Hunter - Bug Investigation and Fix Generation
Testing
Helps investigate bugs, perform root cause analysis, and generate fixes using systematic debugging methods. Leverages log analysis, debuggers, and techniques like 5 Whys to resolve logic errors, memory leaks, and performance issues. Best used when debugging or troubleshooting code issues.
Create or edit Claude Code skills
Development
Create or edit Claude Code skills with expert guidance on structure and best practices.
Stop Game
Development
Emergency halt an active game session, mark it as stopped, and clean up state files. Use this command to stop a running game, cancel a playtest, or purge game state.
AI Code and Design Review
Development
Reviews code and design against criteria such as completeness, code style compliance, consistency, clean architecture, best practices, simplicity, and test coverage. Helps ensure high-quality implementations by providing structured feedback with severity-ranked issues and recommendations.