code-consistency-validator
Safe 69Validate Type Consistency Across Languages
by BarisSozen
Cross-language type mismatches cause bugs and financial loss. This skill validates type consistency across Rust, TypeScript, and PostgreSQL boundaries using pattern detection and grep commands.
github-pr-review
Safe 70Resolve GitHub PR review comments systematically
by Bae-ChangHyun
Managing PR review comments manually is time-consuming and error-prone. This skill prioritizes comments by severity, applies fixes with user confirmation, and automatically replies to resolved threads using proper commit formats.
github-pr-merge
Safe 69Merge GitHub Pull Requests with validation
by Bae-ChangHyun
Merging Pull Requests without proper validation can lead to broken code in production. This skill enforces pre-merge checks, confirms with users, and handles branch cleanup automatically.
github-pr-creation
Safe 69Create GitHub pull requests with validation
by Bae-ChangHyun
Creating pull requests with proper formatting takes time and attention to detail. This skill automates PR creation by validating tasks, running tests, and generating Conventional Commits messages automatically.
agentic-structure
Safe 70Apply production-ready development guidelines
by BackGwa
Developers struggle with inconsistent code quality and security gaps when working with AI assistants. This skill provides comprehensive guidelines for collaborative development including coding standards, error handling, security practices, and decision-making protocols.
react-native-mobile-development
Safe 70Build React Native mobile apps with Expo
by BabakBar
Developing mobile apps requires platform-specific knowledge and command-line tools. This skill provides ready-to-use templates, best practices, and troubleshooting guidance for React Native and Expo development.
mobile-testing
Safe 69Test React Native apps with Jest
by BabakBar
Writing tests for React Native applications is time-consuming without proper templates and patterns. This skill provides ready-to-use testing templates for components, hooks, and utilities along with mocking patterns and best practices.
mobile-debugging
Safe 70Debug React Native and Expo mobile apps
by BabakBar
React Native apps can crash, freeze, or fail to build without clear error messages. This skill provides step-by-step debugging commands and techniques to diagnose and fix metro bundler errors, native module issues, performance problems, and build failures.
code-patterns-practices
Safe 69Apply React Native Code Patterns
by BabakBar
This skill provides React Native coding patterns and best practices for building mobile apps. Use it to implement common patterns like custom hooks, compound components, and state management in your mobile projects.
webapp-testing
Low Risk 69Test web apps with Playwright
by Azeem-2
Testing web applications manually takes time and often misses issues. This skill provides Playwright automation tools to verify frontend functionality, capture screenshots, and debug browser behavior automatically.
mcp-server
Safe 67Build Model Context Protocol Servers
by Azeem-2
Creating MCP servers from scratch requires understanding protocol patterns, database integration, and enterprise features. This skill provides reusable architecture patterns so you can build production-ready MCP servers faster.
event-driven-architecture
Safe 67Build Event-Driven Microservices
by Azeem-2
Building distributed systems with event-driven patterns requires understanding messaging patterns, saga coordination, and broker integration. This skill provides ready-to-use patterns for Kafka, Dapr, Redis, and pub/sub architectures.
api-dev
Safe 65Build High-Performance REST APIs
by Azeem-2
Building scalable APIs requires mastering async patterns, error handling, and rate limiting. This skill provides ready-to-use code patterns for circuit breakers, caching, testing, and production configurations that work across Python, Node.js, and Go.
copilot-mcp-server
Safe 68Access GitHub Copilot AI tools via MCP
by Aykahshi
This skill provides direct access to GitHub Copilot AI models through Model Context Protocol tools. Use it for code review, debugging, refactoring, and test generation without leaving your AI coding assistant.
react-component
Safe 70Build React components with TypeScript
by Awais68
Create React functional components and hooks with TypeScript. This skill provides patterns for building accessible, performant, and maintainable UI components following modern React best practices.
frontend-nextjs-app-router
Safe 70Build Next.js App Router Applications
by Awais68
Next.js App Router development can be complex with server and client components, dynamic routing, and nested layouts. This skill provides expert guidance and code templates to help you build modern Next.js applications with proper architecture and best practices.
error-handling
Safe 71Implement Structured Error Handling
by Awais68
Building robust error handling is challenging without consistent patterns. This skill provides ready-to-use exception hierarchies, try-catch patterns, global error handlers, and logging utilities for FastAPI and React applications.
db-migration
Safe 71Manage database migrations with Alembic
by Awais68
Database migrations are complex and error-prone. This skill provides expert guidance for Alembic migrations in SQLModel and FastAPI projects with safe schema evolution and rollback capabilities.
chatkit-widget
Safe 70Integrate ChatKit Widgets into Next.js Applications
by Awais68
ChatKit widget integration can be complex with configuration, security, and performance concerns. This skill provides complete setup guides for embedding chat widgets with secure API proxies, role-based access control, and custom branding.
swift-concurrency
Safe 72Implement Swift Concurrency patterns
by AvdLee
Swift Concurrency introduces async/await, actors, and structured concurrency. This skill provides expert guidance on adopting these patterns safely, avoiding data races, and migrating existing codebases to Swift 6 with compile-time thread safety.