Marketplace
Find the right skill for the job.
Browse the full catalog through outcome-first channels, technical facets, rating filters, and server-side pagination built for a large public marketplace.
terraform-module-library
Build reusable Terraform modules for AWS, Azure, and GCP infrastructure following infrastructure-as-code best practices. Use when creating infrastructure modules, standardizing cloud provisioning, or implementing reusable IaC components.
c-pro
Write efficient C code with proper memory management, pointer arithmetic, and system calls. Handles embedded systems, kernel modules, and performance-critical code. Use PROACTIVELY for C optimization, memory issues, or system programming.
cpp-pro
Write idiomatic C++ code with modern features, RAII, smart pointers, and STL algorithms. Handles templates, move semantics, and performance optimization. Use PROACTIVELY for C++ refactoring, memory safety, or complex C++ patterns.
tdd
Test-Driven Development enforcement skill - write tests first, always
nestjs-expert
Use when building NestJS applications requiring modular architecture, dependency injection, or TypeScript backend development. Invoke for modules, controllers, services, DTOs, guards, interceptors, TypeORM/Prisma.
clean-code
Pragmatic coding standards - concise, direct, no over-engineering, no unnecessary comments
2d-games
2D game development principles. Sprites, tilemaps, physics, camera.
antfu
Anthony Fu's {Opinionated} preferences and best practices for web development
math
Unified math capabilities - computation, solving, and explanation. I route to the right tool.
skills
Imported from https://github.com/dathere/qsv.
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
cfn-compilation-error-fixer
Two-phase compilation error fixer for Rust and TypeScript projects. Uses Cerebras LLM for bulk error reduction (95%+), followed by agent cleanup for remaining complex issues. Handles 20+ mechanical errors efficiently with validation gates.
elevenlabs-tts
ElevenLabs Text-to-Speech API for high-quality speech synthesis.
Git Commit Format
Enforces HyperShift's specific conventional commit format with required footers and validation. Provides clear type definitions, breaking change rules, and a gitlint integration checklist for consistent commit messages.
slb
Simultaneous Launch Button - Two-person rule for destructive commands in multi-agent workflows. Risk-tiered classification, command hash binding, 5 execution gates, client-side execution with environment inheritance. Go CLI.
agent-skill-bridge
Provides structured patterns and protocols for connecting Claude Skills with Agent workflows, enabling skills to invoke agents and vice versa. Defines clear handoff specifications and orchestration plans for complex multi-step automation.
go-test-fixer
Automates conversion of Go slice-based table tests to map-based format and splits large test files. Provides concrete scripts for mechanical transformations with backup creation and workflow guidance.
qlty-check
This Skill wraps the qlty CLI to provide unified code quality checks across 40+ languages. It runs linters, auto-fixes issues, calculates metrics, and finds code smells. The documentation shows clear command examples for common workflows like pre-commit checks and quality reporting.
code-simplification
This skill provides structured guidance for identifying and eliminating unnecessary code complexity. It focuses on breaking down convoluted logic, removing redundant abstractions, and improving readability while preserving functionality. The framework includes specific patterns to look for and concrete refactoring steps.
receiving-code-review
This skill provides a structured approach to handling code review feedback, emphasizing verification over immediate implementation. It establishes clear response patterns, forbids performative agreement, and offers specific handling for unclear feedback and external reviewers. The skill promotes technical rigor and includes practical examples of good and bad responses.
revising-findings
Implements verification findings from code review reports with scope-based parallel workflow. Separates common issues (immediate) from exclusive issues (after cross-check), handles uncertain cases with user prompts, and dispatches fixes to appropriate agents.
root-cause-tracing
Provides a systematic method for tracing bugs backward through call stacks to find root causes, with concrete examples of adding instrumentation and analyzing stack traces. Includes a bisection script for identifying test pollution.
create-subagent
Provides step-by-step guidance for creating Claude Code subagents with proper YAML frontmatter, system prompts, and tool configurations. Includes location options, model selection advice, and description best practices for effective delegation.
create-command
Provides detailed guidance for creating custom Claude Code slash commands, covering file structure, argument handling, frontmatter configuration, and practical examples for common development workflows.