apple-dev-skills AGENTS.md

apple-dev-skills AGENTS.md is an instructions file for Codex, OpenCode from gaelic-ghost/apple-dev-skills. It costs 647 tokens per session, scanned A, original, Apache-2.0.

A specialist guide for developing Apple software, including Swift, SwiftUI, and Apple platforms. It also explains how this compatibility repository connects to the canonical skills repository.

In plain words
What is it for?
Use it when changing Apple development guidance, Swift or framework behavior, marketplace pointers, or compatibility-repository documentation.
Why use it?
It keeps Apple-specific development rules and repository changes in the right place, while preserving installation guidance for users.

Instructions file for CodexOpenCode

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/gaelic-ghost/apple-dev-skills/agents-md
Clone the repo
git clone --depth 1 https://github.com/gaelic-ghost/apple-dev-skills

Made for: Codex, OpenCode.

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 apple-dev-skills AGENTS.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/gaelic-ghost/apple-dev-skills/agents-md.svg)](https://agentmods.dev/instructions/gaelic-ghost/apple-dev-skills/agents-md)
Your own site
<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>
Per session 647 This file is loaded in full into every session.
When invoked 647 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.00647 $0.00647
Opus 5 $0.00324 $0.00324
Sonnet 5 $0.00129 $0.00129
Haiku 4.5 $0.00065 $0.00065

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

Security

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.

AGENTS.md · 40 lines

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-skills directly.
  • The canonical authored Apple Dev Skills payload now lives in gaelic-ghost/socket under plugins/apple-dev-skills.
  • Treat productivity-skills as 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.json as the compatibility surface that redirects to the Socket subdirectory.
  • Do not add plugin payload, .codex-plugin, or .agents/skills surfaces 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-docs as 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 .pbxproj changes are critical project state when produced by Xcode, XcodeGen, or another project-aware workflow.
  • Treat Package.resolved and similar package-manager outputs as generated files. Do not tell maintainers or agents to hand-edit them.

Read the full file on GitHub · 40 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. 3d ago First seen · 40 lines · 647 tokens per session scan A 19571556a538

Subscribe to this mod's changes

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.

Related

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.

2389-research/xtool · 525 tokens

MarkdownView AGENTS.md

Instructions for keitaoouchi/MarkdownView, covering agents, technical components, relationships (data/event flow overview), extension points (overview) and platform / distribution.

keitaoouchi/MarkdownView · 722 tokens

swift-architecture-skill CLAUDE.md

Instructions for efremidze/swift-architecture-skill, covering swift architecture skill, project structure, how the skill works and key conventions.

efremidze/swift-architecture-skill · 422 tokens

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.

efremidze/swift-architecture-skill · 987 tokens

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.

sorunokoe/swift-kmp-skill · 675 tokens

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.

ivan-magda/uikit-expert-skill · 3 tokens