From apple-dev
Use when the user asks about performance profiling, os_signpost instrumentation, MetricKit integration, Instruments workflow, performance anti-patterns, hitch detection, or the user says 'profiling', 'performance analysis', '性能分析'. Provides interactive guidance on iOS/macOS profiling based on the reference guide.
npx claudepluginhub n0rvyn/indie-toolkit --plugin apple-devThis skill uses the workspace's default tool permissions.
Provide interactive guidance on iOS/macOS performance profiling based on `references/profiling-guide.md`.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Designs, implements, and audits WCAG 2.2 AA accessible UIs for Web (ARIA/HTML5), iOS (SwiftUI traits), and Android (Compose semantics). Audits code for compliance gaps.
Provide interactive guidance on iOS/macOS performance profiling based on references/profiling-guide.md.
Determine what the user needs:
Grep for section markers:
Grep("<!-- section:", "references/profiling-guide.md")
Read only the section matching the user's scenario:
Read("references/profiling-guide.md", offset=<marker_line + 1>, limit=<lines_to_next_marker>)
Section-to-need mapping:
Based on user's specific scenario:
For Signpost Instrumentation:
For MetricKit Integration:
For Performance Tests:
For Anti-Pattern Scanning:
For Instruments Workflow:
For End-to-End Workflow:
For signpost/MetricKit/XCTest scenarios, generate code adapted to the user's existing subsystem/category naming and project structure.
For anti-pattern scanning, scan the user's code and output findings with severity and fix suggestions.
os_signpost without a subsystem/category (loses filtering ability).exclusive SignpostID when multiple intervals can overlap/testing-guide — Unit Test、Mock/DI、TDD 基础/xc-ui-test — XCUITest 高级用法(多屏幕旅程、网络 stub、snapshot)