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/wangjianqi/appstore/claude-mdgit clone --depth 1 https://github.com/wangjianqi/AppStoreWrote 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/wangjianqi/appstore/claude-md)<a href="https://agentmods.dev/instructions/wangjianqi/appstore/claude-md"><img src="https://agentmods.dev/badge/instructions/wangjianqi/appstore/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.00516 | $0.00516 |
| Opus 5 | $0.00258 | $0.00258 |
| Sonnet 5 | $0.00103 | $0.00103 |
| Haiku 4.5 | $0.00052 | $0.00052 |
Grade A, and why
AppStore CLAUDE.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 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.
How it starts
The opening of the file, as written. The whole thing — 49 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
AppStore-Guide is a documentation-only tutorial repository (no buildable code). It contains 10 sections (185 chapters + 12 appendices) guiding developers from zero to publishing an iOS app on the App Store, with an emphasis on AI-driven development workflows.
The content is written in Chinese and targets mainland China developers specifically (ICP filing, App Store review nuances, etc.).
Repository Structure
01-环境与工具准备/through10-多平台开发/— Main tutorial chapters (Markdown files)附录/— Appendices (FAQ, cheat sheets, checklists)ios-claude-skills/— 20 reusable Claude Code SKILL.md files for iOS development.github/— Issue/PR templates
There is no build system, test suite, or runnable code. All content is Markdown.
Working with This Repo
Content editing
- Files use Markdown with Chinese filenames in
标题.mdformat (e.g.,AI编程工具全景.md). Chapter order is defined by README.md table. - Each chapter should open with a goal statement and close with a summary + navigation links
- Code examples go in fenced code blocks with language tags
- Use tables for comparisons, and emoji markers (💡提示, ⚠️警告) for callouts
Commit conventions
Follow Conventional Commits:
feat:new contentfix:correctionsdocs:documentation changesstyle:formattingrefactor:restructuring
Branch prefixes: fix/, feature/, improve/, translate/
ios-claude-skills directory
Contains 20 Claude Code skill files organized by domain. Each SKILL.md has name and description frontmatter for trigger matching. These are designed to be copied into a project's .claude/skills/ directory. The skills assume a UIKit + SnapKit + MVVM + SPM + StoreKit 2 stack (not SwiftUI).
Key Technical Context
- Swift 5.9+, SwiftUI 5.0+, Xcode 15+
- AI tools covered: Claude Code, GitHub Copilot, Cursor, Trae, OpenAI Codex
- Core methodology: Spec-driven development + MCP protocol integration
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 · 49 lines · 516 tokens per session scan A d8677370315e
AppStore CLAUDE.md is an instructions file published in the GitHub repository wangjianqi/AppStore (11 stars, last pushed 3mo ago), licensed MIT. It adds 516 tokens to every session, about $0.0026 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.
Other instructions, from other repositories
meta-loop-ios CLAUDE.md
Instructions for jpavley/meta-loop-ios, covering meta-loop ios plugin, project structure, standards, conventions and repo info.
Xcode-Build-Optimization-Agent-Skill copilot-instructions.md
Instructions for AvdLee/Xcode-Build-Optimization-Agent-Skill, covering repository mission, agent skill requirements, behavior constraints, build optimization focus areas and common issues to flag.
MarkdownView AGENTS.md
Instructions for keitaoouchi/MarkdownView, covering agents, technical components, relationships (data/event flow overview), extension points (overview) and platform / distribution.
ios-simulator-skill CLAUDE.md
Instructions for conorluddy/ios-simulator-skill, covering claude.md - developer guide, project overview, project structure, architecture patterns and pattern 1: class-based script design.
expo-targets AGENTS.md
AGENTS.md instructions for csark0812/expo-targets, covering agents, product posture, sealed zones, docs ssot and safe commands.
iOS-vibebuddy AGENTS.md
AGENTS.md instructions for semantic-craft/iOS-vibebuddy, covering agents.md, verification strategy, agent skills, issue tracker and triage labels.