Install
$ agentstack add skill-fatih-developer-fth-skills-ecosystem-mobile ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
📱 Mobile Domain Ecosystem
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.
🔄 Standard Workflows & Handoffs
1. The Pre-Release Audit Flow
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.
2. The Production Deployment Flow
When the user asks to "deploy the app to the stores", "prepare for release", or "ship to production":
- [Execute Pre-Release Audit Flow First]
@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.
3. The New Feature Architect Flow
When the user asks to "build a new feature" that involves complex mobile constraints:
- If it requires deep linking/routing: use
@deep-link-architect - If it requires push notifications: use
@push-notification-planner - If it requires offline capabilities/local database: use
@offline-sync-designer - If it requires a new user flow/tutorial: use
@onboarding-designer
(Note: These can run in parallel via parallel-planner depending on the feature scope.)
4. Post-Launch Monitoring Flow
When the user asks to "investigate app issues", "fix crashes", or "analyze user complaints":
@crash-analyst-> Analyzes stack traces, symbolication, and user sessions.- (Handoff based on conclusion) -> If it was a performance issue, handoff to
@mobile-perf-auditor.
🧠 Core Philosophy
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.
🚀 Installation & Orchestration Instructions
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.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: fatih-developer
- Source: fatih-developer/fth-skills
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.