axiom-app-composition

Installation
SKILL.md

App Composition

When to Use This Skill

Use this skill when:

  • Structuring your @main entry point and root view
  • Managing authentication state (login → onboarding → main)
  • Switching between app-level states without flicker
  • Handling scene lifecycle events (scenePhase)
  • Restoring app state after termination
  • Deciding when to split into feature modules
  • Coordinating between multiple windows (iPad, axiom-visionOS)

Example Prompts

What You Might Ask Why This Skill Helps
"How do I switch between login and main screens?" AppStateController pattern with validated transitions
"My app flickers when switching from splash to main" Flicker prevention with animation coordination
Related skills
Installs
5
GitHub Stars
3
First Seen
Mar 5, 2026