Find the perfect skill
Fix snarkVM Issues with TDD Workflow
Development
Fix GitHub issues or PR review feedback in snarkVM using test-driven development. Includes investigation, planning, and implementation with final validation.
i18n Translation Management
Development
Manages JSON translation files (en, fr, ru, cn) in public/locales/ by adding or updating keys across all four locales simultaneously. Validates key format (kebab-case, dot-notation paths) and follows section organization conventions (validation, common, pages, etc.). Helps when adding new strings or modifying existing translations to keep all language files in sync.
Review Fix — Plan & Execute from Last Review
Development
Reads the most recent code review, plans fixes for all findings grouped by priority, then executes every planned fix with atomic commits. Produces a dated plan and execution log in .reviews/. Helps automate the entire review-fix workflow.
Project Analyzer
Development
Performs deep analysis of project codebases, including lines of code by language, dependency analysis, git history statistics, and architecture detection. Generates comprehensive project profiles in YAML format for documentation and portfolio use. Ideal for developers who need to quickly assess code health, generate project snapshots, or showcase their work.
Spec Management
Development
Provides tools and templates for managing feature specifications in the specs/ directory. Includes scripts for creating, listing, validating, updating status, and searching specifications, ensuring consistent documentation and status tracking. Useful for organizing project requirements and tracking feature development progress.
Expert Code Review
Development
Expert code reviewer specializing in software engineering best practices, design patterns, and quality standards. Perfect for analyzing code changes and pull requests.
WebSocket Client Creator
Development
Generates WebSocket client configurations and code. Helps when integrating with real-time APIs, webhooks, or third-party services using WebSocket.
Linear Integration
Development
Manage issues, projects, and cycles in Linear. Allows querying issues, teams, projects, and cycles, as well as creating, updating, and commenting on issues. Use this when working with Linear tasks, tickets, sprints, or project management.
Replit SDK Patterns
Development
Production-ready patterns for Replit SDK integration in TypeScript and Python. Implement singleton, error handling, and retry logic for robust SDK usage.
Slash Command Authoring
Development
Guide for authoring and improving slash commands that delegate to agents or skills. Covers design patterns, best practices, and architecture for simple, focused commands.
FHIR REST API Implementation
Development
Expert guidance for implementing FHIR RESTful API servers and clients following HL7 FHIR specification (R4/R5). Covers CRUD operations, bundles, transactions, and content negotiation.
Getopts Parser Generator
Development
Generate argument parsing code for shell scripts with short/long options and validation. Full usage documentation support.