axiom-build-debugging

axiom-build-debugging is a skill for Claude Code, Codex from ComeOnOliver/skillshub. It costs 54 tokens per session (3,545 once invoked), scanned C, original, MIT.

An iOS build-troubleshooting guide for dependency conflicts, framework mismatches, duplicate build outputs, and related Xcode configuration problems.

In plain words
What is it for?
Use it to investigate CocoaPods and Swift Package Manager failures, "Multiple commands produce" errors, missing modules, linking issues, and differences between local and CI builds.
Why use it?
It helps separate dependency and build-setting failures from errors in your application code, even when a build works on one machine but not another.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to investigate CocoaPods and Swift Package Manager failures, "Multiple commands produce" errors, missing modules, linking issues, and differences between local and CI builds.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/comeonoliver/skillshub/axiom-build-debugging
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add ComeOnOliver/skillshub --skill axiom-build-debugging
Clone the repo
git clone --depth 1 https://github.com/ComeOnOliver/skillshub

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for axiom-build-debugging

README.md
[![agentmods](https://agentmods.dev/badge/skills/comeonoliver/skillshub/axiom-build-debugging/github.svg)](https://agentmods.dev/skills/comeonoliver/skillshub/axiom-build-debugging)
Your own site
<a href="https://agentmods.dev/skills/comeonoliver/skillshub/axiom-build-debugging"><img src="https://agentmods.dev/badge/skills/comeonoliver/skillshub/axiom-build-debugging/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for axiom-build-debugging

Your own site · 80×15
<a href="https://agentmods.dev/skills/comeonoliver/skillshub/axiom-build-debugging"><img src="https://agentmods.dev/badge/skills/comeonoliver/skillshub/axiom-build-debugging.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 3,545 The whole file, excluding the scripts and references it only reads on demand.
Security scan C 1 finding. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00054 $0.03545
Opus 5 $0.00027 $0.01773
Sonnet 5 $0.00011 $0.00709
Haiku 4.5 $0.00005 $0.00354

Measured 9d ago against content hash 4ed3d075f534, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-12, from the pricing page.

Security

Grade C, and why

axiom-build-debugging scanned grade C with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Recursive force deletehighDestructive command

rm -rf with a variable or a broad path is one typo away from removing the wrong tree.

rm -rf ~/Library/Developer/Xcode/DerivedData
skills/CharlesWiltgen/Axiom/axiom-build-debugging/SKILL.md · 516 lines

How it starts

The opening of the file, as written. The whole thing — 516 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Build Debugging

Overview

Check dependencies BEFORE blaming code. Core principle 80% of persistent build failures are dependency resolution issues (CocoaPods, SPM, framework conflicts), not code bugs.

Example Prompts

These are real questions developers ask that this skill is designed to answer:

1. "I added a Swift Package but I'm getting 'No such module' errors. The package is in my Xcode project but won't compile."

→ The skill covers SPM resolution workflows, package cache clearing, and framework search path diagnostics

2. "The build is failing with 'Multiple commands produce' the same output file. How do I figure out which files are duplicated?"

→ The skill shows how to identify duplicate target membership and resolve file conflicts in build settings

3. "CocoaPods installed dependencies successfully but the build still fails. How do I debug CocoaPods issues?"

→ The skill covers Podfile.lock conflict resolution, linking errors, and version constraint debugging

4. "My build works on my Mac but fails on the CI server. Both machines have the latest Xcode. What's different?"

→ The skill explains dependency caching differences, environment-specific paths, and reproducible build strategies

5. "I'm getting framework version conflicts and I don't know which dependency is causing it. How do I resolve this?"

→ The skill demonstrates dependency graph analysis and version constraint resolution strategies for complex dependency trees


Red Flags — Dependency/Build Issues

If you see ANY of these, suspect dependency problem:

  • "No such module" after adding package
  • "Multiple commands produce" same output file
  • Build succeeds on one machine, fails on another
  • CocoaPods install succeeds but build fails
  • SPM resolution takes forever or times out
  • Framework version conflicts in error logs

Quick Decision Tree

Build failing?
├─ "No such module XYZ"?
│  ├─ After adding SPM package?
│  │  └─ Clean build folder + reset package caches
│  ├─ After pod install?
│  │  └─ Check Podfile.lock conflicts
│  └─ Framework not found?
│     └─ Check FRAMEWORK_SEARCH_PATHS
├─ "Multiple commands produce"?
│  └─ Duplicate files in target membership
├─ SPM resolution hangs?
│  └─ Clear package caches + derived data
└─ Version conflicts?
   └─ Use dependency resolution strategies below

Read the full file on GitHub · 516 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 9d ago First seen · 516 lines · 54 tokens per session scan C 4ed3d075f534

Subscribe to this mod's changes

axiom-build-debugging is a skill published in the GitHub repository ComeOnOliver/skillshub (63 stars, last pushed 2mo ago), licensed MIT. It adds 54 tokens to every session and 3,545 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it C with 1 finding (recursive force delete). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.