React Native development patterns. Extends platform-mobile and tech-react with React Native-specific rules. Use when...
Development
Code generation, debugging, testing, and development workflows
React-specific component, hook, and rendering patterns. Extends platform-frontend with React rules. Use when writing...
Vitest-specific testing utilities, mocking, and assertion patterns. Extends platform-testing with Vitest rules. Use...
Generate a DevEx-grade PRD from messy intent or fuzzy goals. Use when asked to turn raw ideas into a structured PRD...
Doc Detective test specs and JSON test specifications. MANDATORY: Read SKILL.md first. Format: {"goTo":"url"}...
Inject Doc Detective test specs into documentation source files as inline comments. Use when (1) you have a valid...
Expert, immutable guidance on the QuanuX mobile ecosystem. Strict enforcement of the Figma-to-Code loop, NativeWind...
Best practices for integrating the Pillar SDK into React and Next.js applications. Use when adding an AI assistant...
Convierte una idea en un plan ejecutable por fases, con checklist, riesgos y entregables. Úsalo cuando haya que...
|
Generate comprehensive source code documentation like DeepWiki style and integrate with VitePress
React and Next.js performance optimization guidelines from Vercel Engineering. This skill should be used when...
Checks all changes in the current branch and writes a step-by-step manual verification guide with expected outcomes.
Review UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "check accessibility",...
Use when creating or developing, before writing code or implementation plans - refines rough ideas into fully-formed...
Rigorous planning through three phases - Discover (explore problem space), Decide (validate each decision via...
Smart orchestrator for chunked plans - auto-detects complexity, recommends execution mode...
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work - guides...
Structured reasoning for architectural decisions using First Principles Framework (Quint Code). Orchestrates ADI...
Use when receiving code review feedback, before implementing suggestions, especially if feedback seems unclear or...
Use when errors occur deep in execution and you need to trace back to find the original trigger - systematically...
Use when encountering any bug, test failure, or unexpected behavior, before proposing fixes - four-phase framework...
Use when implementing any feature or bugfix, before writing implementation code - write the test first, watch it...
Use when writing or changing tests, adding mocks, or tempted to add test-only methods to production code - prevents...