CLAUDE CODE MARKETPLACES
SkillsMarketplacesMCPDigestLearnAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Web & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web CrawlingAutomation & Workflows
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Plugins Reference

Community

  • About
  • Learn
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by @mertduzgun

Independent project, not affiliated with Anthropic
  1. Skills
  2. /
  3. dpearson2699
  4. /
  5. swift-ios-skills
  6. /
  7. Metrickit Diagnostics

Metrickit Diagnostics

Editor's Note

Handles the MetricKit framework for collecting production performance telemetry and crash diagnostics on Apple platforms. You'll reach for this when setting up MXMetricManager subscribers, parsing daily MXMetricPayload data for CPU and launch metrics, or processing MXDiagnosticPayload crash reports with call stack trees. The skill covers the full lifecycle: registration timing, handling both metric and diagnostic payloads, extracting histogrammed launch times and hang rates, symbolication workflows, and custom signpost intervals via mxSignpost. One thing to note is that it's very explicit about availability annotations and the subtle timing differences between iOS 14 bundled diagnostics and iOS 15+ immediate delivery, which matters when you're debugging why reports aren't arriving as expected.

Install

npx skills add https://github.com/dpearson2699/swift-ios-skills --skill metrickit-diagnostics
Votes
0
Installs412
GitHub Stars670
Categories
DebuggingMobile Development
First SeenJun 3, 2026
View on GitHub

Comments

Login to comment

Related Debugging Skills

View all →
fix-bug

JamieMason/syncpack

0
2k
Debug and fix bugs in Syncpack using scientific debugging methodology. Use when a test is failing, unexpected behaviour occurs, or investigating issues. Covers hypothesis-driven debugging and TDD-based fixes.
diagnose

mattpocock/skills

0
167.1k
114.5k
Structured debugging workflow for reproducing, minimizing, and fixing hard bugs and performance regressions.
fixing-motion-performance

ibelick/ui-skills

0
15.5k
1.8k
Audit and fix animation performance issues including layout thrashing, compositor properties, and scroll-linked motion.
power-bi-performance-troubleshooting

github/awesome-copilot

0
8.5k
34.3k
Systematic framework for diagnosing and resolving Power BI performance bottlenecks across models, reports, and infrastructure.
dart-fix-runtime-errors

dart-lang/skills

0
5k
313
dart fix runtime errors
debugging-and-error-recovery

addyosmani/agent-skills

0
4.2k
47.7k
debugging and error recovery