Find the perfect skill
Distill an Ex into an AI Skill
Productivity
Import WeChat history, photos, social media to generate a Relationship Memory and Persona with continuous evolution.
Dissolve Form - System Decomposition
Development
Performs controlled dismantling of rigid system structures, preserving essential capabilities (imaginal discs) for future forms. Used when systems are too calcified for incremental change, technical debt blocks progress, or before adapting architecture. Includes rigidity mapping, dissolution sequencing, and knowledge extraction to safely decompose technical debt and organizational rigidity.
Modern C++ Professional
Development
Write idiomatic modern C++ with RAII, smart pointers, and STL. For refactoring, memory safety, and complex patterns.
Add Feature with Self-Testing Loop
Development
Implement a new feature with a self-testing loop until all tests pass (100% success rate).
YouTube Management
Content
Manages YouTube videos, playlists, channels, and comments using the YouTube Data API v3. Allows uploading videos, searching content, managing subscriptions, and interacting with comments. Useful for YouTube editing or moderation tasks without the web interface.
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.