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 vynazevedo/first-plan --skill lens-mobilegit clone --depth 1 https://github.com/vynazevedo/first-planWrote 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/vynazevedo/first-plan/lens-mobile)<a href="https://agentmods.dev/skills/vynazevedo/first-plan/lens-mobile"><img src="https://agentmods.dev/badge/skills/vynazevedo/first-plan/lens-mobile/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/vynazevedo/first-plan/lens-mobile"><img src="https://agentmods.dev/badge/skills/vynazevedo/first-plan/lens-mobile.svg" alt="Reviewed on agentmods" width="80" height="20"></a>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.00068 | $0.00980 |
| Opus 5 | $0.00034 | $0.00490 |
| Sonnet 5 | $0.00014 | $0.00196 |
| Haiku 4.5 | $0.00007 | $0.00098 |
Grade A, and why
first-plan-lens-mobile 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 — 127 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Lens Mobile
Detecção
| Sinal | Variante |
|---|---|
pubspec.yaml + lib/main.dart |
Flutter |
Package.swift + Sources/ |
Swift Package |
*.xcodeproj/ ou *.xcworkspace/ |
iOS native (Swift/ObjC) |
AndroidManifest.xml + build.gradle* |
Android nativo |
react-native em deps + android/ + ios/ |
React Native bare |
expo em deps + app.json/app.config.js |
Expo |
Áreas de extração
Navegação
React Native:
react-navigation(stack, tab, drawer)expo-router(file-based)
Flutter:
Navigator1.0 ou 2.0go_router,auto_route
iOS Swift:
UINavigationController/ SwiftUINavigationStack
Android Kotlin:
- Jetpack Navigation Component
- Compose Navigation
Estado
React Native:
- Mesmas opções de TS (
zustand,redux,context,mobx) react-query/swrpara server state- AsyncStorage / MMKV (persistência local)
Flutter:
provider,riverpod,bloc,getxshared_preferences,hive,isar(persistência local)
iOS:
- ObservableObject + Combine
- TCA (The Composable Architecture)
- Core Data / SwiftData
Android:
- ViewModel + LiveData / StateFlow
- Room (DB)
- DataStore
Módulos nativos / bridges
- React Native:
expo-modules, custom native modules - Flutter:
MethodChannel, plugins - Bridges com codegen (
react-native-codegen)
Build e distribuição
- Expo: EAS Build, EAS Submit
- React Native bare: Fastlane, manual Xcode/Gradle
- Flutter:
flutter build ipa/apk, Codemagic, Bitrise - iOS native: Fastlane, Xcode Cloud
- Android native: Fastlane, Gradle release config, Play Console upload
Variantes / flavors
- Android: build flavors em build.gradle (e.g., dev/staging/prod)
- iOS: Schemes + xcconfig
- Flutter: flavors via
--flavor - RN:
app.json+ plugins de variant
Permissões / privacidade
- iOS:
Info.plistkeys (NSLocationWhenInUseUsageDescription, etc) - Android:
<uses-permission>em manifest - Privacy manifest (iOS 17+)
Push / deep links
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 · 127 lines · 68 tokens per session scan A da7f6dd4791e
first-plan-lens-mobile is a skill published in the GitHub repository vynazevedo/first-plan (23 stars, last pushed 15d ago), licensed MIT. It adds 68 tokens to every session and 980 once invoked, about $0.0003 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
oidc-hosted-page-ios
Implement passwordless authentication in native iOS/Swift applications using MojoAuth OIDC with AppAuth.
RecallMax
Enhances AI memory capabilities with long-context support.
agent-memory
Persistent memory system for AI coding agents. Use when you need to save facts about the user, store interaction preferences, log session events, or search previously saved memories. Triggers on remembering, saving context, recalling past decisions, or when the user says "remember this". Also use proactively when the…
swiftui-expert-skill
Use when writing, reviewing, or refactoring SwiftUI code for iOS or macOS, including state management and @Observable data flow, view composition and invalidation/performance, lists and ForEach identity, environment usage, localization, animations, Liquid Glass adoption, migrating soft-deprecated APIs, or Instruments…
ui-mobile
Mobile UI patterns - React Native, iOS/Android, touch targets.
snip
You are an expert at writing declarative YAML filters for snip, a CLI proxy that reduces LLM token consumption by filtering shell output.