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/trunghaiy/appshot/agents-mdgit clone --depth 1 https://github.com/trunghaiy/appshotWhat 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.00942 | $0.00942 |
| Opus 5 | $0.00471 | $0.00471 |
| Sonnet 5 | $0.00188 | $0.00188 |
| Haiku 4.5 | $0.00094 | $0.00094 |
Grade A, and why
appshot 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 3d 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 — 115 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
Guidelines for AI agents working in this repository.
Repository Overview
Appshot generates App Store preview videos for mobile apps. It ships as AI agent skills that scan a target app's codebase, propose a narrative, and write custom Remotion scene components that mock the target app's actual UI. Mobile apps only (iOS/Android).
- Name: Appshot
- GitHub: github.com/trunghaiy/appshot
- Creator: Kian Nguyen
- License: MIT
Architecture
Appshot does NOT use fixed scene templates. The skill writes bespoke .tsx scene files from scratch for every project, using 11 shared animation primitives as building blocks.
Repository Structure
appshot/
├── AGENTS.md # This file — agent guidelines
├── CLAUDE.md # Claude Code-specific context and pitfalls
├── README.md
├── template/ # Clean Remotion project — primitives only, NO scene files
│ └── src/components/ # 11 shared animation primitives
├── packages/create-appshot/ # npx create-appshot CLI
├── examples/bookstreak/ # Reference example
└── .claude/skills/ # Agent skills
├── appshot-core/ # Primitives catalog, config schema
├── appshot-videos/ # Creative director: scans code, writes custom scenes
├── appshot-images/ # Screenshot generator
├── eval/ # Evaluation rubric and test scenarios
└── shared/ # copy-principles.md, extract-app-context.md
Agent Skills Specification
Skills follow the Agent Skills spec.
Required Frontmatter
---
name: skill-name
description: What this skill does and when to use it. Include trigger phrases.
license: MIT
metadata:
author: kiennguyen
version: X.0.0
---
Frontmatter Constraints
| Field | Required | Constraints |
|---|---|---|
name |
Yes | 1-64 chars, lowercase a-z, numbers, hyphens. Must match directory name. |
description |
Yes | 1-1024 chars. Include trigger phrases. |
license |
No | Default: MIT |
metadata |
No | Key-value pairs: author, version |
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.
- 3d ago First seen · 115 lines · 942 tokens per session scan A 0a14a41587c4
appshot AGENTS.md is an instructions file published in the GitHub repository trunghaiy/appshot (41 stars, last pushed 2mo ago), licensed MIT. It adds 942 tokens to every session, about $0.0047 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-30.
Other instructions, from other repositories
storeshots-mcp CLAUDE.md
Instructions for mtbun/storeshots-mcp, a project described as: Store-ready App Store & Google Play screenshots from any MCP client. Device frames, benefit-driven headlines, exact store dimensions. No API keys.
claude-code-apple-skills CLAUDE.md
Instructions for rshankras/claude-code-apple-skills, covering claude.md, repository purpose, architecture, skill structure and yaml frontmatter (required).
storeshots-mcp AGENTS.md
Instructions for mtbun/storeshots-mcp, covering agents.md, what this project is, architecture, non-negotiable principles and layout contract (compose).
indie-app-shipping AGENTS.md
Instructions for cuongdev/indie-app-shipping, covering agents.md — indie app shipping, strategic frame, platform selection (decide first), workflow for a new app and decision framework: deepen or park.
shotluma AGENTS.md
Instructions for realZachi/shotluma, covering shotluma agent instructions, required workflow, commands, non-negotiable rules and rulebook.
flutter-flame-harness CLAUDE.md
Instructions for tjdrhs90/flutter-flame-harness, covering flutter-flame-harness — development guide, always-on guardrails, development flow, this repo's nature (important) and commit rules.