Borrowing it
Nothing to install: this file belongs to ahmed3elshaer/everything-claude-code-mobile. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/ahmed3elshaer/everything-claude-code-mobile/main/.opencode/skills/mobile-instinct-v1/SKILL.mdgit clone --depth 1 https://github.com/ahmed3elshaer/everything-claude-code-mobileWrote 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/ahmed3elshaer/everything-claude-code-mobile/mobile-instinct-v1)<a href="https://agentmods.dev/skills/ahmed3elshaer/everything-claude-code-mobile/mobile-instinct-v1"><img src="https://agentmods.dev/badge/skills/ahmed3elshaer/everything-claude-code-mobile/mobile-instinct-v1/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/ahmed3elshaer/everything-claude-code-mobile/mobile-instinct-v1"><img src="https://agentmods.dev/badge/skills/ahmed3elshaer/everything-claude-code-mobile/mobile-instinct-v1.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.00027 | $0.00707 |
| Opus 5 | $0.00014 | $0.00353 |
| Sonnet 5 | $0.00005 | $0.00141 |
| Haiku 4.5 | $0.00003 | $0.00071 |
Grade A, and why
mobile-instinct-v1 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 7d 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 — 95 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Mobile Instinct v1 - Pattern Capture
Immediate pattern capture during mobile development with real-time feedback.
Overview
V1 instincts capture mobile development patterns as you write code. When you create Composables, ViewModels, or repositories, relevant patterns are automatically extracted and stored with confidence scoring.
Triggers
Automatic capture on:
- Creating
.ktfiles in Compose screens - Writing ViewModel code
- Adding Koin modules
- Configuring Ktor clients
- Writing coroutine code
Pattern Categories
Compose Patterns
| Pattern ID | Description | Initial Confidence |
|---|---|---|
compose-state-hoisting |
State hoisted to caller | 0.5 |
compose-remember-key |
Stable keys in lazy lists | 0.6 |
compose-side-effect |
Proper LaunchedEffect usage | 0.5 |
compose-immutable |
Immutable data classes | 0.7 |
MVI Patterns
| Pattern ID | Description | Initial Confidence |
|---|---|---|
mvi-sealed-state |
Sealed interface for state | 0.7 |
mvi-intent-handler |
onIntent pattern | 0.6 |
mvi-reduce-function |
State reduction | 0.5 |
mvi-single-event |
One-time event handling | 0.6 |
Koin Patterns
| Pattern ID | Description | Initial Confidence |
|---|---|---|
koin-viewmodel-injection |
koinViewModel() in Compose | 0.7 |
koin-module-factory |
Module definition with factory | 0.6 |
koin-scoped-deps |
Scoped dependencies | 0.5 |
Ktor Patterns
| Pattern ID | Description | Initial Confidence |
|---|---|---|
ktor-safe-request |
runCatching wrapper | 0.7 |
ktor-plugin-install |
ContentNegotiation setup | 0.6 |
ktor-timeout-config |
Request timeout handling | 0.5 |
Coroutine Patterns
| Pattern ID | Description | Initial Confidence |
|---|---|---|
coroutine-viewmodel-scope |
viewModelScope.launch | 0.8 |
coroutine-structured |
Proper scope hierarchy | 0.7 |
coroutine-dispatcher |
Correct dispatcher selection | 0.6 |
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.
- 7d ago First seen · 95 lines · 27 tokens per session scan A de90685d2557
mobile-instinct-v1 is a skill published in the GitHub repository ahmed3elshaer/everything-claude-code-mobile (66 stars, last pushed 2mo ago), licensed MIT. It adds 27 tokens to every session and 707 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-09-03.
Other skills, from other repositories
SKILL
This document provides a comprehensive technical reference for KSensor, a Kotlin Multiplatform (KMP) library designed for observing device sensors and system states on Android and iOS.
compose-animations
Use when writing or reviewing Jetpack Compose motion: visibility enter/exit, animating one property toward a target, color or size transitions, multiple properties from one state, switching composable content, or choosing between AnimatedVisibility, animateAsState, rememberTransition, AnimatedContent, and Crossfade.
compose-focus-navigation
Use when writing or reviewing Jetpack Compose UI for TV, keyboard, desktop, accessibility focus, D-pad navigation, FocusRequester, focusProperties, key events, or initial focus behavior.
compose-state-and-effects
Use when writing or reviewing Jetpack Compose state ownership, remember state, state hoisting, screen state holders, LaunchedEffect, DisposableEffect, SideEffect, Flow collection, navigation, snackbar, analytics, or focus requests.
compose-component-design
Use when designing or reviewing reusable Jetpack Compose component APIs with modifier parameters, root layout placement, caller-provided variable content, primitive content parameters, optional content, or boolean shape flags.
compose-performance
Use when investigating Jetpack Compose recomposition cost, compiler stability reports, skippability, unstable parameters, frame-rate State reads, cross-phase snapshot back-writing, or @ReadOnlyComposable contracts.