Find the perfect skill
Frontend CSS Patterns
Development
Framework-agnostic CSS patterns for typography, color, motion, and spatial composition.
Rapid Prototyping Workflow
Development
Rapid prototyping workflow that skips standard practices to quickly validate game concepts. Produces throwaway code and a structured prototype report.
Docs Accessibility Audit
Documentation
Audit and improve the accessibility of the timepicker-ui documentation site against WCAG 2.2 AA. Covers landmarks, keyboard, ARIA, contrast, and motion.
Create a new product page
Development
Create a complete, production-ready product page following the hydrascan-pro reference structure.
GSD Undo: Safe Git Revert
Development
Safely revert Git commits for GSD phases or plans using a phase manifest, with dependency checks and a confirmation gate before execution.
Create Skill Command
Development
Workflow to create production-ready Claude Code skills with validation, testing, and optimization.
Architecture Decision Record Review
Documentation
Validates ADR documents for structural completeness, code alignment, and risk coverage. Enforces evidence-based review with anti-hallucination rules.
TDD Implementation (Test-Driven Development)
Development
Walks through the TDD cycle (Red-Green-Refactor) to implement a feature. Writes a failing test, then minimal code to pass it, and refactors. Helps ensure correctness through test-driven development with Vitest and Svelte.
Compliance Mapping to Security Frameworks
Security
Maps threats and controls to compliance frameworks like OWASP Top 10, SOC2, PCI-DSS, HIPAA, and GDPR. Generates compliance reports with coverage percentages and identifies gaps. Use when checking compliance status, mapping to security frameworks, or generating audit documentation.
Address PR Review to Zero
Development
Works through every pre-merge PR review finding until resolved: blockers, low-confidence flags, and style suggestions are fixed, refuted, deferred, or accepted. Use after pushing the PR, before merging.
UX Microcopy Generator
Content
Generate UX microcopy (button labels, error messages, empty states, toasts) following a casual-but-polite voice and tone.
New Package
Development
Guided workflow to add a new provider package to the Pulumi Registry, either community or first-party.