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. charleswiltgen
  4. /
  5. axiom
  6. /
  7. Axiom Performance

Axiom Performance

Editor's Note

This is your routing layer for anything performance related on iOS. Memory leaks, app hangs, slow launch, battery drain, profiling with Instruments or xctrace. The decision tree is thorough and covers the messy edge cases like distinguishing between a hang and just sluggishness, or knowing when memory pressure is causing your frame drops. It bridges to specialized skills for Swift-specific leaks, Objective-C block cycles, energy auditing, and even timer footguns that cause EXC_BAD_INSTRUCTION. The routing logic is opinionated in a good way, like steering you to hang diagnostics first if the UI is completely frozen versus performance profiling if it's just slow. Solid starting point when users report "the app feels off" and you need to narrow down what to instrument.

Install

npx skills add https://github.com/charleswiltgen/axiom --skill axiom-performance
Votes
0
Installs302
GitHub Stars945
Categories
Debugging
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.
fixing-motion-performance

ibelick/ui-skills

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

github/awesome-copilot

0
8.4k
33.1k
Systematic framework for diagnosing and resolving Power BI performance bottlenecks across models, reports, and infrastructure.
debugging-and-error-recovery

addyosmani/agent-skills

0
2.9k
41.9k
debugging and error recovery
dart-fix-runtime-errors

dart-lang/skills

0
2.4k
232
dart fix runtime errors
fix-errors

microsoft/vscode

0
1k
185k
fix errors