mobile

mobile is a skill for Claude Code, Codex from salavender/antigravity-compound-engineering-plugin. It costs 17 tokens per session (164 once invoked), scanned A, original, MIT.

A set of practices for making mobile interfaces adapt to small screens, with special attention to tables and standard interface components.

In plain words
What is it for?
Use it to make tables responsive and to consult established patterns for presenting tabular data on mobile devices.
Why use it?
Desktop layouts can make wide tables difficult to read or use on phones, so this helps plan a usable small-screen version.

Skill for Claude CodeCodex

Install

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.

agentmods
npx agentmods add skills/salavender/antigravity-compound-engineering-plugin/mobile
Any agent
npx skills add salavender/antigravity-compound-engineering-plugin --skill mobile
Clone the repo
git clone --depth 1 https://github.com/salavender/antigravity-compound-engineering-plugin

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 mobile

README.md
[![agentmods](https://agentmods.dev/badge/skills/salavender/antigravity-compound-engineering-plugin/mobile.svg)](https://agentmods.dev/skills/salavender/antigravity-compound-engineering-plugin/mobile)
Your own site
<a href="https://agentmods.dev/skills/salavender/antigravity-compound-engineering-plugin/mobile"><img src="https://agentmods.dev/badge/skills/salavender/antigravity-compound-engineering-plugin/mobile.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 164 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00017 $0.00164
Opus 5 $0.00009 $0.00082
Sonnet 5 $0.00003 $0.00033
Haiku 4.5 $0.00002 $0.00016

Measured 5d ago against content hash f486141afacf, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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 5d 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.

Origin

Copies of this mod

1 near-identical copy found in the catalogue:

  • mobile — 100% identical, 0 lines differ
skills/mobile/SKILL.md · 26 lines

What it actually says

Mobile Development Skill

Overview

This skill provides expertise in creating responsive mobile interfaces, with a strong focus on data presentation (tables) using standard UI component patterns.

Instrumentation

# Log usage when using this skill
./scripts/log-skill.sh "mobile" "manual" "$$"

What do you want to do?

  1. Make a table responsive → Read workflows/refactor-table-to-responsive.md
  2. Understand mobile table patterns → Read docs/solutions/patterns/individual/pattern-18-mobile-table-responsiveness.md
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. 5d ago First seen · 26 lines · 17 tokens per session scan A f486141afacf

Subscribe to this mod's changes

mobile is a skill published in the GitHub repository salavender/antigravity-compound-engineering-plugin (47 stars, last pushed 21d ago), licensed MIT. It adds 17 tokens to every session and 164 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-08-30.

Related

Other skills, from other repositories

uniwind

Uniwind — Tailwind CSS v4 styling for React Native. Use when adding, building, or debugging components in a React Native project that uses Uniwind classNames. Covers setup, Metro config, global.css, theming, className props, accent- color props, platform/data/state/responsive variants, CSS variables, custom utilities…

uni-stack/uniwind · 130 tokens

weapp-tailwindcss-react-native

为 Expo/React Native 配置 @weapp-tailwindcss/react-native 0.2.5 的 Tailwind CSS 4 编译器、Metro virtual module、Babel JSX transform、style manifest、tw runtime、dark/ios/android/native variants。Use for Expo SDK 54+, React Native 0.81+, Metro, native className, Android/iOS style compilation;不用于 uni-app App、ReactLynx 或普通小程序构建。.

sonofmagic/weapp-tailwindcss · 104 tokens

mobile-ux-optimizer

Mobile-first UX optimization for touch interfaces, responsive layouts, and performance. Use for viewport handling, touch targets, gestures, mobile navigation. Activate on mobile, touch, responsive, dvh, viewport, safe area, hamburger menu. NOT for native app development (use React Native skills), desktop-only…

curiositech/some_claude_skills · 76 tokens

expo-tailwind-setup

Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling.

zai-org/Synapse · 27 tokens

expo-tailwind-setup

Set up Tailwind CSS v4 in Expo with react-native-css and NativeWind v5 for universal styling.

openai/plugins · 27 tokens

lov-mobile-adapt

Adapt an existing web project for mobile devices: fix overflow, add responsive layouts, convert to multi-level page navigation with back support, handle notch/Dynamic Island safe areas, fix 100vh browser chrome issues, and optimize touch targets. Trigger when user says "mobile adapt", "移动端适配", "responsive…

lovstudio/skills · 105 tokens