Patches native modules (expo-image, react-native, etc.) to fix native crashes or bugs.
Score 70/100
Documents minimum SDK/OS version requirements for all OneKey platforms. Use when checking platform compatibility, understanding deployment targets, verifying version requirements,…
Score 70/100
Sentry error tracking and monitoring for OneKey. Use when configuring Sentry, filtering errors, analyzing crash reports, or debugging production issues.
Score 70/100
Identify friction points, bottlenecks, bugs, and technical debt. Use for audits, debugging sessions, when something feels wrong, or before major work to surface hidden issues.
Score 70/100
Identify friction points, bottlenecks, bugs, and technical debt. Use for audits, debugging sessions, when something feels wrong, or before major work to surface hidden issues.
Score 70/100
Generates unit tests for command and query handlers using xUnit and NSubstitute. Implements Arrange-Act-Assert pattern with comprehensive test coverage for success and failure…
Score 70/100
Configures integration tests with WebApplicationFactory and Testcontainers. Provides test database setup, authentication helpers, and utilities for testing API endpoints with real…
Score 70/100
Implements ASP.NET Core rate limiting middleware for API protection. Covers fixed window, sliding window, token bucket, and concurrency limiters with custom policies.
Score 70/100
PostgreSQL database design best practices, naming conventions, indexing strategies, and performance optimization for .NET applications using Npgsql and EF Core.
Score 70/100
[30] ANALYZE. Understand how changes impact the system — what's the core, what's affected, what depends on what.
Score 70/100
Use when you need to review, improve, or build Spring Boot 4.0.x applications — including proper usage of @SpringBootApplication, component annotations (@Controller, @Service,…
Score 70/100
Use when you need to design, review, or improve REST APIs with Spring Boot — including HTTP methods, resource URIs, status codes, DTOs, versioning, deprecation and sunset headers,…
Score 70/100
Use when you need to design, review, or improve validation in Spring Boot applications — including Bean Validation on request DTOs, @Valid/@Validated at API boundaries, constraint…
Score 70/100
[31] ANALYZE. Universal deep thinking methodology for any situation requiring quality reasoning. Use when solving problems, debugging, making decisions, analyzing code, planning,…
Score 70/100
Use when you need to write or review programmatic JDBC with Spring — including JdbcClient (Spring Framework 7+) as the default API, JdbcTemplate only where batch/streaming APIs…
Score 70/100
Use when you need to use Spring Data JDBC with Java records — including entity design with records, repository pattern, immutable updates, aggregate relationships, custom queries,…
Score 70/100
Use when you need to add or review Flyway database migrations in a Spring Boot application — Maven dependencies, db/migration scripts, spring.flyway.* configuration, baseline and…
Score 70/100
Use when you need to write unit tests for Spring Boot applications — including pure unit tests with @ExtendWith(MockitoExtension.class) for @Service/@Component, slice tests with…
Score 70/100
Use when you need to write or improve integration tests — including Testcontainers with @ServiceConnection, @DataJdbcTest persistence slices, TestRestTemplate or MockMvcTester for…
Score 70/100
Use when you need to implement acceptance tests from a Gherkin .feature file for Spring Boot applications — including finding scenarios tagged @acceptance, implementing happy path…
Score 70/100
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots,…
Score 70/100
Apply 37signals/DHH Rails conventions when writing Ruby on Rails code. Use when building Rails applications, reviewing Rails code, or making architectural decisions.
Score 70/100
Expert in 3D computer vision labeling tools, workflows, and AI-assisted annotation for LiDAR, point clouds, and sensor fusion.
Score 70/100
Review 3D Gaussian Splatting implementation code for correctness, performance bugs, and best practices.
Score 70/100
Coordinator workflow for orchestrating dockeragents through fix-review-iterate-present loop. Use when delegating any task that produces code changes.
Score 70/100
Create your FastAPI skill in one prompt, then learn to improve it throughout the chapter
Score 70/100
Use when building or reviewing core Quarkus applications with CDI beans and scopes, SmallRye Config and profiles, lifecycle, interceptors and events, virtual threads, and…
Score 70/100
Use when you need to write fast unit tests for Quarkus applications — including pure tests with @ExtendWith(MockitoExtension.class), @QuarkusTest with @InjectMock for full CDI…
Score 70/100
Use when you need to write or improve integration tests for Quarkus — including @QuarkusTest, Dev Services for automatic container provisioning, Testcontainers via…
Score 70/100
Use when you need to implement acceptance tests from a Gherkin .feature file for Quarkus applications — including @acceptance scenarios, @QuarkusTest, BaseAcceptanceTest with…
Score 70/100
Create your agent-tdd skill in one prompt, then learn to improve it throughout the chapter
Score 70/100
Validate your agent-evals skill by testing it on a completely different agent. A skill proves its worth when it transfers beyond the context where you learned it.
Score 70/100
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots,…
Score 70/100
Create your Docker deployment skill in one prompt, then learn to improve it throughout the chapter
Score 70/100
Transform Docker knowledge from Lessons 1-6 into a reusable AI skill for consistent, production-ready containerization
Score 70/100
Guide for creating high-quality MCP (Model Context Protocol) servers that enable LLMs to interact with external services through well-designed tools.
Score 70/100
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots,…
Score 70/100
Create your Kubernetes deployment skill in one prompt, then learn to improve it throughout the chapter
Score 70/100
Create your Helm chart skill in one prompt, then learn to improve it throughout the chapter
Score 70/100
[52] EXECUTE. Three-stage refactoring workflow: (1) iterative research of refactor/modularization options, (2) plan + risk/edge-case analysis + Scope150 validation, then implement…
Score 70/100
Use when you need to write unit tests for Micronaut applications — Mockito-first with @ExtendWith(MockitoExtension.class), @MicronautTest with @MockBean, HttpClient @Client(/)…
Score 70/100
Use when you need to write or improve integration tests for Micronaut — @MicronautTest, HttpClient, TestPropertyProvider with Testcontainers, transactional test mode where…
Score 70/100
Use when you need to implement acceptance tests from a Gherkin .feature file for Micronaut applications — @acceptance scenarios, @MicronautTest, HttpClient, BaseAcceptanceTest…
Score 70/100
Create your Dapr deployment skill in one prompt, then learn to improve it throughout the chapter
Score 70/100
Create your GitOps deployment skill in one prompt, then learn to improve it throughout the chapter
Score 70/100
Complete your dapr-deployment skill with actor and workflow patterns, validate code generation, and document your Digital FTE component
Score 70/100
Complete browser automation with Playwright. Auto-detects dev servers, writes clean test scripts to /tmp.
Score 70/100
5W1H Decision Framework Tool. Use for: (1) Systematic decision-making before creating todos, (2) Preventing duplicate implementation, (3) Detecting avoidance behavior, (4)…
Score 70/100
Five Whys root cause analysis. Iteratively asks "why" to drill past symptoms to underlying causes. Use for debugging, investigating failures, or understanding why something went…
Score 70/100
Phase 6: Serve via python3 -m http.server 8899, screenshot light mode (fullPage), toggle .dark class + screenshot dark mode, compare 3 declared elements [expected vs present], fix…
Score 70/100
Test features before users find bugs. Use when feature is built, before deploying, or when bugs reported.
Score 70/100
Create your multi-cloud-deployer skill in one prompt, then learn to improve it throughout the chapter
Score 70/100
Create your LLMOps data engineering skill in one prompt, then learn to improve it throughout the chapter
Score 70/100
Create your model-serving skill from Ollama documentation before learning deployment theory
Score 70/100
Use when you need framework-agnostic OpenAPI 3.x guidance — spec structure, metadata and versioning, paths and operations, reusable schemas, security schemes, examples,…
Score 70/100
Use when you need to add or review fuzz testing for Java APIs with CATS — including contract-driven negative testing, malformed payload validation, boundary input exploration, CI…
Score 70/100
[73] CLOSE. Record and maintain Lessons in MEMORY.md after a problem is solved or the user confirms success.
Score 70/100
A B Test Config Creator - Auto-activating skill for ML Deployment. Triggers on: a b test config creator, a b test config creator Part of the ML Deployment skill category.
Score 70/100
Integration patterns for combining Agent-to-Agent (A2A) Protocol with Model Context Protocol (MCP) for hybrid agent communication.
Score 70/100
LiteLLM-RS A2A Protocol Architecture. Covers Agent-to-Agent communication, JSON-RPC 2.0 messaging, multi-provider orchestration, agent registry, and task state management.
Score 70/100