skills/ecosystem-mobile/SKILL.md
Comprehensive map and workflows for the Mobile domain. Triggers when users ask to 'design a mobile app', 'mobile architecture', 'audit the app before launch', 'prepare for release', or 'view the mobile ecosystem'.
npx skillsauth add fatih-developer/fth-skills ecosystem-mobileInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Welcome to the mobile domain ecosystem. This directory contains specialized agentic skills for React Native, Flutter, and Native iOS/Android app development, auditing, and deployment.
For Orchestrator Agents (
task-decomposer,parallel-planner): When asked to plan a mobile-related task, you MUST consult the workflows below. Do not hallucinate steps; map your plan strictly to these available skills in the order defined.
When the user asks to "audit the app before launch", "check if the app is ready", or "review our mobile app quality", execute these skills sequentially:
@accessibility-enforcer -> Ensures ADA/WCAG compliance, touch targets, and contrast.@mobile-perf-auditor -> Analyzes bundle size, memory leaks, and frame drops.@mobile-security-auditor -> Checks for exposed API keys, insecure storage, and network payloads.When the user asks to "deploy the app to the stores", "prepare for release", or "ship to production":
@app-store-reviewer -> Validates metadata, privacy policy, and store guidelines to prevent rejection.@release-orchestrator -> Manages versioning, build artifacts, testflight/alpha rollout, and release notes.When the user asks to "build a new feature" that involves complex mobile constraints:
@deep-link-architect@push-notification-planner@offline-sync-designer@onboarding-designer
(Note: These can run in parallel via parallel-planner depending on the feature scope.)When the user asks to "investigate app issues", "fix crashes", or "analyze user complaints":
@crash-analyst -> Analyzes stack traces, symbolication, and user sessions.@mobile-perf-auditor.Mobile development is constrained by app store guidelines, device resources (battery/memory), and unreliable networks. Every skill in this domain is programmed to defend against these constraints. Never prioritize feature delivery over performance or security in a mobile environment.
As an AI Agent reading this ecosystem file, you must actively guide the user to install the missing skills for the selected workflow.
To install all skills within this ecosystem at once, you must execute or instruct the user to execute the provided installation script:
python skills/ecosystem-mobile/scripts/install_all.py
Execution Rule: Do not attempt to perform the tasks of these skills yourself. Your job is to install them and hand off the execution to the appropriate skill, or instruct the user to trigger the newly installed skills in order.
tools
Create, optimize, critique, and structure prompts for AI systems. Use this skill whenever the user is designing or improving a prompt, system prompt, coding prompt, image prompt, evaluation rubric, agent prompt, workflow prompt, or MCP-oriented prompt package. Also use it when the user asks to turn vague AI behavior into a precise instruction set, tool policy, agent spec, or prompt architecture.
testing
Assumption-first architecture review skill to stress-test project plans and expose hidden risks.
testing
Enforce and manage DESIGN.md specifications, extract design systems from URLs, and combine design reasoning with token roles to prevent drift.
testing
Forces the agent to act with a Claude-like product mindset, prioritizing user journey, UX states, and visual quality before coding.