✅ Use this skill when:
Works with
AI-first code editor with Composer
Before installing skills in Cursor, ensure your development environment meets these requirements:
node --versionaxiom-apple-docs-researchExecute the skills CLI command in your project's root directory to begin installation:
Fetches axiom-apple-docs-research from charleswiltgen/axiom and configures it for Cursor.
The CLI shows a list of agents. Use arrow keys and space to select Cursor:
Confirm successful installation by checking the skill directory location:
Restart Cursor to activate axiom-apple-docs-research. Access via /axiom-apple-docs-research in your agent's command palette.
We perform automated surface-level scans (Gen AI Scanner, Socket, Snyk) during installation. These checks detect common vulnerabilities but do not guarantee complete security. Always review skill source code and verify the publisher's reputation before production use.
Skills execute code in your environment. Always review source, verify the publisher, and test in isolation before production.
Submit your Claude Code skill and start earning
Automate repetitive workflows and reduce manual effort
Example
Generate reports, summarize documents, draft communications
Save 3-5 hours per week on routine tasks
Learn new skills, understand complex topics, get expert guidance
Example
Explain concepts, provide examples, suggest learning resources
Accelerate learning and skill development by 2x
Enhance output quality through reviews, suggestions, and refinements
Example
Review drafts, suggest improvements, catch errors
Improve work quality by 30-40% with less effort
0
total installs
0
this week
767
GitHub stars
0
upvotes
Run in your terminal
0
installs
0
this week
767
stars
✅ Use this skill when:
❌ Do NOT use this skill for:
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.
Apple Developer video pages (developer.apple.com/videos/play/wwdc20XX/XXXXX/) contain complete transcripts that Chrome auto-captures.
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/"
Locate the auto-captured file:
~/.../superpowers/browser/YYYY-MM-DD/session-TIMESTAMP/session-1765217804099)NNN-navigate.md (e.g., 001-navigate.md)Finding the latest session:
# List sessions sorted by modification time (newest first)
ls -lt ~/Library/Caches/superpowers/browser/*/session-* | head -5
Read the captured transcript:
[0:07], [1:23])✅ WWDC transcripts contain:
[0:07], [1:23])widgetRenderingMode, supportedMountingStyles)❌ WWDC transcripts do NOT contain:
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.
If the transcript's code descriptions aren't detailed enough, follow this fallback workflow:
Check Resources Tab
Use sosumi.ai for API Details
sosumi.ai/documentation/swiftui/widgetaccentedrenderingmodeJump to Timestamp in Video
[4:23] → watch that specific 30-second segmentCombine Sources
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...
WWDC 2025-278 "What's new in widgets":
https://developer.apple.com/videos/play/wwdc2025/278/001-navigate.mdDeveloper.apple.com documentation is HTML-heavy and difficult to parse. sosumi.ai provides the same content in clean markdown format.
Instead of:
https://developer.apple.com/documentation/widgetkit
Use:
https://sosumi.ai/documentation/widgetkit
Format: https://sosumi.ai/documentation/[framework]
Rules for framework name:
SwiftUI and swiftui work, but lowercase is recommendedCommon mistakes:
app-intents → ✅ appintentsaxiom-core-data → ✅ coredataAVFoundation → ✅ avfoundationExamples:
| Framework Name | sosumi.ai URL |
|---|---|
| SwiftUI | sosumi.ai/documentation/swiftui |
| App Intents | sosumi.ai/documentation/appintents |
| Core Data | sosumi.ai/documentation/coredata |
| AVFoundation | sosumi.ai/documentation/avfoundation |
| UIKit | sosumi.ai/documentation/uikit |
WebFetch:
url: https://sosumi.ai/documentation/widgetkit/widget
prompt: "Extract information about Widget protocol"
Result: Clean markdown with API signatures, descriptions, examples
| Framework | sosumi.ai URL |
|---|---|
| WidgetKit | https://sosumi.ai/documentation/widgetkit |
| SwiftUI | https://sosumi.ai/documentation/swiftui |
| ActivityKit | https://sosumi.ai/documentation/activitykit |
| App Intents | https://sosumi.ai/documentation/appintents |
| Foundation | https://sosumi.ai/documentation/foundation |
Goal: Create a comprehensive skill for a new iOS 26 feature.
Time saved: 3-4 hours vs. watching videos and manual transcription
Goal: Understand a specific API or protocol.
Goal: Comprehensive coverage across multiple years (e.g., widgets evolution).
Example: Extensions & Widgets skill used 6 WWDC sessions (2023-2025)
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
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
BAD:
Use WebFetch on developer.apple.com/documentation
Result: Complex HTML parsing required
GOOD:
Use WebFetch on sosumi.ai/documentation
Result: Clean markdown, instant access
Symptom: Can't locate 001-navigate.md file
Solution:
ls -lt ~/Library/Caches/superpowers/browser/*/YYYY-MM-DD/session-TIMESTAMP/Symptom: File exists but missing transcript
Solution:
Symptom: 404 or invalid URL
Solution:
/documentation/[frameworkname]Before using captured content:
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.
Prerequisites
Time Estimate
15-45 minutes depending on use case complexity
Steps
Common Pitfalls
✓ Do
✗ Don't
💡 Pro Tips
✓ Use when
Use when skill capabilities match your task, clear ROI on time saved, and you can validate outputs. Best for repetitive tasks, learning, and quality improvement.
✗ Avoid when
Avoid when task requires deep expertise you can't validate, involves sensitive decisions, or when learning process is more valuable than speed of completion.
charleswiltgen/axiom
langchain-ai/deepagents
upstash/context7
heyman333/atelier-ui
BuilderIO/skills
ailabs-393/ai-labs-claude-skills
axiom-apple-docs-research fits our agent workflows well — practical, well scoped, and easy to wire into existing repos.
We added axiom-apple-docs-research from the explainx registry; install was straightforward and the SKILL.md answered most questions upfront.
Solid pick for teams standardizing on skills: axiom-apple-docs-research is focused, and the summary matches what you get after install.
Registry listing for axiom-apple-docs-research matched our evaluation — installs cleanly and behaves as described in the markdown.
axiom-apple-docs-research reduced setup friction for our internal harness; good balance of opinion and flexibility.
axiom-apple-docs-research has been reliable in day-to-day use. Documentation quality is above average for community skills.
axiom-apple-docs-research reduced setup friction for our internal harness; good balance of opinion and flexibility.
Registry listing for axiom-apple-docs-research matched our evaluation — installs cleanly and behaves as described in the markdown.
Useful defaults in axiom-apple-docs-research — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.
I recommend axiom-apple-docs-research for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.
showing 1-10 of 30