Axiom Marketplace Submission Guide banner
CharlesWiltgen CharlesWiltgen

Axiom Marketplace Submission Guide

Development community intermediate

Description

Axiom Marketplace Submission Guide skill

Installation

This entry records only its repository, not the path inside it, so there is no exact command to give. Open the source below and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

Repository README

This is the README for CharlesWiltgen/Axiom, shared by 3 entries in this directory. It describes the repository, not this entry specifically.

Axiom Marketplace Submission Guide

Plugin Details

**Plugin Name** axiom **Repository** https://github.com/CharlesWiltgen/Axiom **License** MIT

Description

Battle-tested Claude Code skills for modern xOS (iOS, iPadOS, watchOS, tvOS) development

Installation

/plugin marketplace add CharlesWiltgen/Axiom

Users can then install Axiom from the marketplace within Claude Code using `/plugin`.

What's Included

13 production-ready, battle-tested skills organized in 4 categories:

Debugging & Troubleshooting (5 skills)

  • Xcode Debugging – Environment-first diagnostics, prevents 30+ minute rabbit holes
  • Memory Debugging – Systematic leak diagnosis covering 90% of real-world issues
  • Build Troubleshooting – CocoaPods/SPM dependency resolution
  • Performance Profiling – Instruments decision trees for CPU, memory, battery profiling
  • UI Testing – Condition-based waiting patterns and Recording UI Automation (Xcode 26)

Concurrency & Async (1 skill)

  • Swift Concurrency – Swift 6 strict concurrency patterns, actor isolation, Sendable, data race prevention

UI & Design (4 skills)

  • Liquid Glass – Apple's new material design system (iOS 26+)
  • SwiftUI Performance – New SwiftUI Instrument in Instruments 26, Cause & Effect Graph
  • SwiftUI Debugging – View updates, preview crashes, layout issues with decision trees
  • UI Testing – Covered above under Debugging & Troubleshooting

Persistence (4 skills)

  • Database Migration – Safe schema evolution, prevents data loss for 100k+ user apps
  • SwiftData – @Model, @Query patterns, CloudKit integration, iOS 26+ features
  • SQLiteData – Point-Free's type-safe SQLite patterns, batch performance
  • GRDB – Raw SQL queries, ValueObservation, DatabaseMigrator patterns

Quality Assurance

Testing Methodology

  • TDD-Tested 3 core skills (xcode-debugging, swift-concurrency, database-migration) validated with RED-GREEN-REFACTOR cycles
  • Pressure Testing Validated under App Store deadline pressure, authority pressure, misinterpretation scenarios
  • Research-Validated WWDC 2025 skills (Liquid Glass, SwiftUI Performance, UI Testing) reviewed against official guidance
  • Peer-Reviewed Reference skills (persistence) reviewed for accuracy and completeness

Key Metrics

  • Reduces debugging time 30+ min → 2-5 min (Xcode issues)
  • Memory leak diagnosis 2-3 hours → 15-30 min
  • Test reliability From flaky (50% CI failures) → reliable
  • Performance Systematic optimization vs. guessing

Documentation

  • README.md – Installation, skill overview, philosophy
  • SKILLS-SUMMARY.md – Comprehensive overview of all 13 skills
  • Documentation Website – Full VitePress site at https://charleswiltgen.github.io/Axiom/
  • Individual Skill Pages – Each skill has detailed documentation with examples

Community Marketplaces (Recommended)

Consider submitting to established Claude Code marketplaces for broader