Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add tao12345666333/ankaloop --skill mobile-developergit clone --depth 1 https://github.com/tao12345666333/ankaloopWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/tao12345666333/ankaloop/mobile-developer)<a href="https://agentmods.dev/skills/tao12345666333/ankaloop/mobile-developer"><img src="https://agentmods.dev/badge/skills/tao12345666333/ankaloop/mobile-developer/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/tao12345666333/ankaloop/mobile-developer"><img src="https://agentmods.dev/badge/skills/tao12345666333/ankaloop/mobile-developer.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector pass
What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00020 | $0.02555 |
| Opus 5 | $0.00010 | $0.01277 |
| Sonnet 5 | $0.00004 | $0.00511 |
| Haiku 4.5 | $0.00002 | $0.00255 |
Grade A, and why
mobile-developer scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 387 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Mobile Developer Skill
Platform-Specific Development
iOS Development (Swift/Objective-C)
Swift Fundamentals
- Swift Syntax: Modern, type-safe language features
- SwiftUI: Declarative UI framework
- UIKit: Imperative UI framework (legacy)
- Combine: Reactive programming framework
- Core Data: Local data persistence
- Core Animation: Graphics and animations
iOS Architecture Patterns
- MVC: Traditional Model-View-Controller
- MVVM: Model-View-ViewModel with data binding
- VIPER: Clean Architecture for iOS
- Coordinator Pattern: Navigation flow management
iOS Frameworks
- Foundation: Basic data types and utilities
- Core Foundation: C-based utilities
- AVFoundation: Audio/video processing
- Core Location: GPS and location services
- Core Bluetooth: Bluetooth connectivity
- CloudKit: Cloud data synchronization
Android Development (Kotlin/Java)
Kotlin Fundamentals
- Kotlin Syntax: Concise, expressive language
- Coroutines: Asynchronous programming
- Jetpack Compose: Modern declarative UI
- View System: Traditional UI framework
- Room: Local database abstraction
- DataStore: Key-value data storage
Android Architecture Components
- ViewModel: UI-related data storage
- LiveData: Observable data holder
- Repository: Data repository pattern
- Navigation Component: In-app navigation
- WorkManager: Background task management
Android Frameworks
- Android SDK: Core development platform
- AndroidX: Modern Android support library
- Play Services: Google services integration
- Firebase: Mobile app development platform
Cross-Platform Development
React Native
- JavaScript/TypeScript: Web technologies for mobile
- React Concepts: Components, hooks, state management
- Native Modules: Bridging native code
- Navigation: React Navigation library
- State Management: Redux, MobX, Zustand
Flutter
- Dart Language: Type-safe, object-oriented language
- Widget System: Declarative UI building
- State Management: Provider, BLoC, Riverpod
- Packages: Flutter ecosystem and pub.dev
- Platform Integration: Platform channels and plugins
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 387 lines · 20 tokens per session scan A 26143c51b2c5
mobile-developer is a skill published in the GitHub repository tao12345666333/ankaloop (48 stars, last pushed 10d ago), licensed Apache-2.0. It adds 20 tokens to every session and 2,555 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
review
Review a change for correctness, security, and missing tests.
imagegen-frontend-mobile
Elite mobile app image-generation skill for creating premium, app-native screen concepts and flows. Designed for iOS, Android, and cross-platform mobile products. Prioritizes clean hierarchy, comfortably readable text, strong multi-screen consistency, controlled color palettes, non-generic creative direction, textured…
mobile-ui
Use when a ticket builds or reworks UI in a React Native / Expo (or React + Capacitor) mobile app and it must feel like a real, store-credible native app — not a wrapped mobile website. Covers the native-feel bar, safe-area/gesture/haptics, store-readiness, and mobile performance. Invoke for "make this screen feel…
code-patterns-practices
React Native coding patterns, best practices, and common solutions for mobile development. Use when implementing features or refactoring code.
apple-hig-designer
Design Apple-style iOS/macOS interfaces following Human Interface Guidelines. Creates HIG-compliant components with SF Symbols, San Francisco typography, and proper accessibility. Supports optional modern effects. Use when designing Apple-style UI, iOS/macOS interfaces, HIG-compliant components, or implementing design…
repo-hygiene
Use when the scheduled repo-hygiene workflow runs from GitHub Actions (or an operator dry-run) to scan the repository for small, certain docs/test/code hygiene issues and fix them as one batched branch.