Token导航 LogoToken导航TokenDH.com
研究检索敏感数据github未标认证来源可访问clear审计提醒

axiom-apple-docs-researchaxiom Apple 文档研究

Agent Skill

用于辅助文档、README、Markdown、说明文和内容稿件的整理与改写。它适合让 Agent 提炼结构、补齐章节、统一术语、检查链接或把零散材料整理成可读文档。使用时应保留项目已有事实、命令和路径,不要把未确认的信息写成确定结论;涉及对外文案时,还需要控制语气,避免过度营销或夸大能力。

总安装

4,726

周安装

203

GitHub Stars

873

下载量

1,656
CodexClaudeCursorGemini CLI

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

3

许可证

MIT

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:axiom-apple-docs-research(axiom Apple 文档研究)
来源仓库:https://github.com/charleswiltgen/axiom
仓库路径:skills/axiom-apple-docs-research
安装命令:
npx skills add https://github.com/charleswiltgen/axiom --skill axiom-apple-docs-research
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。不同来源提供的安装方式可能略有差异;本站展示可直接复制的安装命令,安装前请核对来源页面。

skills.shnpx skills
npx skills add https://github.com/charleswiltgen/axiom --skill axiom-apple-docs-research

简介

检索 Apple 框架文档与 WWDC 会议代码示例。

  • 提取官方文档中的技术细节与实现模式。
  • 适用于构建基于 Apple 技术的综合技能库。
  • 安装命令:npx skills add https://github.com/charleswiltgen/axiom --skill axiom-apple-docs-research
  • 适用宿主包括 Codex、Claude、Cursor、Gemini CLI,接入前应确认版本、权限和运行环境要求。

SKILL.md

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)

Related Skills

  • 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: Finding the latest session: # List sessions sorted by modification time (newest first) ls -lt ~/Library/Caches/superpowers/browser/*/session-* | head -5

- 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)

  1. Read the captured transcript:

- Full spoken content with timestamps (e.g., [0:07], [1:23]) - Descriptions of code and API usage (spoken, not formatted) - Chapter markers and resource links

What You Get

✅ WWDC transcripts contain:

  • Full spoken content with timestamps (e.g., [0:07], [1:23])
  • API names mentioned by speakers (e.g., widgetRenderingMode, supportedMountingStyles)
  • Descriptions of what code does ("I'll add the widgetRenderingMode environment variable")
  • Step-by-step explanations of implementations
  • Chapter markers and resource links

❌ WWDC transcripts do NOT contain:

  • Formatted Swift code blocks ready to copy-paste
  • Complete implementations
  • Structured code examples

Critical Understanding: Transcripts are spoken word, not code. You'll read sentences like "I'll add the widgetRenderingMode environment variable to my widget view" and need to reconstruct the code yourself from these descriptions.

When Code Isn't Clear from Transcript

If the transcript's code descriptions aren't detailed enough, follow this fallback workflow:

  1. Check Resources Tab

- Navigate back to the WWDC session page - Click "Resources" tab - Look for "Download Sample Code" or "View on GitHub" - Download Xcode project with complete working implementation

  1. Use sosumi.ai for API Details

- Look up specific APIs mentioned in transcript - Example: Transcript says "widgetAccentedRenderingMode" → look up sosumi.ai/documentation/swiftui/widgetaccentedrenderingmode - Get exact signature, parameters, usage

  1. Jump to Timestamp in Video

- Use transcript timestamp to jump directly to code explanation in video - Example: Transcript says code at [4:23] → watch that specific 30-second segment - Faster than watching entire 45-minute session

  1. Combine Sources

- Transcript = conceptual understanding + workflow - Resources = complete code - sosumi.ai = API details - Result: Full picture without manually reconstructing everything

Example transcript structure:

# Session Title - WWDC## - Videos - Apple Developer

## Chapters
- 0:00 - Introduction
- 1:23 - Key Topic 1

## Transcript
0:00
Speaker: Welcome to this session...

[timestamp]
Now I'll add the widgetAccentedRenderingMode modifier...

Example Session

WWDC 2025-278 "What's new in widgets":

  • Navigate: https://developer.apple.com/videos/play/wwdc2025/278/
  • Captured: 001-navigate.md
  • Contains: ~15 minutes of full transcript with API references and code concepts

Apple Documentation via sosumi.ai

Why sosumi.ai

Developer.apple.com documentation is HTML-heavy and difficult to parse. sosumi.ai provides the same content in clean markdown format.

URL Pattern

Instead of:

https://developer.apple.com/documentation/widgetkit

Use:

https://sosumi.ai/documentation/widgetkit

URL Pattern Rules

Format: https://sosumi.ai/documentation/[framework]

Rules for framework name:

  1. Lowercase - Use lowercase even if framework is capitalized (SwiftUI → swiftui)
  2. No spaces - Remove all spaces (Core Data → coredata)
  3. No hyphens - Remove all hyphens (App Intents → appintents, NOT app-intents)
  4. Case-insensitive - Both SwiftUI and swiftui work, but lowercase is recommended

Common mistakes:

  • app-intents → ✅ appintents
  • axiom-core-data → ✅ coredata
  • AVFoundation → ✅ avfoundation

Examples:

Framework Namesosumi.ai URL
SwiftUIsosumi.ai/documentation/swiftui
App Intentssosumi.ai/documentation/appintents
Core Datasosumi.ai/documentation/coredata
AVFoundationsosumi.ai/documentation/avfoundation
UIKitsosumi.ai/documentation/uikit

Using with WebFetch or Read Tools

WebFetch:
  url: https://sosumi.ai/documentation/widgetkit/widget
  prompt: "Extract information about Widget protocol"

Result: Clean markdown with API signatures, descriptions, examples

Framework Examples

Frameworksosumi.ai URL
WidgetKithttps://sosumi.ai/documentation/widgetkit
SwiftUIhttps://sosumi.ai/documentation/swiftui
ActivityKithttps://sosumi.ai/documentation/activitykit
App Intentshttps://sosumi.ai/documentation/appintents
Foundationhttps://sosumi.ai/documentation/foundation

Common Research Workflows

Workflow 1: New iOS Feature Research

Goal: Create a comprehensive skill for a new iOS 26 feature.

  1. Find WWDC sessions — Search "WWDC 2025 [feature name]"
  2. Get transcripts — Navigate with Chrome to each session
  3. Read transcripts — Extract key concepts, code patterns, gotchas
  4. Get API docs — Use sosumi.ai for framework reference
  5. Cross-reference — Verify code samples match documentation
  6. Create skill — Combine transcript insights + API reference

Time saved: 3-4 hours vs. watching videos and manual transcription

Workflow 2: API Deep Dive

Goal: Understand a specific API or protocol.

  1. sosumi.ai docs — Get protocol/class definition
  2. WWDC sessions — Search for sessions mentioning the API
  3. Code samples — Extract from transcript code blocks
  4. Verify patterns — Ensure examples match latest API

Workflow 3: Multiple Sessions Research

Goal: Comprehensive coverage across multiple years (e.g., widgets evolution).

  1. Parallel navigation — Use Chrome to visit 3-6 sessions
  2. Read all transcripts — Compare how APIs evolved
  3. Extract timeline — iOS 14 → 17 → 18 → 26 changes
  4. Consolidate — Create unified skill with version annotations

Example: Extensions & Widgets skill used 6 WWDC sessions (2023-2025)

Anti-Patterns

❌ DON'T: Manual Video Watching

BAD:
1. Play WWDC video
2. Pause and take notes
3. Rewind to capture code
4. Type out examples manually

Result: 45 minutes per session

✅ DO: Chrome Auto-Capture

GOOD:
1. Navigate with Chrome
2. Read captured .md file
3. Copy code blocks directly
4. Reference timestamps for context

Result: 5 minutes per session

❌ DON'T: Scrape developer.apple.com HTML

BAD:
Use WebFetch on developer.apple.com/documentation
Result: Complex HTML parsing required

✅ DO: Use sosumi.ai

GOOD:
Use WebFetch on sosumi.ai/documentation
Result: Clean markdown, instant access

Troubleshooting

Chrome Session Directory Not Found

Symptom: Can't locate 001-navigate.md file

Solution:

  1. Check Chrome actually navigated (look for URL confirmation)
  2. Find latest session: ls -lt ~/Library/Caches/superpowers/browser/*/
  3. Session directory format: YYYY-MM-DD/session-TIMESTAMP/

Transcript Incomplete

Symptom: File exists but missing transcript

Solution:

  1. Page may still be loading - wait 2-3 seconds
  2. Try navigating again
  3. Some sessions require scrolling to load full content

sosumi.ai Returns Error

Symptom: 404 or invalid URL

Solution:

  1. Verify framework name spelling
  2. Check sosumi.ai format: /documentation/[frameworkname]
  3. Fallback: Use developer.apple.com but expect HTML

Verification Checklist

Before using captured content:

  • ☐ Transcript includes timestamps
  • ☐ Code samples are complete (not truncated)
  • ☐ Speaker names and chapter markers present
  • ☐ Multiple speakers properly attributed
  • ☐ Code syntax highlighting preserved

Resources

Skills: superpowers-chrome:browsing, writing-skills, reviewing-reference-skills


Time Saved: Using this technique saves 30-40 minutes per WWDC session vs. manual video watching and transcription. For comprehensive research spanning multiple sessions, savings compound to 3-4 hours per skill.

适合场景

01

用户想查找某类 Agent Skill 时

02

需要根据任务场景推荐可安装能力包时

03

需要对比不同来源的安装命令和来源信息时

04

需要参考平台分布和安装热度时

能力概览

能力 1

按任务关键词查找相关 Skills

能力 2

展示可复制的安装命令

能力 3

保留来源站点、仓库和原始说明,方便继续核验

能力 4

补充不同宿主或平台的使用分布数据

能力 5

展示第三方安全扫描或审计结果

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

Claude Code

29.36%
按下载量换算486

OpenCode

23.75%
按下载量换算393

Antigravity

18.2%
按下载量换算301

Codex

11.2%
按下载量换算185

Cursor

7.71%
按下载量换算128

Gemini CLI

3.64%
按下载量换算60

安全审计

Gen Agent Trust Hub

通过

Socket

通过

Snyk

可疑

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。来源安全扫描存在 warning/failed 结果,不能写成本站确认安全。

来源信息

继续浏览同类 Skills