Find the perfect skill
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.
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.
Code Linting and Auto-fix
Development
Lint and auto-fix JavaScript, CSS, and PHP files to enforce coding standards (ESLint, Stylelint, WPCS). Run before committing to ensure code quality and compliance.
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.
Microtask Decomposition
Development
Break complex tasks into atomic microtasks for granular implementation. Ideal for tasks affecting 3+ files.
Skills Audit and Improvement
Development
Assess, score, and improve existing skills under .codex/skills. Includes a review, reporting, and update process after user confirmation.
Stripe Integration
Development
Master Stripe payment processing integration for robust, PCI-compliant payment flows including checkout, subscriptions, webhooks, and refunds.