axiom-using-axiom
Use when starting any iOS/Swift conversation - establishes how to find and use Axiom skills, requiring Skill tool invocation before ANY response including clarifying questions
Best use case
axiom-using-axiom is best used when you need a repeatable AI agent workflow instead of a one-off prompt.
Use when starting any iOS/Swift conversation - establishes how to find and use Axiom skills, requiring Skill tool invocation before ANY response including clarifying questions
Teams using axiom-using-axiom should expect a more consistent output, faster repeated execution, less prompt rewriting.
When to use this skill
- You want a reusable workflow that can be run more than once with consistent structure.
When not to use this skill
- You only need a quick one-off answer and do not need a reusable workflow.
- You cannot install or maintain the underlying files, dependencies, or repository context.
Installation
Claude Code / Cursor / Codex
Manual Installation
- Download SKILL.md from GitHub
- Place it in
.claude/skills/axiom-using-axiom/SKILL.mdinside your project - Restart your AI agent — it will auto-discover the skill
How axiom-using-axiom Compares
| Feature / Agent | axiom-using-axiom | Standard Approach |
|---|---|---|
| Platform Support | Not specified | Limited / Varies |
| Context Awareness | High | Baseline |
| Installation Complexity | Unknown | N/A |
Frequently Asked Questions
What does this skill do?
Use when starting any iOS/Swift conversation - establishes how to find and use Axiom skills, requiring Skill tool invocation before ANY response including clarifying questions
Where can I find the source code?
You can find the source code on GitHub using the link provided at the top of the page.
SKILL.md Source
<EXTREMELY-IMPORTANT> If you think there is even a 1% chance an Axiom skill might apply to your iOS/Swift task, you ABSOLUTELY MUST check for the skill. IF AN AXIOM SKILL APPLIES TO YOUR iOS/SWIFT TASK, YOU DO NOT HAVE A CHOICE. YOU MUST USE IT. This is not negotiable. This is not optional. You cannot rationalize your way out of this. </EXTREMELY-IMPORTANT> # Using Axiom Skills ## The Rule **Check for Axiom skills BEFORE ANY RESPONSE when working with iOS/Swift projects.** This includes clarifying questions. Even 1% chance means check first. ## Red Flags — iOS-Specific Rationalizations These thoughts mean STOP—you're rationalizing: | Thought | Reality | |---------|---------| | "This is just a simple build issue" | Build failures have patterns. Check ios-build first. | | "I can fix this SwiftUI bug quickly" | SwiftUI issues have hidden gotchas. Check ios-ui first. | | "Let me just add this database column" | Schema changes risk data loss. Check ios-data first. | | "This async code looks straightforward" | Swift concurrency has subtle rules. Check ios-concurrency first. | | "I'll debug the memory leak manually" | Leak patterns are documented. Check ios-performance first. | | "Let me explore the Xcode project first" | Axiom skills tell you HOW to explore. Check first. | | "I remember how to do this from last time" | iOS changes constantly. Skills are up-to-date. | | "This iOS/platform version doesn't exist" | Your training ended January 2025. Invoke Axiom skills for post-cutoff facts. | | "The user just wants a quick answer" | Quick answers without patterns create tech debt. Check skills first. | | "This doesn't need a formal workflow" | If an Axiom skill exists for it, use it. | | "I'll gather info first, then check skills" | Skills tell you WHAT info to gather. Check first. | ## Skill Priority for iOS Development When multiple Axiom skills could apply, use this priority: 1. **Environment/Build first** (ios-build) — Fix the environment before debugging code 2. **Architecture patterns** (ios-ui, axiom-ios-data, axiom-ios-concurrency) — These determine HOW to structure the solution 3. **Implementation details** (ios-integration, axiom-ios-ai, axiom-ios-vision) — These guide specific feature work Examples: - "Xcode build failed" → ios-build first (environment) - "Add SwiftUI screen" → ios-ui first (architecture), then maybe ios-integration if using system features - "App is slow" → ios-performance first (diagnose), then fix the specific domain - "Network request failing" → ios-build first (environment check), then ios-networking (implementation) ## iOS Project Detection Axiom skills apply when: - Working directory contains `.xcodeproj` or `.xcworkspace` - User mentions iOS, Swift, Xcode, SwiftUI, UIKit - User asks about Apple frameworks (SwiftData, CloudKit, etc.) - User reports iOS-specific errors (concurrency, memory, build failures) ## Using Axiom Router Skills Axiom uses **router skills** for progressive disclosure: 1. Check the appropriate router skill first (ios-build, axiom-ios-ui, axiom-ios-data, etc.) 2. Router will invoke the specialized skill(s) you actually need 3. Follow the specialized skill exactly **Do not skip the router.** Routers have decision logic to select the right specialized skill. ### Multi-Domain Questions When a question spans multiple domains, **invoke ALL relevant routers — don't stop after the first one.** Examples: - "My SwiftUI view doesn't update when SwiftData changes" → invoke **both** ios-ui AND ios-data - "My widget isn't showing updated data from SwiftData" → invoke **both** ios-integration AND ios-data - "My Foundation Models session freezes the UI" → invoke **both** ios-ai AND ios-concurrency - "My Core Data saves lose data from background tasks" → invoke **both** ios-data AND ios-concurrency **How to tell**: If the question mentions symptoms from two different domains, or involves two different frameworks, invoke both routers. Each router has cross-domain routing guidance for common overlaps. ## Backward Compatibility - Direct skill invocation still works: `/skill axiom-swift-concurrency` - Commands work unchanged: `/axiom:fix-build`, `/axiom:audit-accessibility` - Agents work via routing or direct command invocation ## When Axiom Skills Don't Apply Skip Axiom skills for: - Non-iOS/Swift projects (Android, web, backend) - Generic programming questions unrelated to Apple platforms - Questions about Claude Code itself (use claude-code-guide skill) But when in doubt for iOS/Swift work: **check first, decide later.**
Related Skills
using-dbt-for-analytics-engineering
Builds and modifies dbt models, writes SQL transformations using ref() and source(), creates tests, and validates results with dbt show. Use when doing any dbt work - building or modifying models, debugging errors, exploring unfamiliar data sources, writing tests, or evaluating impact of changes.
using-neon
Guides and best practices for working with Neon Serverless Postgres. Covers getting started, local development with Neon, choosing a connection method, Neon features, authentication (@neondatabase/auth), PostgREST-style data API (@neondatabase/neon-js), Neon CLI, and Neon's Platform API/SDKs. Use for any Neon-related questions.
when-using-flow-nexus-platform-use-flow-nexus-platform
Comprehensive Flow Nexus platform management covering authentication, sandboxes, storage, databases, app deployment, payments, and monitoring. This SOP provides end-to-end platform operations.
when-using-advanced-swarm-use-swarm-advanced
Advanced swarm patterns with dynamic topology switching and self-organizing behaviors for complex multi-agent coordination
axiom-audit
Audit Axiom logs to identify and prioritize errors and warnings, research probable causes, and flag log smells. Use when user asks to check Axiom logs, analyze production errors, investigate log issues, or audit logging patterns.
using-superpowers
Meta-skill enforcing skill discovery and invocation discipline through mandatory workflows. Use when starting any conversation to check for relevant skills before any response, ensuring skill-first workflow before proceeding.
using-git-worktrees
Git worktree–based workspace isolation for parallel or non-disruptive development. Use when work must occur without modifying or interfering with the current working tree.
using-argc-argcfile
Create and modify Argcfiles using the special syntax required. Use this when editing Argcfile.sh, @argc, or any shell script that contains `argc --argc-eval`.
using-beads-bv
Use when coordinating dependency-aware task planning with beads (bd) CLI and bv graph sidecar - covers ready work selection, priority management, and robot flags for deterministic outputs
using-agent-relay
Use when coordinating multiple AI agents in real-time - provides inter-agent messaging via tmux wrapper (sub-5ms latency) or file-based team inbox for async workflows
using-xtool
This skill should be used when building iOS apps with xtool (Xcode-free iOS development), creating xtool projects, adding app extensions, or configuring xtool.yml. Triggers on "xtool", "SwiftPM iOS", "iOS on Linux", "iOS on Windows", "Xcode-free", "app extension", "widget extension", "share extension". Covers project setup, app extensions, and deployment.
Axiom — Serverless Log Analytics
## Overview