erne-navigate — community erne-navigate, everything-react-native-expo, community, ide skills

v1.0.0

Acerca de este Skill

Perfecto para desarrolladores de React Native y Expo que necesitan un diseño de estructura de navegación optimizado y gestión de archivos de Expo Router. ERNE — Design navigation architecture using the architect agent

JubaKitiashvili JubaKitiashvili
[23]
[2]
Updated: 3/23/2026

Killer-Skills Review

Decision support comes first. Repository text comes second.

Reference-Only Page Review Score: 9/11

This page remains useful for operators, but Killer-Skills treats it as reference material instead of a primary organic landing page.

Original recommendation layer Concrete use-case guidance Explicit limitations and caution Quality floor passed for review
Review Score
9/11
Quality Score
56
Canonical Locale
en
Detected Body Locale
en

Perfecto para desarrolladores de React Native y Expo que necesitan un diseño de estructura de navegación optimizado y gestión de archivos de Expo Router. ERNE — Design navigation architecture using the architect agent

¿Por qué usar esta habilidad?

Habilita a los agentes a diseñar y mapear pantallas, determinar pilas de navegación, pestañas y cajones, y planificar estructuras de archivos de Expo Router utilizando el agente arquitecto, simplificando el proceso de desarrollo con React Native y Expo.

Mejor para

Perfecto para desarrolladores de React Native y Expo que necesitan un diseño de estructura de navegación optimizado y gestión de archivos de Expo Router.

Casos de uso accionables for erne-navigate

Asignar pantallas y sus relaciones para una navegación eficiente
Diseñar jerarquías para pilas de navegación, pestañas y cajones
Planificar y generar estructuras de archivos de Expo Router para un enrutamiento sin problemas

! Seguridad y limitaciones

  • Requiere un entorno de React Native y Expo
  • Limitado al diseño de estructuras de navegación para aplicaciones de React Native y Expo

Why this page is reference-only

  • - Current locale does not satisfy the locale-governance contract.

Source Boundary

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

After The Review

Decide The Next Action Before You Keep Reading Repository Material

Killer-Skills should not stop at opening repository instructions. It should help you decide whether to install this skill, when to cross-check against trusted collections, and when to move into workflow rollout.

Labs Demo

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is erne-navigate?

Perfecto para desarrolladores de React Native y Expo que necesitan un diseño de estructura de navegación optimizado y gestión de archivos de Expo Router. ERNE — Design navigation architecture using the architect agent

How do I install erne-navigate?

Run the command: npx killer-skills add JubaKitiashvili/everything-react-native-expo/erne-navigate. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for erne-navigate?

Key use cases include: Asignar pantallas y sus relaciones para una navegación eficiente, Diseñar jerarquías para pilas de navegación, pestañas y cajones, Planificar y generar estructuras de archivos de Expo Router para un enrutamiento sin problemas.

Which IDEs are compatible with erne-navigate?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for erne-navigate?

Requiere un entorno de React Native y Expo. Limitado al diseño de estructuras de navegación para aplicaciones de React Native y Expo.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add JubaKitiashvili/everything-react-native-expo/erne-navigate. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use erne-navigate immediately in the current project.

! Reference-Only Mode

This page remains useful for installation and reference, but Killer-Skills no longer treats it as a primary indexable landing page. Read the review above before relying on the upstream repository instructions.

Upstream Repository Material

The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.

Upstream Source

erne-navigate

Install erne-navigate, an AI agent skill for AI agent workflows and automation. Review the use cases, limitations, and setup path before rollout.

SKILL.md
Readonly
Upstream Repository Material
The section below is imported from the upstream repository and should be treated as secondary evidence. Use the Killer-Skills review above as the primary layer for fit, risk, and installation decisions.
Supporting Evidence

/erne-navigate — Navigation Design

You are executing the /erne-navigate command. Use the architect agent to design navigation structure.

Process

  1. Map the screens — List all screens and their relationships
  2. Design the hierarchy — Determine navigation stacks, tabs, drawers
  3. Plan Expo Router file structure — Map screens to file-based routes

Output: Expo Router File Structure

app/
  _layout.tsx              # Root Stack
  index.tsx                # Redirect to (tabs)
  +not-found.tsx           # 404 screen
  (tabs)/
    _layout.tsx            # Tab navigator
    index.tsx              # Home tab
    search.tsx             # Search tab
    profile.tsx            # Profile tab
  (auth)/
    _layout.tsx            # Auth stack (no tabs)
    login.tsx
    register.tsx
    forgot-password.tsx
  [entity]/
    _layout.tsx            # Entity detail stack
    [id].tsx               # Entity detail screen
    [id]/edit.tsx           # Edit screen
  modal/
    _layout.tsx            # Modal group
    settings.tsx           # Settings modal
    create-post.tsx        # Create post modal
  1. Define navigation patterns:

    • Tab-to-detail: How tabs navigate to detail screens
    • Auth flow: How unauthenticated users are redirected
    • Deep linking: URL scheme mapping
    • Modal presentation: Full-screen vs bottom sheet
  2. Generate layout files — Create _layout.tsx files with proper configuration:

tsx
1// app/(tabs)/_layout.tsx 2import { Tabs } from 'expo-router'; 3 4export default function TabLayout() { 5 return ( 6 <Tabs screenOptions={{ tabBarActiveTintColor: '#007AFF' }}> 7 <Tabs.Screen name="index" options={{ title: 'Home', tabBarIcon: ... }} /> 8 <Tabs.Screen name="search" options={{ title: 'Search', tabBarIcon: ... }} /> 9 <Tabs.Screen name="profile" options={{ title: 'Profile', tabBarIcon: ... }} /> 10 </Tabs> 11 ); 12}

Notes

  • Reference rules/common/navigation.md for conventions
  • Consider deep link testing: npx uri-scheme open [url] --ios
  • Include typed route definitions

Habilidades relacionadas

Looking for an alternative to erne-navigate or another community skill for your workflow? Explore these related open-source skills.

Ver todo

openclaw-release-maintainer

Logo of openclaw
openclaw

Your own personal AI assistant. Any OS. Any Platform. The lobster way. 🦞

333.8k
0
Inteligencia Artificial

widget-generator

Logo of f
f

Generar complementos de widgets personalizables para el sistema de feeds de prompts.chat

149.6k
0
Inteligencia Artificial

flags

Logo of vercel
vercel

El Marco de React

138.4k
0
Navegador

pr-review

Logo of pytorch
pytorch

Tensores y redes neuronales dinámicas en Python con fuerte aceleración de GPU

98.6k
0
Desarrollador