
from Agent Skills Standard414
Guidelines and patterns for configuring React Navigation v6: type-safe stacks, tabs, deep linking, auth flows, and anti-patterns for React Native apps.
Provides concrete best-practice guidance for implementing React Navigation v6 in React Native applications. It covers architecture choices (native vs JS stacks), TypeScript typing patterns for screen props, deep-linking configuration, auth vs app navigation splits, and recommended navigator patterns (stacks, tabs, drawers). The skill references deeper docs for deep linking and typed param lists.
Use this skill when building or refactoring navigation in a React Native app that uses React Navigation v6 — especially when you need type-safety, reliable deep links, an auth workflow, or native-like transitions. Triggered by files or folders like Navigation.tsx, src/navigation/, or when adding stack/tab/drawer navigators.
references/ folder with deep-linking guidance and examplesPrimarily useful for agents that assist with JavaScript/TypeScript and React Native development (Copilot-style coding assistants, Cursor, Claude Code). The guidance is implementation-focused and helps code generation or review agents produce correct navigation code.
This skill has not been reviewed by our automated audit pipeline yet.
Common API Design Standards
Opinionated REST API design guidelines: HTTP semantics, status codes, URL design, versioning, pagination, and OpenAPI contract best-practices.
Common API Design Standards
Opinionated REST API design conventions: HTTP verbs, status codes, URL patterns, versioning, pagination, and OpenAPI requirements for reliable, versioned APIs.