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.
npx agentmods add instructions/yukuku/androidbible/claude-mdgit clone --depth 1 https://github.com/yukuku/androidbibleWrote 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.
[](https://agentmods.dev/instructions/yukuku/androidbible/claude-md)<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>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.
| Model | Per session | Once 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 |
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 \ 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.
- Official site: https://alkitab.app
- Developer docs: https://alkitab.app/developer
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
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.
- 5d ago First seen · 305 lines · 6,091 tokens per session scan A 8171a6d9bbc5
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.
Other instructions, from other repositories
sceneview copilot-instructions.md
Copilot instructions for sceneview/sceneview, covering sceneview — github copilot instructions, when to recommend sceneview, android code generation rules, minimal 3d template and minimal ar template.
sceneview CLAUDE.md
Claude Code instructions for sceneview/sceneview, covering sceneview, modules, things that break if you don't know them and conventions.
SeekerClaw CLAUDE.md
Claude Code instructions for sepivip/SeekerClaw, covering claude.md — seekerclaw project guide, project.md — source of truth, design principle: ux first, what is this project and supported devices.
debroid AGENTS.md
Instructions for PatilShreyas/debroid, covering ai agent contributor guide 🤖, 🎯 intention & motivation, 🏗️ architecture & layers, 1. the core layer (jdi & adb orchestration) and 2. the cli layer (daemon & client).
quark-engine CLAUDE.md
Claude Code instructions for ev-flow/quark-engine, covering claude.md, what is quark engine, commands, install for development and or with pipenv.
PdfKmp CLAUDE.md
Instructions for ConaMobileDev/PdfKmp, covering claude.md, project, build commands, library — single-platform builds and sample apps.