AppStore CLAUDE.md

AppStore CLAUDE.md is an instructions file for coding agents from wangjianqi/AppStore. It costs 516 tokens per session, scanned A, original, MIT.

Project instructions for AppStore-Guide, a Chinese-language documentation repository that teaches developers how to publish iOS apps.

In plain words
What is it for?
Updating Markdown chapters, appendices, navigation, examples, and reusable iOS development skill files. The repository has no build system or test suite.
Why use it?
They explain where the tutorial content lives and how chapters should be written, helping contributors edit the repository consistently.

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/wangjianqi/appstore/claude-md
Clone the repo
git clone --depth 1 https://github.com/wangjianqi/AppStore

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

README.md
[![agentmods](https://agentmods.dev/badge/instructions/wangjianqi/appstore/claude-md.svg)](https://agentmods.dev/instructions/wangjianqi/appstore/claude-md)
Your own site
<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>
Per session 516 This file is loaded in full into every session.
When invoked 516 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.00516 $0.00516
Opus 5 $0.00258 $0.00258
Sonnet 5 $0.00103 $0.00103
Haiku 4.5 $0.00052 $0.00052

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

Security

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.

CLAUDE.md · 49 lines

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-环境与工具准备/ through 10-多平台开发/ — 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 标题.md format (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 content
  • fix: corrections
  • docs: documentation changes
  • style: formatting
  • refactor: 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

Read the full file on GitHub · 49 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 · 49 lines · 516 tokens per session scan A d8677370315e

Subscribe to this mod's changes

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.