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/jpavley/meta-loop-ios/claude-mdgit clone --depth 1 https://github.com/jpavley/meta-loop-iosWrote 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/jpavley/meta-loop-ios/claude-md)<a href="https://agentmods.dev/instructions/jpavley/meta-loop-ios/claude-md"><img src="https://agentmods.dev/badge/instructions/jpavley/meta-loop-ios/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.00472 | $0.00472 |
| Opus 5 | $0.00236 | $0.00236 |
| Sonnet 5 | $0.00094 | $0.00094 |
| Haiku 4.5 | $0.00047 | $0.00047 |
Grade A, and why
meta-loop-ios 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 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 — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Meta-Loop iOS Plugin
A Claude Code plugin providing a structured AI-assisted iOS development methodology. This is a documentation-only project — no Swift code, no Xcode project, no build step.
Project Structure
.claude-plugin/plugin.json # Minimal manifest (Anthropic standard)
commands/ # Slash commands (installed to .claude/commands/)
ml-setup.md # Step 0: Scaffold project for meta-loop workflow
ml-wireframe.md # Step 1: Review wireframe
ml-spec.md # Step 2: Create spec from wireframe
ml-impl.md # Step 3: Implement from spec
ml-retain.md # Step 4: Capture learnings
skills/ # Reference docs (installed to .claude/skills/)
meta-loop-methodology/ # Process theory + user guide
wireframe-design/ # Wireframe creation tips
view-specifications/ # Spec writing guide + template
project-structure/ # Directory layout + file responsibilities
install.sh # Copies commands + skills into a target project
Standards
- Follows Anthropic knowledge-work-plugins format
- Commands use
argument-hint:(notarguments:) in YAML frontmatter - Skills use YAML frontmatter with
name:anddescription: - All doc references in commands point to
skills/.../SKILL.md
Conventions
- Command files are markdown with YAML frontmatter
- Skill files are named
SKILL.mdinside a named directory - The plugin manifest at
.claude-plugin/plugin.jsonis minimal (name, version, description, author) install.shcopies commands to.claude/commands/and the skills tree to.claude/skills/- Keep examples generic (not tied to a specific app)
- Keep content platform-agnostic in requirement sections; platform-specific code goes only in Implementation Reference sections
Repo Info
- Remote: github.com:jpavley/meta-loop-ios.git
- Branch: main
- License: MIT
- Author: John Pavley
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 · 45 lines · 472 tokens per session scan A 6584524cad63
meta-loop-ios CLAUDE.md is an instructions file published in the GitHub repository jpavley/meta-loop-ios (3 stars, last pushed 6mo ago), licensed MIT. It adds 472 tokens to every session, about $0.0024 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
ios-swiftui-accessibility-techniques CLAUDE.md
Claude Code instructions for cvs-health/ios-swiftui-accessibility-techniques, covering project rules, copyright header (required), rules, swift files and markdown files.
AniShelf AGENTS.md
Instructions for samuelhe52/AniShelf, covering anishelf - developer notes, workflow, code style, testing and commits.
swift-architecture-skill CLAUDE.md
Instructions for efremidze/swift-architecture-skill, covering swift architecture skill, project structure, how the skill works and key conventions.
swift-architecture-skill AGENTS.md
Instructions for efremidze/swift-architecture-skill, covering agents guidelines for swift architecture skill, working with this repository, 1. understanding the skill, 2. modifying architecture playbooks and 3. testing and validation.
createAnApp AGENTS.md
Instructions for MartinPuli/createAnApp, a project described as: Evidence-gated AI agent skills for shipping Apple apps from idea validation to App Store launch.
cloudx-sdk-agents AGENTS.md
Instructions for cloudx-io/cloudx-sdk-agents, covering agents.md, the one rule, repository map and for agent tooling maintainers.