axiom-apple-docs-research

axiom-apple-docs-research is a skill for Claude Code, Codex from ComeOnOliver/skillshub. It costs 41 tokens per session (2,521 once invoked), scanned A, original, MIT.

A research aid for Apple developer materials, including framework documentation, APIs, and WWDC session transcripts. WWDC is Apple's annual developer conference.

In plain words
What is it for?
Use it when researching Apple technologies such as SwiftUI or WidgetKit, or when extracting examples from WWDC sessions.
Why use it?
It helps locate complete transcripts and code examples when Apple documentation or conference videos are difficult to search manually.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it when researching Apple technologies such as SwiftUI or WidgetKit, or when extracting examples from WWDC sessions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/comeonoliver/skillshub/axiom-apple-docs-research
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 ComeOnOliver/skillshub --skill axiom-apple-docs-research
Clone the repo
git clone --depth 1 https://github.com/ComeOnOliver/skillshub

Made for: Claude Code, 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 axiom-apple-docs-research

README.md
[![agentmods](https://agentmods.dev/badge/skills/comeonoliver/skillshub/axiom-apple-docs-research/github.svg)](https://agentmods.dev/skills/comeonoliver/skillshub/axiom-apple-docs-research)
Your own site
<a href="https://agentmods.dev/skills/comeonoliver/skillshub/axiom-apple-docs-research"><img src="https://agentmods.dev/badge/skills/comeonoliver/skillshub/axiom-apple-docs-research/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for axiom-apple-docs-research

Your own site · 80×15
<a href="https://agentmods.dev/skills/comeonoliver/skillshub/axiom-apple-docs-research"><img src="https://agentmods.dev/badge/skills/comeonoliver/skillshub/axiom-apple-docs-research.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 41 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 2,521 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.00041 $0.02521
Opus 5 $0.00020 $0.01260
Sonnet 5 $0.00008 $0.00504
Haiku 4.5 $0.00004 $0.00252

Measured 7d ago against content hash 0049b3d1677a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

axiom-apple-docs-research 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 7d 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/CharlesWiltgen/Axiom/axiom-apple-docs-research/SKILL.md · 329 lines

How it starts

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

Apple Documentation Research

When to Use This Skill

Use this skill when:

  • Researching Apple frameworks or APIs (WidgetKit, SwiftUI, etc.)
  • Need full WWDC session transcripts with code samples
  • Looking for Apple Developer documentation
  • Want to extract code examples from WWDC presentations
  • Building comprehensive skills based on Apple technologies

Do NOT use this skill for:

  • Third-party framework documentation
  • General web research
  • Questions already answered in existing skills
  • Basic Swift language questions (use Swift documentation)
  • Use superpowers-chrome:browsing for interactive browser control
  • Use writing-skills when creating new skills from Apple documentation
  • Use reviewing-reference-skills to validate Apple documentation skills

Core Philosophy

Apple Developer video pages contain full verbatim transcripts with timestamps and complete code samples. Chrome's auto-capture feature makes this content instantly accessible without manual copying.

Key insight: Don't manually transcribe or copy code from WWDC videos. The transcripts are already on the page, fully timestamped and formatted.

WWDC Session Transcripts via Chrome

The Technique

Apple Developer video pages (developer.apple.com/videos/play/wwdc20XX/XXXXX/) contain complete transcripts that Chrome auto-captures.

Step-by-Step Process
  1. Navigate using Chrome browser MCP tool:

    {
      "action": "navigate",
      "payload": "https://developer.apple.com/videos/play/wwdc2025/278/"
    }
    

    Tool name: mcp__plugin_superpowers-chrome_chrome__use_browser

    Complete invocation:

    Use the mcp__plugin_superpowers-chrome_chrome__use_browser tool with:
    - action: "navigate"
    - payload: "https://developer.apple.com/videos/play/wwdc2025/278/"
    
  2. Locate the auto-captured file:

    • Chrome saves to: ~/.../superpowers/browser/YYYY-MM-DD/session-TIMESTAMP/
    • Session directory uses Unix timestamp in milliseconds (e.g., session-1765217804099)
    • Filename pattern: NNN-navigate.md (e.g., 001-navigate.md)

Read the full file on GitHub · 329 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. 7d ago First seen · 329 lines · 41 tokens per session scan A 0049b3d1677a

Subscribe to this mod's changes

axiom-apple-docs-research is a skill published in the GitHub repository ComeOnOliver/skillshub (63 stars, last pushed 2mo ago), licensed MIT. It adds 41 tokens to every session and 2,521 once invoked, about $0.0002 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-09-03.

Related

Other skills, from other repositories

lookup-topic

Look up a help topic with progressive depth. First call returns concept, repeat calls escalate to task then reference. Triggers on: look up topic, open template, tell me more, go deeper, start over.

Smart-AI-Memory/attune-ai · 46 tokens

lookup

Look up help topics with progressive depth. Pair with attune-ai for the full author-and-read workflow. Triggers on: lookup, look up, depth, topic, help topic, tell me more.

Smart-AI-Memory/attune-ai · 43 tokens

lookup-list

List all available help topics, optionally filtered by tag. Use to browse what's in the bundled templates or the project's .help/ directory. Triggers on: list topics, what's available, browse help, show topics.

Smart-AI-Memory/attune-ai · 46 tokens

lookup-warn

Get context warnings for a file based on its extension and name. Surfaces known gotchas before the user hits them. Triggers on: warn me, gotchas, pitfalls, what should I watch out for, check this file.

Smart-AI-Memory/attune-ai · 51 tokens

learn

Learn a tech topic to a correct 101 level in minimal time. Researches open sources (official docs/releases, engineering blogs, YouTube talks, HN/Reddit, news, papers) restricted to recent material, then produces a brief with a 101 mental model, what changed, tradeoffs, an adopt/trial/hold/avoid verdict, a…

ayberkcansever/ai-skills · 176 tokens

tech-radar

Builds a Thoughtworks-style learning radar of what a principal software + AI engineer should learn next — crawl registry feeds, triage, confirm adoption, place Learn/Try/Watch/Skip blips, save dated HTML. Use when the user asks what to learn, scan the radar, recent topics worth learning, what is moving in tech, or…

ayberkcansever/ai-skills · 95 tokens