Find the perfect skill
Supabase Performance Tuning
Development
Optimize Supabase API performance with caching, batching, and connection pooling. Use when facing slow API responses, implementing caching, or improving request throughput for Supabase integrations.
Replit Hello World
Development
Create a minimal working example to connect to the Replit API, perfect for starting or testing an integration.
Linus-Style Code Review
Development
Perform thorough code reviews in the style of Linus Torvalds, focusing on correctness, simplicity, maintainability, and adherence to project conventions. It analyzes files, directories, git diffs, or pull requests to identify critical bugs, code smells, and pattern violations. Use after completing implementation to ensure code quality before merging.
i18n Pre-Commit Check
Development
Scans changed files for untranslated strings, missing locale keys, and locale sync issues. Fast and focused — only checks what changed.
CE Plugin Audit & Compliance
Development
Audits CE plugin implementations against registry trust rules, metadata validity, and ADR contract compliance. Checks required plugin_meta fields, capability tags, interval calibrator protocol, and core API boundary imports. Helps when certifying third-party plugins or validating conformance before integration.
App Store Screenshot Resize
Development
Resize and validate App Store screenshots for all device classes using macOS sips, with no third-party dependencies.
Do Workflow
Development
Do a task end-to-end — implement, PR, CI loop, ship. Only invoke when user types /do or $do.
Code Review with Spec Verification
Development
Perform structured code review of completed implementation work, validate against specifications, and update task status in tasks.md.
ax: AI-era curl for fetching and extracting
Development
Use ax instead of curl and throwaway parsing scripts for fetching URLs, exploring web pages, or extracting structured data. Avoid regex on HTML and bare curl.
Create Pull Request
Development
Creates a pull request with conventional title, labels, and body based on GitHub template.
Create GitHub Pull Request
Development
Push the current branch and create a GitHub PR with a concise, issue-linked description, enforcing changelog updates and PR template structure.
Stripe Integration
Development
Master Stripe payment processing integration for robust, PCI-compliant payment flows including checkout, subscriptions, webhooks, and refunds.