类型
类型检查与类型生成
ring:dev-devops
LerianStudio
Gate 1 of the development cycle. Creates/updates Docker configuration, docker-compose setup, and environment variables for local development and deployment readiness.
ring:dev-frontend-accessibility
LerianStudio
Gate 2 of frontend development cycle - ensures all components pass axe-core automated accessibility scans with zero WCAG 2.1 AA violations.
ring:dev-sre
LerianStudio
Gate 2 of the development cycle. VALIDATES that observability was correctly implemented by developers. Does not implement observability code - only validates it.
ring:regulatory-templates-setup
LerianStudio
Initial setup sub-skill - handles template selection and context initialization for the 3-gate regulatory workflow.
ring:regulatory-templates-gate1
LerianStudio
Gate 1 sub-skill - performs regulatory compliance analysis and field mapping from template specifications.
ring:dev-unit-testing
LerianStudio
Gate 3 of development cycle - ensures unit test coverage meets threshold (85%+) for all acceptance criteria using TDD methodology.
excalidraw
aws-samples
Create hand-drawn style diagrams and flowcharts using Excalidraw
cloudbase-document-database-in-wechat-miniprogram
TencentCloudBase
Use CloudBase document database WeChat MiniProgram SDK to query, create, update, and delete data. Supports complex queries, pagination, aggregation, and geolocation queries.
webf-native-ui-dev
openwebf
Develop custom native UI libraries based on Flutter widgets for WebF. Create reusable component libraries that wrap Flutter widgets as web-accessible custom elements. Use when building UI libraries, wrapping Flutter packages, or creating native component systems.
web-asset-generator
majiayu000
Generate web assets including favicons, app icons (PWA), and social media meta images (Open Graph) for Facebook, Twitter, WhatsApp, and LinkedIn. Use when users need icons, favicons, social sharing images, or Open Graph images from logos or text slogans. Handles image resizing, text-to-image generation, and provides proper HTML meta tags.
api-design
majiayu000
REST/GraphQL/gRPC API design best practices. Use when designing APIs, defining contracts, handling versioning. Covers OpenAPI 3.2, GraphQL Federation, gRPC streaming.
typescript-advanced
rohitg00
Advanced TypeScript patterns including generics, conditional types, mapped types, template literals, and type guards
python-best-practices
rohitg00
Pythonic code with modern type hints, dataclasses, async patterns, packaging, and testing
llm-integration
rohitg00
LLM integration patterns including API usage, streaming, function calling, RAG pipelines, and cost optimization
nextjs-mastery
rohitg00
Next.js 14+ App Router patterns including RSC, ISR, middleware, parallel routes, and data fetching
continuous-learning
rohitg00
Auto-extract patterns from coding sessions, track corrections, and build reusable knowledge with confidence scoring
mcp-development
rohitg00
MCP server development including tool design, resource endpoints, prompt templates, and transport configuration
rust-systems
rohitg00
Rust systems programming patterns including ownership, traits, async runtime, error handling, and unsafe guidelines
websocket-realtime
rohitg00
Real-time communication patterns with WebSocket, Socket.io, Server-Sent Events, and scaling strategies
redis-patterns
rohitg00
Redis patterns including caching strategies, pub/sub, streams for event processing, Lua scripts, and data structures
capacitor-offline-first
Cap-go
Guide to building offline-first Capacitor apps with data synchronization, caching strategies, and conflict resolution. Covers SQLite, service workers, and network detection. Use this skill when users need their app to work without internet.
capacitor-testing
Cap-go
Complete testing guide for Capacitor apps covering unit tests, integration tests, E2E tests, and native testing. Includes Jest, Vitest, Playwright, Appium, and native testing frameworks. Use this skill when users need to test their mobile apps.
capgo-live-updates
Cap-go
Complete guide to implementing live updates in Capacitor apps using Capgo. Covers account creation, plugin installation, configuration, update strategies, and CI/CD integration. Use this skill when users want to deploy updates without app store review.
capacitor-push-notifications
Cap-go
Complete guide to implementing push notifications in Capacitor apps using Firebase Cloud Messaging (FCM) and Apple Push Notification Service (APNs). Covers setup, handling, and best practices. Use this skill when users need to add push notifications.