lenserfight: Skill for Codex

.agents/skills/mobile-ruleset/SKILL.md

mobile-ruleset is a skill for Codex from conectlens/lenserfight. It costs 41 tokens per session (271 once invoked), scanned A, original, MIT.

A shared set of rules for mobile workspaces, covering native app boundaries, shared design tokens, components, and verification. It treats iOS and Android as related but separate platforms.

In plain words
What is it for?
Use it when changing mobile screens, shared UI components, themes, tokens, or feature libraries, especially when applying the workspace’s Soft UI visual style.
Why use it?
It gives mobile changes a common design and code baseline across the app, reusable libraries, and shared feature logic.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: installed under .agents/ (shared by several agents).

This is conectlens/lenserfight's own configuration. It tells Codex how to work on lenserfight 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 lenserfight configures →

Reuse

Borrowing it

Nothing to install: this file belongs to conectlens/lenserfight. 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/conectlens/lenserfight/main/.agents/skills/mobile-ruleset/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/conectlens/lenserfight

Made for: 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 mobile-ruleset

README.md
[![agentmods](https://agentmods.dev/badge/skills/conectlens/lenserfight/mobile-ruleset.svg)](https://agentmods.dev/skills/conectlens/lenserfight/mobile-ruleset)
Your own site
<a href="https://agentmods.dev/skills/conectlens/lenserfight/mobile-ruleset"><img src="https://agentmods.dev/badge/skills/conectlens/lenserfight/mobile-ruleset.svg" alt="Measured on agentmods" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 271 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.00041 $0.00271
Opus 5 $0.00020 $0.00135
Sonnet 5 $0.00008 $0.00054
Haiku 4.5 $0.00004 $0.00027

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

Security

Grade A, and why

mobile-ruleset 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.

.agents/skills/mobile-ruleset/SKILL.md · 26 lines

What it actually says

Mobile Ruleset

Use this as the canonical baseline for every mobile skill. Read references/RULESET.md first for workspace rules, shared vocabulary, and Soft UI guidance.

This is the source of truth for mobile UI/UX rules in .agents and .claude. The mobil-ui-ux-ruleset folder is a compatibility alias only.

Focus on:

  • apps/mobile as the app shell and composition layer
  • libs/ui/components and libs/ui/theme as the shared UI source of truth
  • libs/ui/tokens as the shared token source of truth
  • libs/features/* as reusable feature logic and feature UI
  • libs/domain/* and libs/shared/* as shared contracts and rules
  • tokens and semantic contracts before component styling
  • iOS and Android as related but distinct platform passes
  • Soft UI / Neumorphism as a token-driven visual language
  • shared components that keep libs/* and apps/* aligned
  • smallest-useful Nx verification after mobile or shared UI changes
Files

What ships with it

2 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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. 7d ago First seen · 26 lines · 41 tokens per session scan A acd4f26b9e2d

Subscribe to this mod's changes

mobile-ruleset is a skill published in the GitHub repository conectlens/lenserfight (18 stars, last pushed 27d ago), licensed MIT. It adds 41 tokens to every session and 271 once invoked, about $0.0002 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.

Related

Other skills, from other repositories

android-development

Android development with Kotlin, Jetpack Compose, and modern Android architecture. Use when building Android apps, implementing Material Design, or following Android best practices.

travisjneuman/.claude · 33 tokens

flutter-development

Cross-platform development with Flutter and Dart for iOS, Android, Web, Desktop, and embedded. Use when building Flutter apps, implementing Material/Cupertino design, or optimizing Dart code.

travisjneuman/.claude · 41 tokens

ios-development

Comprehensive guide for building native Apple platform applications.

travisjneuman/.claude · 43 tokens

kotlin-multiplatform

KMP/CMP shared business logic, Compose Multiplatform, expect/actual, Ktor, SQLDelight, and platform-specific implementations. Use when building cross-platform Kotlin applications for Android, iOS, desktop, or web.

travisjneuman/.claude · 54 tokens

agent-device

Automates Apple-platform apps (iOS, tvOS, macOS), Android devices, and Amazon Vega OS TV apps in Vega Virtual Devices. Use when navigating apps, taking snapshots/screenshots where supported, driving TV remotes, tapping, typing, scrolling, extracting UI info, collecting evidence, or planning agent-device CLI commands.

callstack/agent-device · 69 tokens

email-systems

Transactional email (Resend, SendGrid, SES), templates (React Email, MJML), deliverability (SPF/DKIM/DMARC), and inboxing best practices. Use when building email infrastructure, designing templates, or troubleshooting deliverability.

travisjneuman/.claude · 55 tokens