MO

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.zip

Installs 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.
145 chars✓ has a “when” trigger
Beginner

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

You give it
Broad request about iOS, Android, Capacitor plugins, or native parity
You get back
Identified specialist skill for handoff, or guidance on mobile parity, plugin registration, or native runtime behavior

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, and repo-context.

Coverage and Ownership

  • Role: owner
  • Owner family: mobile-native

Owned repo surfaces:

  1. hushh-webapp/ios
  2. hushh-webapp/android

Non-owned surfaces:

  1. frontend
  2. backend
  3. docs-governance

Do Use

  1. Broad native intake before the correct spoke is clear.
  2. Mobile parity, plugin registration, native runtime behavior, and release-readiness questions.
  3. Choosing whether work belongs to plugin contracts or parity audit specialists.

Do Not Use

  1. Pure web-only frontend work.
  2. Backend-only or trust-only work without a native surface.
  3. Broad repo mapping before the domain itself is known.

Read First

  1. docs/reference/mobile/README.md
  2. docs/guides/new-feature.md
  3. hushh-webapp/ios/App/CapApp-SPM/README.md

Workflow

  1. Decide whether the task is plugin-contract work or parity/audit work.
  2. Keep native registration and service-layer contracts aligned across web, iOS, and Android.
  3. Route trust and consent boundary questions into security-audit when native is only one part of the problem.

Handoff Rules

  1. Route plugin implementation and registration work to mobile-plugin-contracts.
  2. Route parity, release-readiness, and native audit work to mobile-parity-audit.
  3. If the request is broad repo mapping, start with repo-context.
  4. 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.

SkillInstallsUpdatedSafetyDifficulty
mobile-native (this skill)03moReviewBeginner
survey-sdk-audit325dReviewIntermediate
build-macos-apps708moReviewIntermediate
ios-simulator-skill271moReviewAdvanced

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry