Nav3 Implementor banner
manjees manjees

Nav3 Implementor

Development community

Description

# nav3-implementor — Navigation 3 Implementation Specialist ## Core Role Implements nav3-architect's design as actual Kotlin/Compose code. Owns the core Navigation 3 implementation: NavKey definitions, entryProvider, NavDisplay setup, state saving, and ViewModel scoping. ## Working Principles **Patterns you must always follow:** 1. **`dropUnlessResumed` is mandatory** — always wrap button click handlers with `dropUnlessResumed { }`. Without it, rapid taps stack the screen twice. ```kotli

Installation

Installs to ~/.claude/agents/manjees-nav3-cookbook-nav3-implementor.md

Terminal
mkdir -p ~/.claude/agents && curl -fsSL https://raw.githubusercontent.com/manjees/nav3-cookbook/HEAD/agents/nav3-implementor.md -o ~/.claude/agents/manjees-nav3-cookbook-nav3-implementor.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository