
from agent-skills-standard509
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.
Static-only skill providing React Navigation v6 guidelines for React Native apps. Covers type-safe stacks, deep linking, auth flows, and anti-patterns. No scripts bundled. Well-structured with clear sections and specific file/keyword triggers, but instructions are high-level and the referenced deep-linking.md file isn't bundled for review.
Clean skill, no security concerns. Pure documentation/guidelines skill with no executable code. Frontmatter triggers are well-defined. Could benefit from more detailed step-by-step implementation instructions and bundled reference files.
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.
PHP Best Practices
Opinionated PHP coding standards and architecture guidance (PSR-12, SOLID, naming, structure) to improve code quality, maintainability, and testability.
Laravel Eloquent: Safe & Performant Queries
Opinionated guidelines for writing performant, safe Eloquent queries in Laravel: eager loading, reusable scopes, strict lazy-loading prevention, and memory-safe
Flutter BLoC State Management
Guidelines and verification checklist for implementing predictable, testable BLoC/Cubit state management in Flutter apps, with recommended patterns and anti-pat
Documentation Standards (Intent‑First)
Guidelines and templates for intent‑first code comments, READMEs, ADRs and API docs to produce clear, maintainable technical documentation.