androidbible CLAUDE.md

androidbible CLAUDE.md is an instructions file for coding agents from yukuku/androidbible. It costs 6,091 tokens per session, scanned A, original, Apache-2.0.

Repository instructions for Bible for Android, an open-source Android Bible reader. They describe its branches, build commands, tests, and debug app builds.

In plain words
What is it for?
Building debug APKs and app bundles, running unit tests, testing individual test cases, and contributing to the Android app.
Why use it?
They tell coding agents which branch to use and which Gradle commands match the project’s development and testing workflow.

Instructions file

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 instructions/yukuku/androidbible/claude-md
Clone the repo
git clone --depth 1 https://github.com/yukuku/androidbible

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 androidbible CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/yukuku/androidbible/claude-md.svg)](https://agentmods.dev/instructions/yukuku/androidbible/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/yukuku/androidbible/claude-md"><img src="https://agentmods.dev/badge/instructions/yukuku/androidbible/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 6,091 This file is loaded in full into every session.
When invoked 6,091 The same file — it is already loaded in full.
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.06091 $0.06091
Opus 5 $0.03045 $0.03045
Sonnet 5 $0.01218 $0.01218
Haiku 4.5 $0.00609 $0.00609

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

Security

Grade A, and why

androidbible CLAUDE.md 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 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.

Makes network callslowCapability

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

curl -fsSL -o zulu21.tar.gz \
CLAUDE.md · 305 lines

How it starts

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

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Project Overview

Bible for Android (Alkitab / Quick Bible) — a 100% free, open-source Bible reader app for Android. Published on Google Play as "Alkitab" (Indonesian) and "Quick Bible" (non-Indonesian). The codebase supports multiple product flavors, 100+ downloadable Bible versions, song books, devotions, reading plans, cloud sync, and a daily verse widget.

Branches

develop is the main integration branch — base all work on develop and target every PR at develop, never master. The repo follows git-flow: master only receives merges from release/* branches when a version ships.

Build Commands

# Debug APK (open-source build, works out of the box)
./gradlew assemblePlainDebug

# Debug App Bundle
./gradlew bundlePlainDebug

# Unit tests (same as CI)
./gradlew testPlainDebugUnitTest testPlainReleaseUnitTest

# Run a single test class
./gradlew testPlainDebugUnitTest --tests "yuku.alkitab.base.util.QueryTokenizerTest"

# Run a single test method
./gradlew testPlainDebugUnitTest --tests "yuku.alkitab.base.util.QueryTokenizerTest.testQuotedPhrases"

Requirements: JDK 21 (Zulu recommended), Android SDK with compile SDK 36, NDK 28.2.13676358.

The plain flavor is the open-source development build and works out of the box with the placeholder Alkitab/google-services.json checked into the repo (Firebase features won't function at runtime, but the app builds and runs). Production flavors (yuku_alkitab, yuku_quick_bible, sabda_alkitab) require:

  • $ALKITAB_PROPRIETARY_DIR/overlay/<applicationId>/text_raw/ — proprietary Bible text
  • $ALKITAB_PROPRIETARY_DIR/google-services.json — real Firebase config (one file with client entries for all production applicationIds)
  • Signing-key env vars: SIGN_KEYSTORE, SIGN_ALIAS, SIGN_PASSWORD

Read the full file on GitHub · 305 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. 5d ago First seen · 305 lines · 6,091 tokens per session scan A 8171a6d9bbc5

Subscribe to this mod's changes

androidbible CLAUDE.md is an instructions file published in the GitHub repository yukuku/androidbible (361 stars, last pushed yesterday), licensed Apache-2.0. It adds 6,091 tokens to every session, about $0.0305 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.