kanban-lite: Skill for Claude Code

.agents/skills/expo-react-native-repo-dev/SKILL.md

expo-react-native-repo-dev is a skill for Claude Code, Codex from borgius/kanban-lite. It costs 68 tokens per session (1,269 once invoked), scanned A, original, MIT.

A repository-specific workflow for building the mobile app in an Expo and React Native monorepo, meaning one repository containing multiple packages. It covers the app in packages/mobile, its navigation, mobile device behavior, and related configuration.

In plain words
What is it for?
Building or updating mobile screens, navigation, safe areas, gestures, deep links, offline sync, authentication restore, camera and QR features, and Expo build profiles.
Why use it?
It tells an agent when this workflow applies and records the project’s fixed mobile-app rules. That reduces the risk of changing the wrong package or breaking the established Expo setup.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: installed under .agents/ (shared by several agents).

This is borgius/kanban-lite's own configuration. It tells Claude Code and Codex how to work on kanban-lite itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything kanban-lite configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/borgius/kanban-lite/main/.agents/skills/expo-react-native-repo-dev/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/borgius/kanban-lite

Made for: Claude Code, Codex.

Wrote 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.

agentmods badge for expo-react-native-repo-dev

README.md
[![agentmods](https://agentmods.dev/badge/skills/borgius/kanban-lite/expo-react-native-repo-dev.svg)](https://agentmods.dev/skills/borgius/kanban-lite/expo-react-native-repo-dev)
Your own site
<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>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,269 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash ddb7ce080140, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

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.

.agents/skills/expo-react-native-repo-dev/SKILL.md · 113 lines

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 SafeAreaProvider in packages/mobile/app/_layout.jsx
  • packages/mobile/app.config.ts owns the app scheme and variant-specific native identifiers
  • packages/mobile/eas.json defines development, preview, and production profiles
  • the mobile app must not import the Node-only kanban-lite/sdk runtime 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

  1. Start from the repo entry points.

    • Check packages/mobile/package.json for the supported scripts.
    • Check packages/mobile/app.config.ts before touching bundle identifiers, scheme, or variant logic.
    • Check packages/mobile/eas.json before changing preview or release behavior.
    • Check the mobile docs in docs/ when the change touches auth, offline sync, deep links, checklist actions, or visibility.
  2. Keep the runtime boundary clean.

    • Do not import kanban-lite/sdk into 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.

Read the full file on GitHub · 113 lines

Changes

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.

  1. 6d ago First seen · 113 lines · 68 tokens per session scan A ddb7ce080140

Subscribe to this mod's changes

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.

Related

Other skills, from other repositories

agent-spec-mobile-react-native

Agent skill for spec-mobile-react-native - invoke with $agent-spec-mobile-react-native.

ruvnet/ruflo · 22 tokens

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/skills · 58 tokens

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…

expo/skills · 111 tokens

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…

lodev09/react-native-true-sheet · 169 tokens

building-ui

Complete guide for building beautiful apps with Expo Router. Covers fundamentals, styling, components, navigation, animations, patterns, and native tabs.

Intelligent-Internet/ii-agent · 30 tokens

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.

Intelligent-Internet/ii-agent · 32 tokens