AppBootstrapAI AGENTS.md

AppBootstrapAI AGENTS.md is an instructions file for Codex, OpenCode from kelvinkosbab/AppBootstrapAI. It costs 1,333 tokens per session, scanned A, original, MIT.

Project instructions for AppBootstrapAI, a bundle of agent rules, skills, and MCP recipes for Apple and Android app projects. It can inspect a target directory and recommend setup actions.

In plain words
What is it for?
Use them to determine a project's platform and features, preview recommended setup, and install or update the relevant guidance for Swift, SwiftUI, Kotlin, Compose, Gradle, or related technologies.
Why use it?
They define a read-only analysis, preview, and apply workflow so setup changes can be reviewed before they are made.

Instructions file for CodexOpenCode

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/kelvinkosbab/appbootstrapai/agents-md
Clone the repo
git clone --depth 1 https://github.com/kelvinkosbab/AppBootstrapAI

Made for: Codex, OpenCode.

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 AppBootstrapAI AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/kelvinkosbab/appbootstrapai/agents-md.svg)](https://agentmods.dev/instructions/kelvinkosbab/appbootstrapai/agents-md)
Your own site
<a href="https://agentmods.dev/instructions/kelvinkosbab/appbootstrapai/agents-md"><img src="https://agentmods.dev/badge/instructions/kelvinkosbab/appbootstrapai/agents-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 1,333 This file is loaded in full into every session.
When invoked 1,333 The same file — it is already loaded in full.
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.01333 $0.01333
Opus 5 $0.00666 $0.00666
Sonnet 5 $0.00267 $0.00267
Haiku 4.5 $0.00133 $0.00133

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

Security

Grade A, and why

AppBootstrapAI AGENTS.md 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 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.

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.md · 101 lines

How it starts

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

AGENTS.md — operating AppBootstrapAI

For AI agents. This file tells you how to operate this package — AppBootstrapAI — to set up / update / improve another repository. It is not the AGENTS.md that install.sh --agents codex writes into a target repo (that one carries the bundle's coding rules). Humans: see README.md.

AppBootstrapAI is a drop-in bundle of AI agent steering — rules, skills (Claude), and MCP recipes — copied into a target app repo by install.sh. It covers Apple (Swift 6 / SwiftUI / visionOS / Testing / Core Data / Foundation Models) and Android (Kotlin / Compose / Gradle / Hilt).

Golden path — do this

# 1. Analyze the target. Read-only. Returns JSON with a ready-to-run command.
./install.sh recommend <dir> --json

# 2. Preview. Run the returned `preview_command` (= command + --dry-run). Writes nothing.
# 3. Apply.  Run the returned `command`. Then report what changed.

recommend introspects the directory and tells you exactly what to run — one call replaces grepping the tree yourself. Trust its command / preview_command.

recommend --json returns: { state, platform, apple_language, features, action, feature_reasons, command[], preview_command[], notes[] }.

Commands (verbs; each has a --flag alias, so old scripts keep working)

Verb Does Alias
recommend [dir] [--json] analyze a dir → suggested command --recommend
install [dir] [flags] copy the bundle in (default verb — may be omitted)
upgrade <dir> [--apply] 3-way diff vs. the current bundle; preserves local edits --upgrade
uninstall <dir> reverse an install --uninstall
list [--json] preview the catalog --list
list-mcps list MCP recipes --list-mcps
setup guided interactive flow -i / --interactive

Key install flags: --platform apple|android|both (auto-detected if omitted), --apple-language swift|objc|both, --features recommended|all|<csv>, --agents claude,copilot,cursor,gemini,codex,kiro|all, --with-mcps <csv>, --new (create the dir + git init), --dry-run.

Read the full file on GitHub · 101 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 · 101 lines · 1,333 tokens per session scan A 06e9919daf7f

Subscribe to this mod's changes

AppBootstrapAI AGENTS.md is an instructions file published in the GitHub repository kelvinkosbab/AppBootstrapAI (5 stars, last pushed 13d ago), licensed MIT. It adds 1,333 tokens to every session, about $0.0067 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-31.

Related

Other instructions, from other repositories