Find the perfect skill
Wireframe to Code
Design & Creativity
Converts wireframe descriptions or mockups into functional HTML/CSS/React code.
Creating Skills
Documentation
Use when creating or updating Claude Code skills to ensure they are discoverable, scannable, and actionable. Provides guidelines for structure, frontmatter, degrees of freedom, and Claude Search Optimization.
Property-Based Testing
Testing
Property-based testing using fast-check to validate business logic invariants by generating random inputs. It helps ensure correctness for edge cases that manual tests might miss, especially for mathematical calculations, inventory invariants, and state transitions.
Local Voice Generation with Qwen3-TTS
Productivity
Generate voice messages offline using Qwen3-TTS on Apple Silicon. Convert text to speech with customizable voices, emotions, and speed control.
SLO Implementation and Observability
DevOps
This skill helps design SLO frameworks, define SLIs, and build monitoring systems that balance reliability with feature velocity. It is used when setting reliability targets, creating dashboards and alerts, aligning reliability goals with business priorities, and standardizing reliability practices across teams.
DevOps Orchestration Patterns
DevOps
This skill offers DevOps orchestration patterns for setting up CI/CD pipelines, performing zero-downtime deployments, managing infrastructure as code (Terraform, Kubernetes), and establishing monitoring and incident response. It helps automate deployment workflows and ensure reliable production operations.
Assign Issue to Current Git User
Development
Assigns an issue to the current Git user by updating the `assigned_to` field and appending a log comment. Helpful for task management in Git-based projects.
Bytecode Virtual Machine
Development
Expert skill for bytecode virtual machine design including instruction sets, dispatch mechanisms, and stack/register architectures for implementing efficient interpreters.
Product Roadmap Theme Definition
Productivity
Defines a single roadmap theme with grouped initiatives and success metrics. Helps organize roadmap commitments around strategic priorities. Supports creating new themes, updating existing ones, or finding themes across the project.
Create GitHub Issues
Development
Creates GitHub issues by interviewing the user to clarify the problem before submitting. Discovers related issues for context, composes a clear title and body, and opens the issue in browser for final review.
Intellectual Property Protector
Legal & Compliance
Implement IP protection measures including code licensing, trademark notices, and patent documentation.
Add API Route
Development
Creates a new Next.js API route with TypeScript types, Zod input validation, and proper error handling. Supports optional rate limiting with Arcjet and authentication with Clerk for protected endpoints.