Kasempiternal/axiom-v2

Streamlined fork of Axiom by Charles Wiltgen — fewer agents, fewer skills, same great iOS/Swift workflows. Original: https://github.com/CharlesWiltgen/Axiom

4Stars on the repository
61Mods indexed here, across every type
6mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

Kasempiternal/axiom-v2

Agent

Use this agent when the user mentions accessibility checking, App Store submission, WCAG compliance, VoiceOver issues, or Dynamic Type violations. Runs comprehensive accessibility audit to detect VoiceOver issues, Dynamic Type violations, color contrast failures, touch target sizes, and WCAG compliance problems. user…

4 6mo ago A 161 tokens original MIT

build-fixer

02

Kasempiternal/axiom-v2

Agent

Use this agent when the user mentions Xcode build failures, build errors, SPM conflicts, environment issues, or package resolution problems. Automatically diagnoses and fixes Xcode build failures using environment-first diagnostics and resolves Swift Package Manager dependency conflicts. user: "My build is failing…

4 6mo ago C 239 tokens original MIT

code-auditor

03

Kasempiternal/axiom-v2

Agent

Use this agent for code-level audits: concurrency, memory, Swift performance, Codable, or database schema. Supports --focus parameter to target specific audit areas. user: "Check my code for Swift 6 concurrency issues" assistant: [Launches code-auditor with --focus concurrency] user: "Can you check my code for memory…

4 6mo ago A 236 tokens original MIT

crash-analyzer

04

Kasempiternal/axiom-v2

Agent

Use this agent when the user has a crash log (.ips, .crash, or pasted text) that needs analysis. Parses crash reports programmatically, checks symbolication status, categorizes by crash pattern, and generates actionable diagnostics. user: "Analyze this crash log" [pastes crash report] assistant: [Launches…

4 6mo ago A 152 tokens original MIT

data-auditor

05

Kasempiternal/axiom-v2

Agent

Use this agent for data layer audits: Core Data, SwiftData, iCloud, or file storage. Supports --focus parameter to target specific data technologies. user: "Check my Core Data code for thread safety issues" assistant: [Launches data-auditor with --focus core-data] user: "Audit my SwiftData models for issues"…

4 6mo ago A 199 tokens original MIT

energy-auditor

06

Kasempiternal/axiom-v2

Agent

Use this agent when the user mentions battery drain, energy optimization, power consumption audit, or pre-release energy check. Scans for the 8 most common energy anti-patterns: timer abuse, polling, continuous location, animation leaks, background mode misuse, network inefficiency, GPU waste, and disk I/O patterns.…

4 6mo ago A 136 tokens original MIT

modernizer

07

Kasempiternal/axiom-v2

Agent

Use this agent to modernize iOS code to current APIs and patterns. Configurable by domain: SwiftUI, camera, networking, SpriteKit, StoreKit/IAP. Scans for legacy patterns and provides migration paths. user: "How do I migrate from ObservableObject to @Observable?" assistant: [Launches modernizer for SwiftUI domain]…

4 6mo ago A 262 tokens original MIT

Kasempiternal/axiom-v2

Agent

Use this agent when the user wants automated performance profiling, headless Instruments analysis, or CLI-based trace collection. Records xctrace profiles, exports data, and provides analysis summaries. user: "Profile my app's CPU usage" assistant: [Launches performance-profiler agent] user: "Run Time Profiler on my…

4 6mo ago A 155 tokens original MIT

security-scanner

09

Kasempiternal/axiom-v2

Agent

Use this agent when the user mentions security review, App Store submission prep, Privacy Manifest requirements, hardcoded credentials, or sensitive data storage. Scans for API keys in code, insecure @AppStorage usage, missing Privacy Manifests (iOS 17+), ATS violations, and logging sensitive data. user: "Can you…

4 6mo ago A 197 tokens original MIT

simulator-tester

10

Kasempiternal/axiom-v2

Agent

Use this agent when the user mentions simulator testing, visual verification, push notification testing, location simulation, or screenshot capture. Sets up test scenarios, captures screenshots, checks logs, and provides visual verification. user: "Take a screenshot to verify this fix" assistant: [Launches…

4 6mo ago A 133 tokens original MIT

test-runner

11

Kasempiternal/axiom-v2

Agent

Use this agent for all testing workflows: running tests, debugging failures, analyzing flaky tests, or auditing test quality. Supports modes: run, debug, analyze, audit. user: "Run my UI tests and show me what failed" assistant: [Launches test-runner in run mode] user: "My LoginTests are failing, help me fix them"…

4 6mo ago B 195 tokens original MIT

ui-auditor

12

Kasempiternal/axiom-v2

Agent

Use this agent for SwiftUI UI audits: architecture, performance, navigation, layout, liquid glass, or text rendering. Supports --focus parameter to target specific audit areas. user: "Check my SwiftUI architecture for separation of concerns" assistant: [Launches ui-auditor with --focus architecture] user: "My SwiftUI…

4 6mo ago A 287 tokens original MIT