Find the perfect skill
Add a Pulumi Provider Package
Development
Guided workflow to add a new provider package to the Pulumi Registry, either community or first-party.
UI Accessibility Audit
Development
Audits components and pages for WCAG 2.2 AA issues, with practical fixes for touch targets, focus states, contrast, labels, and reduced motion.
Bash Error Handling with thefuck
Development
Automatically suggests and applies corrections for failed bash commands using thefuck. Helps recover from command errors quickly, and provides a structured way to handle mistakes and frustration during development.
Stripe Payment Integration
Development
Master Stripe payment processing integration for robust, PCI-compliant payment flows including checkout, subscriptions, webhooks, and refunds.
Code Formatting Guidelines
Development
A compact set of code formatting guidelines for consistency, readability, and automated tooling.
Init - Project Setup
Development
Initialize a new project with the standard directory structure, PROJECT_SUMMARY.md, workflow.json, git repo, and gitignore.
Ship It: Commit and PR Workflow
Development
Finalize and ship changes with quality checks, commits, and PR creation.
Hotfix Flow
Development
Guides through a rapid bug fix workflow: reproduce, create a fix branch, apply minimal changes, test, create PR, and deploy. Useful when a critical bug needs immediate attention.
Check PR/MR/CL
Development
Check a GitHub, GitLab, or Perforce PR/MR/CL for review comments, failing checks, and PR-body gaps. Use to inspect, fix, or prepare a change for submission.
Logging System Guide
Development
Complete guide to logging systems: application logs, script logs, error monitoring, and request logs.
Type Generation (Gate 2)
Development
After Gate 1, runs code generation and checks the output meets implementation and testing requirements.
shadcn/ui Components
Development
Manages shadcn/ui components and projects: adding, searching, fixing, debugging, styling, and composing UI, including chat interfaces.