mobile-native
A central skill for handling broad mobile-native tasks, parity checks, and plugin registration across iOS and Android platforms.
Install
mkdir -p .claude/skills/mobile-native && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/12757" && unzip -o skill.zip -d .claude/skills/mobile-native && rm skill.zipInstalls to .claude/skills/mobile-native
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Use when the request is broadly about iOS, Android, Capacitor plugins, or native parity and the correct mobile specialist skill is not yet clear.Key capabilities
- →Route broad native requests to appropriate specialist skills
- →Assess mobile parity between platforms
- →Register new Capacitor plugins
- →Debug native device-specific runtime issues
- →Align native registration and service-layer contracts
- →Route trust and consent boundary questions to security-audit
How it works
This skill acts as an intake point for mobile-native requests, routing them to specific specialist skills while ensuring alignment of native contracts across platforms.
Inputs & outputs
When to use mobile-native
- →Assessing mobile parity between platforms
- →Registering new Capacitor plugins
- →Debugging native device-specific runtime issues
- →Preparing native apps for release
About this skill
Hussh Mobile Native Skill
Purpose and Trigger
- Primary scope:
mobile-native-intake - Trigger on broad native requests across iOS, Android, Capacitor plugins, parity, and device-specific runtime behavior.
- Avoid overlap with
frontend,backend, andrepo-context.
Coverage and Ownership
- Role:
owner - Owner family:
mobile-native
Owned repo surfaces:
hushh-webapp/ioshushh-webapp/android
Non-owned surfaces:
frontendbackenddocs-governance
Do Use
- Broad native intake before the correct spoke is clear.
- Mobile parity, plugin registration, native runtime behavior, and release-readiness questions.
- Choosing whether work belongs to plugin contracts or parity audit specialists.
Do Not Use
- Pure web-only frontend work.
- Backend-only or trust-only work without a native surface.
- Broad repo mapping before the domain itself is known.
Read First
docs/reference/mobile/README.mddocs/guides/new-feature.mdhushh-webapp/ios/App/CapApp-SPM/README.md
Workflow
- Decide whether the task is plugin-contract work or parity/audit work.
- Keep native registration and service-layer contracts aligned across web, iOS, and Android.
- Route trust and consent boundary questions into
security-auditwhen native is only one part of the problem.
Handoff Rules
- Route plugin implementation and registration work to
mobile-plugin-contracts. - Route parity, release-readiness, and native audit work to
mobile-parity-audit. - If the request is broad repo mapping, start with
repo-context. - If the task becomes broad web-frontend work, route it to
frontend.
Required Checks
cd hushh-webapp && npm run typecheck
cd hushh-webapp && npm run cap:build
When not to use it
- →For pure web-only frontend work
- →For backend-only or trust-only work without a native surface
- →For broad repo mapping before the domain itself is known
Limitations
- →Does not cover pure web-only frontend work
- →Does not cover backend-only or trust-only work without a native surface
- →Does not cover broad repo mapping before the domain itself is known
How it compares
This workflow centralizes the initial handling of diverse mobile-native requests, efficiently directing them to specialized skills, unlike directly addressing each request without initial categorization.
Compared to similar skills
mobile-native side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| mobile-native (this skill) | 0 | 3mo | Review | Beginner |
| survey-sdk-audit | 3 | 25d | Review | Intermediate |
| build-macos-apps | 70 | 8mo | Review | Intermediate |
| ios-simulator-skill | 27 | 1mo | Review | Advanced |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by hushh-labs
View all by hushh-labs →You might also like
survey-sdk-audit
PostHog
Audit PostHog survey SDK features and version requirements
build-macos-apps
glittercowboy
Build professional native macOS apps in Swift with SwiftUI and AppKit. Full lifecycle - build, debug, test, optimize, ship. CLI-only, no Xcode.
ios-simulator-skill
conorluddy
21 production-ready scripts for iOS app testing, building, and automation. Provides semantic UI navigation, build automation, accessibility testing, and simulator lifecycle management. Optimized for AI agents with minimal token output.
flutter-expert
sickn33
Master Flutter development with Dart 3, advanced widgets, and multi-platform deployment. Handles state management, animations, testing, and performance optimization for mobile, web, desktop, and embedded platforms. Use PROACTIVELY for Flutter architecture, UI implementation, or cross-platform features.
react-native-architecture
wshobson
Build production React Native apps with Expo, navigation, native modules, offline sync, and cross-platform patterns. Use when developing mobile apps, implementing native integrations, or architecting React Native projects.
react-native-design
wshobson
Master React Native styling, navigation, and Reanimated animations for cross-platform mobile development. Use when building React Native apps, implementing navigation patterns, or creating performant animations.