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/gaelic-ghost/apple-dev-skills/agents-mdgit clone --depth 1 https://github.com/gaelic-ghost/apple-dev-skillsWrote 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/gaelic-ghost/apple-dev-skills/agents-md)<a href="https://agentmods.dev/instructions/gaelic-ghost/apple-dev-skills/agents-md"><img src="https://agentmods.dev/badge/instructions/gaelic-ghost/apple-dev-skills/agents-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.00647 | $0.00647 |
| Opus 5 | $0.00324 | $0.00324 |
| Sonnet 5 | $0.00129 | $0.00129 |
| Haiku 4.5 | $0.00065 | $0.00065 |
Grade A, and why
apple-dev-skills 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 — 40 lines — stays where its author put it; the contents beside it link to each section on GitHub.
AGENTS.md
This file is the Apple Dev Skills compatibility-repo override. Follow the root socket guidance for general git, docs, release, branch, and maintainer workflow rules when changing the canonical Socket-hosted payload.
Scope
- This repository is a compatibility marketplace and README pointer for users who installed
gaelic-ghost/apple-dev-skillsdirectly. - The canonical authored Apple Dev Skills payload now lives in
gaelic-ghost/socketunderplugins/apple-dev-skills. - Treat
productivity-skillsas the default baseline maintainer layer for general repo docs and maintenance work; this repo is the narrower specialist layer when Apple-specific behavior should change the workflow. - Preserve standalone-install guidance for public users who install only
apple-dev-skills, while leading new users to the Socket marketplace. - Keep
.agents/plugins/marketplace.jsonas the compatibility surface that redirects to the Socket subdirectory. - Do not add plugin payload,
.codex-plugin, or.agents/skillssurfaces back to this repository for new feature work; make payload changes in Socket.
Apple Rules
- For Swift, Apple framework, Apple platform, SwiftUI, SwiftData, Observation, AppKit, UIKit, Foundation-on-Apple, or Xcode-related guidance, require reading the relevant Apple documentation before proposing implementation changes.
- State the documented Apple behavior being relied on before design or code changes are proposed.
- If Apple docs and current code disagree, stop and surface that conflict.
- If no relevant Apple documentation can be found, say that explicitly before proceeding.
- Keep
explore-apple-swift-docsas the canonical docs-routing surface instead of re-embedding broad docs-source selection logic into execution skills. - Prefer framework-provided behavior over custom wrappers, coordinators, glue, or renaming layers unless a concrete constraint requires them.
- For Xcode app repos, tracked
.pbxprojchanges are critical project state when produced by Xcode, XcodeGen, or another project-aware workflow. - Treat
Package.resolvedand similar package-manager outputs as generated files. Do not tell maintainers or agents to hand-edit them.
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 · 40 lines · 647 tokens per session scan A 19571556a538
apple-dev-skills AGENTS.md is an instructions file published in the GitHub repository gaelic-ghost/apple-dev-skills (9 stars, last pushed 2mo ago), licensed Apache-2.0. It adds 647 tokens to every session, about $0.0032 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
xtool CLAUDE.md
Instructions for 2389-research/xtool, covering xtool plugin, skills included, using-xtool (main skill), key patterns and xtool is not xcodegen.
MarkdownView AGENTS.md
Instructions for keitaoouchi/MarkdownView, covering agents, technical components, relationships (data/event flow overview), extension points (overview) and platform / distribution.
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.
swift-kmp-skill AGENTS.md
Instructions for sorunokoe/swift-kmp-skill, covering agents.md — swift-kmp, what this repository is, repository structure, how to apply this skill and skill loading order.
uikit-expert-skill CLAUDE.md
Instructions for ivan-magda/uikit-expert-skill, a project described as: Agent skill for writing correct, modern UIKit code in Swift. Covers lifecycle, memory, concurrency, collection views, and iOS 13-26 APIs.