Borrowing it
Nothing to install: this file belongs to borgius/kanban-lite. 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/borgius/kanban-lite/main/.agents/skills/expo-react-native-repo-dev/SKILL.mdgit clone --depth 1 https://github.com/borgius/kanban-liteWrote 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/borgius/kanban-lite/expo-react-native-repo-dev)<a href="https://agentmods.dev/skills/borgius/kanban-lite/expo-react-native-repo-dev"><img src="https://agentmods.dev/badge/skills/borgius/kanban-lite/expo-react-native-repo-dev.svg" alt="Measured on agentmods" 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.01269 |
| Opus 5 | $0.00034 | $0.00634 |
| Sonnet 5 | $0.00014 | $0.00254 |
| Haiku 4.5 | $0.00007 | $0.00127 |
Grade A, and why
expo-react-native-repo-dev 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 6d 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 — 113 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Expo React Native Repo Dev
Use this skill when the task is about building the mobile app in this workspace, not generic React Native advice.
When to Use
Use when the request mentions any of these terms:
- Expo, React Native, or
packages/mobile - Expo Router routes, app shell, navigation, or screen structure
- iOS or Android behavior
- safe area, gestures, transitions, or mobile layout work
- deep links, QR entry, or app scheme handling
- offline sync, auth restore, or local draft flows
- camera, document capture, media handling, or QR scanning
app.config.ts,eas.json,package.json, or Expo profile changes- repo-specific mobile commands, monorepo behavior, or pnpm filters
Current Repo Contract
Treat these as hard constraints unless the user explicitly changes them:
- the Expo app lives at
packages/mobile - the package name is
@kanban-lite/mobile - the stack is Expo SDK 55 + Expo Router
- the root layout already uses
SafeAreaProviderinpackages/mobile/app/_layout.jsx packages/mobile/app.config.tsowns the appschemeand variant-specific native identifierspackages/mobile/eas.jsondefinesdevelopment,preview, andproductionprofiles- the mobile app must not import the Node-only
kanban-lite/sdkruntime at runtime - mobile code should talk to Kanban Lite through REST and mobile-local client modules
- the repo currently prefers lint + Expo validation over package-local TypeScript gating because React type majors differ across workspaces
Procedure
-
Start from the repo entry points.
- Check
packages/mobile/package.jsonfor the supported scripts. - Check
packages/mobile/app.config.tsbefore touching bundle identifiers, scheme, or variant logic. - Check
packages/mobile/eas.jsonbefore changing preview or release behavior. - Check the mobile docs in
docs/when the change touches auth, offline sync, deep links, checklist actions, or visibility.
- Check
-
Keep the runtime boundary clean.
- Do not import
kanban-lite/sdkinto Expo runtime code. - Prefer transport-safe DTOs, REST payloads, or mobile-local modules under
packages/mobile/src/**as the app grows. - If shared logic is needed, make sure it is browser/mobile-safe rather than Node-runtime-specific.
- Do not import
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.
- 6d ago First seen · 113 lines · 68 tokens per session scan A ddb7ce080140
expo-react-native-repo-dev is a skill published in the GitHub repository borgius/kanban-lite (7 stars, last pushed 3mo ago), licensed MIT. It adds 68 tokens to every session and 1,269 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-31.
Other skills, from other repositories
agent-spec-mobile-react-native
Agent skill for spec-mobile-react-native - invoke with $agent-spec-mobile-react-native.
expo-native-ui
Framework (OSS). Build beautiful, native-feeling Expo screens. Covers Apple HIG styling, semantic colors, native controls, SF Symbols, media, animations, visual effects, gradients, storage, and responsive layout. For routing and navigation, use the expo-router skill.
expo-web-to-native
Framework (OSS). Migrate an existing web React app to a native iOS/Android app with Expo. Use when the user wants to turn a website into a mobile app, port a Next.js/Vite/CRA React codebase to React Native, reuse web code on native incrementally, or asks how web idioms (the DOM, CSS, React Router, localStorage…
truesheet-usage
Consumer-side guide for integrating @lodev09/react-native-true-sheet into a React Native app. Use this skill whenever the user wants to add, configure, control, or debug a bottom sheet using TrueSheet — including ref-based sheets, named global sheets, web support with TrueSheetProvider/useTrueSheet, React Navigation…
building-ui
Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.
use-dom
Use Expo DOM components to run web code in a webview on native and as-is on web. Migrate web code to native incrementally.