arkit-visionos-developer

arkit-visionos-developer is a skill for Codex from tomkrikorian/visionOSAgents. It costs 67 tokens per session (716 once invoked), scanned A, original, MIT.

A routing guide for building augmented-reality features with ARKit on visionOS 27. ARKit provides information about the user’s surroundings, hands, cameras, and tracked objects for spatial apps.

In plain words
What is it for?
Use it when choosing or combining ARKit providers, processing anchors, connecting AR data to RealityKit, or troubleshooting the shared ARKit lifecycle.
Why use it?
It helps select the right ARKit feature area and handle shared setup such as permissions, sessions, and tracked data.

Skill for Codex

Written for Codex: agents/openai.yaml present. Also seen: $skill-name invocation.

Good fit Use it when choosing or combining ARKit providers, processing anchors, connecting AR data to RealityKit, or troubleshooting the shared ARKit lifecycle.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tomkrikorian/visionosagents/arkit-visionos-developer
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.

Any agent
npx skills add tomkrikorian/visionOSAgents --skill arkit-visionos-developer
Clone the repo
git clone --depth 1 https://github.com/tomkrikorian/visionOSAgents

Made for: Codex.

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 arkit-visionos-developer

README.md
[![agentmods](https://agentmods.dev/badge/skills/tomkrikorian/visionosagents/arkit-visionos-developer.svg)](https://agentmods.dev/skills/tomkrikorian/visionosagents/arkit-visionos-developer)
Your own site
<a href="https://agentmods.dev/skills/tomkrikorian/visionosagents/arkit-visionos-developer"><img src="https://agentmods.dev/badge/skills/tomkrikorian/visionosagents/arkit-visionos-developer.svg" alt="Measured on agentmods" height="20"></a>
Per session 67 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 716 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.1 $0.00067 $0.00716
Opus 5 $0.00034 $0.00358
Sonnet 5 $0.00013 $0.00143
Haiku 4.5 $0.00007 $0.00072

Measured 8d ago against content hash 462f36892919, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-07, from the pricing page.

Security

Grade A, and why

arkit-visionos-developer 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 8d 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.

skills/arkit-visionos-developer/SKILL.md · 67 lines

How it starts

The opening of the file, as written. The whole thing — 67 lines — stays where its author put it; the contents beside it link to each section on GitHub.

ARKit visionOS Developer

Quick Start

  1. If the task names a specific provider family, switch to the matching provider-focused skill below.
  2. If the task spans provider families, load the provider index plus shared session and anchor references first.
  3. Add only the usage strings, entitlements, and authorizations required by the providers you actually use.
  4. Keep anchor state in a model layer, and bridge into RealityKit only when you have a rendering target.
  5. If the issue is app launch, test flow, simulator behavior, or signing, switch to build-run-debug or signing-entitlements.

Provider-Focused Skills

Skill When to Use
$arkit-spatial-tracking-providers World tracking, plane detection, scene reconstruction, room tracking, or shared coordinate spaces.
$arkit-hand-tracking-provider Hand anchors, joint transforms, custom hand gestures, or hand visualizations.
$arkit-reference-tracking-providers Known image tracking, object tracking, barcode detection, or accessory tracking.
$arkit-camera-access-providers Camera frame streams or region-scoped camera content.
$arkit-rendering-context-providers Environment lighting, stereo properties, device fit, or foveated field-of-view tuning.

Load Shared References When

Reference When to Use
references/provider-index.md When you need the provider map and routing guidance.
references/session-basics.md When setting up ARKitSession, authorization, or shared lifecycle rules.
references/anchor-processing.md When reconciling anchorUpdates, IDs, and model-layer state.
references/realitykit-bridge.md When ARKit data needs to become visible RealityKit scene content.

Workflow

  1. Choose the provider family or focused skill.
  2. Load the shared session and lifecycle guidance first.
  3. Add only the provider references that match the task.
  4. Keep anchor reconciliation in a model layer.
  5. Bridge into RealityKit only after the model layer has stable state.

Read the full file on GitHub · 67 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. 8d ago First seen · 67 lines · 67 tokens per session scan A 462f36892919

Subscribe to this mod's changes

arkit-visionos-developer is a skill published in the GitHub repository tomkrikorian/visionOSAgents (60 stars, last pushed 2mo ago), licensed MIT. It adds 67 tokens to every session and 716 once invoked, about $0.0003 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.

Related

Other skills, from other repositories