jetpack

jetpack is a skill for Claude Code, Codex from ithinkihaveacat/dotfiles. It costs 98 tokens per session (2,446 once invoked), scanned A, original, Apache-2.0.

A reference and lookup tool for AndroidX and Jetpack libraries, which are Google's reusable Android software libraries. It finds library versions, Maven coordinates, dependencies, and published source code.

In plain words
What is it for?
Use it to identify the artifact for a class or package, find available stable or preview versions, check dependencies, and locate platform-specific Kotlin source.
Why use it?
It helps resolve changing library details without manually searching scattered release data. Maven coordinates are the identifiers used to add a library to an Android build.

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/ithinkihaveacat/dotfiles/jetpack
Any agent
npx skills add ithinkihaveacat/dotfiles --skill jetpack
Clone the repo
git clone --depth 1 https://github.com/ithinkihaveacat/dotfiles

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 jetpack

README.md
[![agentmods](https://agentmods.dev/badge/skills/ithinkihaveacat/dotfiles/jetpack.svg)](https://agentmods.dev/skills/ithinkihaveacat/dotfiles/jetpack)
Your own site
<a href="https://agentmods.dev/skills/ithinkihaveacat/dotfiles/jetpack"><img src="https://agentmods.dev/badge/skills/ithinkihaveacat/dotfiles/jetpack.svg" alt="Measured on agentmods" height="20"></a>
Per session 98 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,446 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 1 finding. 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.00098 $0.02446
Opus 5 $0.00049 $0.01223
Sonnet 5 $0.00020 $0.00489
Haiku 4.5 $0.00010 $0.00245

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

Security

Grade A, and why

jetpack scanned grade A with 1 finding 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 4d 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.

Makes network callslowCapability

Not a fault in itself. Listed so you know the mod talks to something, and to what.

Requires curl, xmllint (libxml2-utils), jar (JDK), jq, perl. Needs network
skills/jetpack/SKILL.md · 261 lines

How it starts

The opening of the file, as written. The whole thing — 261 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Jetpack Library Utilities

Using the Jetpack Script vs. Raw Maven Queries

Use scripts/jetpack as the primary interface for resolving AndroidX and Jetpack library coordinates, versions, and source locations. References to scripts/... in this skill are relative to this skill directory. The script handles complex resolution logic that manual queries miss:

  • Package-to-coordinate resolution with a comprehensive exceptions table
  • Code search integration for finding artifacts by class name
  • Version type filtering (ALPHA, BETA, STABLE, SNAPSHOT)
  • Kotlin Multiplatform platform-specific source detection
  • Build ID resolution for pinned snapshots

The cache is the script's storage, not an interface. curl and xmllint against dl.google.com are the obvious way to bypass the script, but reaching into $JETPACK_CACHE_DIR with jq, unzip, jar, find, or grep bypasses it just as completely — and offline, where the script is answering from that same cache, it looks like the shortest path. It is not: the index and the cached responses are raw upstream data, so reading them by hand skips the version-type filtering, the exceptions table, and the platform-source detection listed above, and returns something plausible with no sign that those steps were missed. Ask the script the question, offline or not; browse the cache only to diagnose the script itself.

When to read the script source: If the script doesn't do exactly what you need, or fails due to missing dependencies, read the script source. It encodes Maven repository URL patterns, version filtering logic, and package naming heuristics—use it as reference when building similar functionality.

If the script fails, say so. A nonzero exit means the answer has not been verified against live Maven data. Do not silently fall back to a remembered version number or coordinate and present it as current — Jetpack versions change often enough that a memorized answer can be confidently wrong. Report the failure (missing dependency, network error, unresolved package) to the user, including the script's own error message, and consult references/troubleshooting.md before retrying.

Read the full file on GitHub · 261 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. 4d ago First seen · 261 lines · 98 tokens per session scan A 30d7134dbfcb

Subscribe to this mod's changes

jetpack is a skill published in the GitHub repository ithinkihaveacat/dotfiles (48 stars, last pushed today), licensed Apache-2.0. It adds 98 tokens to every session and 2,446 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). 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

aish-add-skills

Create new skills from documents, tutorials, or examples. Use when user wants to create a skill from learning materials or existing content.

AI-Shell-Team/aish · 32 tokens

diagnose_system_lag

Local Linux lag and performance diagnosis. Run read-only probes based on the user's symptoms to find CPU, memory, disk, or local network bottlenecks, then give safe advice. Never auto-remediate. Also matches Chinese requests such as 系统卡顿、机器好慢、内存不足、突然重启、OOM、磁盘很慢.

AI-Shell-Team/aish · 78 tokens

devops-docker-patterns

Docker containerization expert specializing in multi-stage builds, image optimization, Docker Compose patterns, and production container security. Use for Dockerfile optimization, compose configurations, and container best practices.

AI-Shell-Team/aish · 43 tokens

devops-platform-engineering

Platform engineering expert specializing in internal developer platforms, self-service infrastructure, Backstage service catalogs, GitOps with ArgoCD, and golden path templates. Use for building developer portals and platform-as-a-product.

AI-Shell-Team/aish · 47 tokens

dns-diagnose

Local DNS resolution troubleshooting with dig/resolvectl/whois. Investigate NXDOMAIN, wrong answers, records not taking effect, and resolver failures. Read-only; do not change DNS config. Also matches Chinese requests such as DNS 解析失败、域名解析不了、NXDOMAIN、解析不到.

AI-Shell-Team/aish · 66 tokens

network-path-diagnose

Diagnose network path quality from this host to a target using ping/mtr/curl. Investigate packet loss, high latency, jitter, and reachability failures; interpret hop results and suggest follow-up tests. Do not change network config. Also matches Chinese requests such as 网络丢包、延迟高、链路质量、ping 不通、网络抖动.

AI-Shell-Team/aish · 82 tokens