Find the perfect skill
WatchConnectivity Patterns and Dual-Target Sync
Development
Implement bidirectional iOS-watchOS synchronization with failure handling and complications support. Includes message schemas, WCSession managers, and resilience strategies.
Conventional Commits Generator
Development
Generates commit messages following the Conventional Commits 1.0.0 specification. Analyzes code changes and creates structured messages with type, scope, and description.
Create New Skill
Development
Create a new Claude Code skill with proper SKILL.md structure, name validation, and YAML frontmatter template generation.
Symfony Maker - Intelligent Generator
Development
Automates Symfony code generation using official makers. Identifies and executes the appropriate maker, or generates an implementation plan if none exists.
Full-Stack App Scaffolder
Development
Scaffold complete full-stack applications with best practices, including API routes, database schemas, and frontend components.
Module Federation Module Info
Development
Fetches metadata and manifest information for a remote Module Federation module (publicPath, remoteEntry, file URLs, remotes/exposes/shared). Supports two modes: integrated or standalone.
TypeScript Strict Mode Converter
Development
Gradually convert JavaScript or loose TypeScript projects to strict TypeScript with proper type safety.
i18n & Localization Best Practices
Development
Internationalization and localization patterns: detecting hardcoded strings, managing translations, locale files, and RTL support.
Clerk Rate Limits Management
Development
Understand and manage Clerk's rate limits and quotas. Optimize API usage and plan for high-traffic scenarios.
Integrating Stripe Payments
Development
Complete workflow for integrating Stripe payments (subscriptions or one-time) with Convex + Next.js. Includes hosted checkout, webhooks, UI components, and testing.
JavaScript Modern
Development
Write modern JavaScript/ES6+ code following best practices for performance, security, and maintainability. Use when writing JS code, fixing bugs, or implementing frontend functionality.
Refactor Jupyter Notebooks
Development
Programmatically analyze and batch modify Jupyter Notebook (.ipynb) files by replacing specific import statements, function calls, or code blocks.