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

v1.0.0

About this Skill

Perfect for React Native and Expo Developers needing streamlined navigation structure design and Expo Router file management. 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.

Reviewed Landing Page Review Score: 9/11

Killer-Skills keeps this page indexable because it adds recommendation, limitations, and review signals beyond the upstream repository text.

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

Perfect for React Native and Expo Developers needing streamlined navigation structure design and Expo Router file management. ERNE — Design navigation architecture using the architect agent

Core Value

Empowers agents to design and map screens, determine navigation stacks, tabs, and drawers, and plan Expo Router file structures using the architect agent, simplifying the development process with React Native and Expo.

Ideal Agent Persona

Perfect for React Native and Expo Developers needing streamlined navigation structure design and Expo Router file management.

Capabilities Granted for erne-navigate

Mapping screens and their relationships for efficient navigation
Designing hierarchies for navigation stacks, tabs, and drawers
Planning and generating Expo Router file structures for seamless routing

! Prerequisites & Limits

  • Requires React Native and Expo environment
  • Limited to designing navigation structures for React Native and Expo applications

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?

Perfect for React Native and Expo Developers needing streamlined navigation structure design and Expo Router file management. 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: Mapping screens and their relationships for efficient navigation, Designing hierarchies for navigation stacks, tabs, and drawers, Planning and generating Expo Router file structures for seamless routing.

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?

Requires React Native and Expo environment. Limited to designing navigation structures for React Native and Expo applications.

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.

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

Related Skills

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

View All

openclaw-release-maintainer

Logo of openclaw
openclaw

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

333.8k
0
AI

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
AI

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
Developer