initium-mobile

Coordinate iOS SwiftUI and Android Jetpack Compose apps for web parity.

Updated Apr 11, 2026
One-click install
npx skills add https://github.com/CaDs/initium --skill initium-mobile
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: initium-mobile
Source: https://github.com/CaDs/initium/tree/main/.claude/skills/initium-mobile
Command: npx skills add https://github.com/CaDs/initium --skill initium-mobile

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Initium mobile Skill standardizes and guides the development and maintenance of both native mobile apps (iOS and Android) within the fork, ensuring parity with the web surface and consistent conventions across platforms.

Core Features & Use Cases

  • Cross-platform coordination for the two-app structure (iOS SwiftUI and Android Jetpack Compose) and adherence to the parity-with-web rule.
  • Platform-specific conventions for iOS and Android, including navigation, auth flows, and security patterns, aligned with the repository's AGENTS.md guidelines.
  • Onboarding and quick-start guidance for developers working on mobile paths under mobile/ios/** or mobile/android/**, enabling faster PR reviews and consistent UX.

Quick Start

Follow the project’s preflight and local dev setup to verify parity and begin modifications to the mobile apps.

Frequently Asked Questions about initium-mobile

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain feature parity between iOS SwiftUI and Android Jetpack Compose apps?

You maintain iOS SwiftUI and Android Jetpack Compose parity by following documented per-platform guidelines and parity rules in AGENTS.md, coordinating navigation, auth-gated shells, and shared conventions across both mobile apps.

What's the best way to coordinate native mobile app development with a web surface?

Coordinate native mobile apps with the web surface by enforcing cross-platform parity rules and shared conventions, ensuring iOS and Android features align with web functionality through preflight validations and PR checks.

How do I set up local dev for iOS and Android apps in the Initium fork?

Set up local dev for iOS and Android apps by following the project's preflight and local dev setup procedures under mobile/ios/** or mobile/android/** paths to verify parity and begin modifications.

Does the Initium mobile workflow require specific preflight validations before PR checks?

Yes, the Initium mobile workflow requires adherence to fork-specific preflight validations and PR checks defined in AGENTS.md to ensure platform conventions and parity rules are met before merging changes.

When do I need to apply platform-specific conventions for iOS and Android navigation?

Apply platform-specific conventions for iOS and Android navigation whenever working on paths under mobile/ios/** or mobile/android/**, covering auth flows, navigation patterns, and security guidelines aligned with AGENTS.md.

Why does cross-platform mobile coordination require per-platform guidelines?

Cross-platform mobile coordination requires per-platform guidelines because iOS SwiftUI and Android Jetpack Compose have distinct navigation, auth, and security patterns that must align with shared conventions while respecting platform-specific implementations.