Configure Replit dev/staging/production environments with separate databases, secrets, and deployment tiers.
Score 70/100
Monitor Replit deployments with health checks, uptime tracking, resource usage, and alerting. Use when setting up monitoring for Replit apps, building health dashboards, or…
Score 70/100
Optimize Replit app performance: cold start, memory, Nix caching, and deployment speed. Use when experiencing slow startup, high memory usage, deployment timeouts, or optimizing…
Score 70/100
Execute Replit production deployment checklist with rollback and health monitoring. Use when deploying Replit apps to production, preparing for launch, or implementing go-live…
Score 70/100
Handle Replit resource limits: KV database caps, deployment quotas, and request throttling. Use when hitting storage limits, managing deployment resources, or implementing rate…
Score 70/100
Implement Replit reference architecture with best-practice project layout, data layer, and deployment.
Score 70/100
Implement reliability patterns for Replit: cold start handling, graceful shutdown, persistent state, and keep-alive.
Score 70/100
Upgrade Replit Nix channels, migrate between database types, and update deployment targets. Use when upgrading Nix channel versions, migrating from Replit DB to PostgreSQL,…
Score 70/100
Handle Replit deployment events, build Replit Extensions, and set up Agents & Automations. Use when integrating with Replit deployment lifecycle, building workspace extensions, or…
Score 70/100
Generate a layered HTML architecture diagram from a real GitHub repo URL. Walks the tree, classifies modules into semantic layers (user / application / ai / data / infra /…
Score 70/100
Onboard quickly to this repository. Use when asked to understand architecture, locate ownership, choose the right module, or identify the correct commands and verification…
Score 70/100
Validate report outputs with Python using row-count checks, subtotal tests, duplicate-grain checks, and comparison summaries.
Score 70/100
Create a detailed refactor plan with tiny commits via user interview, then file it as a GitHub issue.
Score 70/100
Dispatch code-reviewer subagent to review implementation against plan or requirements before proceeding
Score 70/100
Manage architecture requirements throughout the TOGAF ADM cycle. Produces Requirements Impact Assessments, maintains Architecture Requirements Repository entries, and builds a…
Score 70/100
Send transactional or notification emails via the Resend API — text and HTML content, multiple recipients, CC/BCC, reply-to, and file attachments.
Score 70/100
Receive and verify Resend webhooks. Use when setting up Resend webhook handlers, debugging signature verification, handling email events like email.sent, email.delivered,…
Score 70/100
Validate an OpenAPI document, resolve external references, and emit a clean compiled spec before codegen or contract review.
Score 70/100
Orchestrates resolution of GitHub PR review threads AND reads recent non-thread PR comments (top-level + review bodies) by grouping related feedback, processing each group…
Score 70/100
Control the user's real Chrome browser with existing logins and cookies. Use for navigation, clicking, typing, screenshots, file upload, reading page content, and page-context…
Score 70/100
Response Time Analyzer - Auto-activating skill for Performance Testing. Triggers on: response time analyzer, response time analyzer Part of the Performance Testing skill category.
Score 70/100
Reference skill for Zoom REST API. Use after choosing an API-based workflow when you need endpoint selection, resource-management patterns, OAuth requirements, rate-limit…
Score 70/100
Tracks breaking changes across REST API versions by diffing OpenAPI specs with oasdiff and monitoring endpoint deprecation headers.
Score 70/100
RESTful API design principles, versioning, pagination, HATEOAS, and documentation.
Score 70/100
Conception d'APIs REST conformes aux standards et bonnes pratiques. Se déclenche avec "API REST", "concevoir une API", "endpoints", "REST design", "resource naming", "HTTP…
Score 70/100
Comprehensive guidelines for Django REST API development covering project structure, views, models, serializers, authentication, performance, and error handling.
Score 70/100
REST API pagination for inbound and outbound integrations: Salesforce QueryMore, cursor-based, offset-based, Link header, page-size tuning, rate limit interaction.
Score 70/100
Use when designing, implementing, or reviewing Salesforce REST API integration — covering CRUD operations on sObjects, SOQL-based queries, paginated result sets, Composite…
Score 70/100
Validates live API responses against JSON Schema definitions using Ajv (Another JSON Schema Validator).
Score 70/100
Comprehensive REST API testing reference using Postman Collection SDK v2.1 and Newman CLI. Includes assertion libraries for JSON Schema validation with Ajv, response time…
Score 70/100
API testing skill using REST Assured for Java, covering request specifications, response validation, authentication, JSON schema validation, and serialization.
Score 70/100
Concevoir des endpoints REST cohérents. Utiliser quand on crée ou modifie une route dans backend/src/routes/.
Score 70/100
Rest Endpoint Designer - Auto-activating skill for API Development. Triggers on: rest endpoint designer, rest endpoint designer Part of the API Development skill category.
Score 70/100
Quick reference for RESTful API design patterns, HTTP semantics, caching, and rate limiting. Triggers on: rest api, http methods, status codes, api design, endpoint design, api…
Score 70/100
Retell AI ci integration — AI voice agent and phone call automation. Use when working with Retell AI for voice agents, phone calls, or telephony.
Score 70/100
Diagnose and fix Retell AI voice agent errors: call failures, webhook issues, voice quality. Use when encountering Retell AI errors, debugging call issues, or troubleshooting…
Score 70/100
Retell AI debug bundle — AI voice agent and phone call automation. Use when working with Retell AI for voice agents, phone calls, or telephony.
Score 70/100
Retell AI deploy integration — AI voice agent and phone call automation. Use when working with Retell AI for voice agents, phone calls, or telephony.
Score 70/100
Retell AI rate limits — AI voice agent and phone call automation. Use when working with Retell AI for voice agents, phone calls, or telephony.
Score 70/100
Retell AI reference architecture — AI voice agent and phone call automation. Use when working with Retell AI for voice agents, phone calls, or telephony.
Score 70/100
Organize 8-bit CSS with custom properties, pixel fonts, and responsive pixel art. Apply when creating or modifying retro-styled components and their CSS.
Score 70/100
Refactors TypeScript codebases with AST-aware rename, extract, and reference finding. Use for moving functions between files, renaming across codebase, or finding all usages of a…
Score 70/100
Reverse-engineer Architecture Decision Records (ADRs) from an existing codebase. Use when a project has no ADRs but you want to document WHY architectural decisions were made…
Score 70/100
Reverse engineers iOS applications using Frida dynamic instrumentation to understand internal logic, extract
Score 70/100
Catch insecure Dockerfile patterns, brittle package-install habits, and shell pitfalls before image builds ship.
Score 70/100
After a task reaches GREEN and before the quality gate commits, surface C-class refactor discoveries as structured plan-update proposals.
Score 70/100
Review code for logging patterns and suggest evlog adoption. Guides setup on Nuxt, Next.js, SvelteKit, Nitro, TanStack Start, React Router, NestJS, Express, Hono, Fastify, Elysia,…
Score 70/100
Check whether a change is ready for review by testing the claimed behavior, summarizing risk, and naming any gaps reviewers should know about.
Score 70/100
Review an API design, endpoint set, or OpenAPI spec before implementation and return prioritized findings on design quality, security, resilience, and missing contract decisions.
Score 70/100
編輯審查規則清單(CRUD)。此 skill 只負責管理規則檔內容,不執行 code review。執行 code review 請用 /code-review:code-review。
Score 70/100
Reviews and generates .NET/C# code following Microsoft conventions and modern patterns. Use when reviewing C# files, writing .NET code, refactoring, or when user mentions "C#",…
Score 70/100
Identifies Oracle-to-PostgreSQL migration risks by cross-referencing code against known behavioral differences (empty strings, refcursors, type coercion, sorting, timestamps,…
Score 70/100
3-Phase Knowledge Search strategy for the RLM Factory ecosystem. Auto-invoked when tasks involve finding code, documentation, or architecture context in the repository.
Score 70/100
Async/await correctness in React Native with Zustand. Use when debugging race conditions, missing awaits, floating promises, or async timing issues in Expo/React Native apps.
Score 70/100
React Native authentication patterns for Expo apps. Use when implementing login flows, Google/Apple sign-in, token management, session handling, or debugging auth issues in…
Score 70/100
Logging, error messages, and debugging patterns for React Native. Use when adding logging, designing error messages, debugging production issues, or improving code observability.
Score 70/100
Performance optimization for React Native. Use when optimizing lists, preventing re-renders, memoizing components, or debugging performance issues in Expo/React Native apps.
Score 70/100
Complex multi-step operations in React Native. Use when implementing flows with multiple async steps, state machine patterns, or debugging flow ordering issues.
Score 70/100
Styling patterns for React Native with NativeWind and BrandColors. Use when working with styles, themes, colors, responsive layouts, or platform-specific UI in Expo/React Native.
Score 70/100
Testing patterns for React Native with Jest and React Native Testing Library. Use when writing tests, mocking Expo modules, testing Zustand stores, or debugging test failures.
Score 70/100