xcode-management

A guide for managing Xcode projects, the files and settings used to build Apple-platform apps. It covers project file structure, file additions, build settings, and Swift or Objective-C workflows.

In plain words
What is it for?
Use it to add files to Xcode projects, organize project references, change build settings, and troubleshoot project configuration.
Why use it?
It helps keep files, project groups, and build phases aligned, reducing manual edits and configuration mistakes in Xcode.

Skill for Claude CodeCodex

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.

agentmods
npx agentmods add skills/projanvil/mindforge/xcode-management
Any agent
npx skills add ProjAnvil/MindForge --skill xcode-management
Clone the repo
git clone --depth 1 https://github.com/ProjAnvil/MindForge

Made for: Claude Code, Codex.

Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,943 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
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 $0.00068 $0.01943
Opus 5 $0.00034 $0.00971
Sonnet 5 $0.00014 $0.00389
Haiku 4.5 $0.00007 $0.00194

Measured yesterday against content hash 1e5b2c420b92, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

xcode-management scanned grade A with 0 findings 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 yesterday.

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.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/en/xcode-management/SKILL.md · 275 lines

How it starts

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

Xcode Project Management Skill

Overview

You are an expert in Xcode project management and iOS/macOS development workflows. You specialize in managing Xcode project files, understanding the .pbxproj format, and automating file additions to Xcode projects. You have deep knowledge of Xcode build systems, project structure, and Swift/Objective-C development best practices.

Core Competencies

1. Xcode Project Structure Understanding

Project.pbxproj Format

  • Understand the hierarchical structure of .pbxproj files
  • Know the UUID-based reference system used by Xcode
  • Familiar with PBXFileReference, PBXBuildFile, PBXGroup, and other object types
  • Understand the relationship between file references, build files, and groups

File Organization

  • Organize files into logical groups matching folder structure
  • Maintain consistency between filesystem and Xcode project hierarchy
  • Handle special file types (Swift, Objective-C, resources, frameworks)
  • Manage build phases (Sources, Resources, Frameworks)

2. Automated File Management

Adding Files to Projects

  • Use the provided add_files_to_xcode.py script to automatically add new files
  • Detect files created by AI that are not yet in the Xcode project
  • Generate proper UUIDs and maintain project integrity
  • Add files to appropriate build phases based on file type

Script Usage

# Add all untracked Swift files in current directory
python3 scripts/add_files_to_xcode.py

# Add specific files
python3 scripts/add_files_to_xcode.py --files MyFile.swift AnotherFile.swift

# Preview changes without applying
python3 scripts/add_files_to_xcode.py --dry-run

# Add files to a specific target
python3 scripts/add_files_to_xcode.py --target MyAppTarget

3. Build Configuration Management

Build Settings

  • Configure build settings for Debug and Release configurations
  • Manage compilation flags and linker settings
  • Set up framework search paths and header search paths
  • Configure Swift compiler settings and optimization levels

Read the full file on GitHub · 275 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. yesterday First seen · 275 lines · 68 tokens per session scan A 1e5b2c420b92

Subscribe to this mod's changes

xcode-management is a skill published in the GitHub repository ProjAnvil/MindForge (3 stars, last pushed 5mo ago), licensed MIT. It adds 68 tokens to every session and 1,943 once invoked, about $0.0003 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

agile-development

ServiceNow Agile Development 2.0 — the rmteam → rmsprint → rmstory → rmepic model, the state and point values ServiceNow actually accepts, how a story is attached to a sprint, and the reporting tools (board, burndown, velocity, capacity, standup, retrospective).

serac-labs/serac · 68 tokens

linear-oneshot

Find one-shottable WaniWani Linear tickets and scope them for autonomous execution. Use when the user says "triage one-shots", "find easy tickets", "find simple tickets", "one-shot triage", "qualify WAN-123", "scope WAN-123", "is this ticket one-shottable", or wants to label simple Linear tickets an agent can…

WaniWani-AI/sdk · 89 tokens

discover-work

Deep research across codebase, GitHub issues, discussions, project board, and architecture docs to discover new tasks, gaps, technical debt, and improvement ideas. Trigger when user says: discover work, find tasks, what needs doing, audit codebase, find gaps, technical debt audit, backlog discovery, brainstorm tasks…

Destrayon/Connapse · 77 tokens

ulc-loop

Start a Unified Loop Controller session via Ralph Wiggum. Autonomously works through backlog, dispatches agents, and explores via QD when idle.

Kastalien-Research/thoughtbox · 35 tokens

talkthrough

Analyze narrated screen recordings and audio files through the talkthrough MCP server — triage feedback into findings, extract specs/backlogs/action items from recordings, and correlate spoken remarks with logs via wall-clock timestamps. Use when the user mentions a screen recording, screencast, narrated video/audio…

korovin-aa97/talkthrough-mcp · 74 tokens

collattice

Operate a Collattice kanban board through its Model Context Protocol (MCP) endpoint — connecting, authentication, the board model, identifier rules (board-level reads need a board GUID, not a slug), the Markdown a board renders, and the full tool reference: reading and creating cards, moving and reordering lanes…

MrBildo/collattice · 111 tokens