Find the perfect skill
Ask a multiple-choice question
Productivity
Presents a multiple-choice question to the user using the AskUserQuestion tool, parsing arguments from command line.
PR Rebase
Development
Rebase the current branch on the latest upstream changes, resolve conflicts, and push.
Feishu Document Workflows
Productivity
Manage Feishu documents: read, edit, create, and upload media using the feishu_doc tool.
Playwright E2E Testing Patterns
Testing
Playwright patterns for building stable, maintainable E2E test suites including Page Object Model, configuration, and CI/CD integration.
Bulk-localize subscriptions across App Store locales
Development
Bulk-localize subscription and IAP display names across all App Store locales using asc. Eliminates manual entry in App Store Connect.
Code Quality
Development
Enforces a 500-line limit per file and mandatory JSDoc/Docstring comments for all functions and complex logic. Helps maintain consistent code quality and prevents overly long or under-documented files.
Docker Container Basics
DevOps
Manage basic Docker container operations with step-by-step guidance and best practices for DevOps fundamentals.
Entrepreneur Note Adder
Development
Analyzes the content of a note and adds it to the entrepreneurship data file under the correct tab and category.
Master Temporal Python SDK
Development
Expert Temporal developer for durable workflows with Python SDK. Implements saga patterns and distributed transactions.
User Stories Generation
Development
Creates user stories with acceptance criteria from feature descriptions. Useful for breaking down requirements into actionable tickets during sprint planning or when communicating with engineering teams.
Worklog Task Management
Productivity
Updates worklog files by moving tasks between todo/doing/done states. Helps track progress, start new work, or mark tasks complete. Requires explicit arguments: state and description.
Documentation Review with Style Guide
Documentation
Review documentation changes for compliance with a style guide. Use when reviewing PRs or diffs containing documentation markdown files.