xcode-file-management — distributed-tracing xcode-file-management, dd-sdk-ios, DataDog, community, distributed-tracing, ai agent skill, ide skills, agent automation, logging, objective-c, real-user-monitoring, tracing

v1.0.0
GitHub

About this Skill

Ideal for iOS Development Agents requiring streamlined Xcode file management and integration with the Datadog SDK. Datadog SDK for iOS - Swift and Objective-C.

# Core Topics

DataDog DataDog
[268]
[163]
Updated: 3/20/2026

Quality Score

Top 5%
38
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
> npx killer-skills add DataDog/dd-sdk-ios/xcode-file-management
Supports 19+ Platforms
Cursor
Windsurf
VS Code
Trae
Claude
OpenClaw
+12 more

Agent Capability Analysis

The xcode-file-management skill by DataDog is an open-source community AI agent skill for Claude Code and other IDE workflows, helping agents execute tasks with better context, repeatability, and domain-specific guidance. Optimized for distributed-tracing, logging, objective-c.

Ideal Agent Persona

Ideal for iOS Development Agents requiring streamlined Xcode file management and integration with the Datadog SDK.

Core Value

Empowers agents to manage Xcode files efficiently using Xcode MCP tools, ensuring seamless integration and tracing for Swift and Objective-C projects, while maintaining `.pbxproj` file consistency and target membership.

Capabilities Granted for xcode-file-management

Automating file creation and registration in Xcode projects
Debugging Xcode build failures due to inconsistent `.pbxproj` files
Optimizing file organization and target membership for Datadog SDK integration

! Prerequisites & Limits

  • Requires Xcode 26.3+ with the Xcode MCP server enabled
  • Specific to Xcode file management and the Datadog SDK for iOS
SKILL.md
Readonly

dd-sdk-ios Xcode File Management

Overview

The dd-sdk-ios project is both an SPM package and an Xcode workspace with .pbxproj files. SPM builds discover files automatically, but Xcode does not — it requires explicit registration in .pbxproj. The Xcode MCP server (available from Xcode 26.3+) handles this automatically. Always use it.

Prerequisites

The Xcode MCP server requires Xcode 26.3+ and must be enabled in Claude Code settings. Verify it's active by checking that XcodeListWindows is available. If not, stop and ask the user to enable the Xcode MCP server before proceeding with file operations.

The Rule

Never use Write, Bash mv/mkdir/rm, or Edit for file creation, deletion, or movement in this project.

Use Xcode MCP tools instead — they update the filesystem AND the .pbxproj in one atomic operation.

Target Membership

Target membership is implicit — Xcode MCP infers the target from the navigator path where the file is placed. A file added under DatadogLogs/ is automatically assigned to the DatadogLogs target. No explicit target specification is needed.

Quick Reference

OperationUse This ToolNever Use
Create fileXcodeWriteWrite, Bash touch/cat
Delete fileXcodeRMBash rm
Move / renameXcodeMVBash mv
Create directory/groupXcodeMakeDirBash mkdir
Read fileXcodeRead(either is fine)
Search filesXcodeGlob, XcodeGrep(either is fine)

Common Rationalizations — All Wrong

ExcuseReality
"SPM auto-discovers files, pbxproj doesn't matter"The Xcode workspace has .pbxproj files. They must stay in sync or Xcode breaks.
"It's faster to use bash"A file invisible to Xcode causes build failures and confuses teammates.
"I'll update pbxproj manually after"pbxproj is binary-adjacent XML; manual edits cause merge conflicts and corruption.
"The file is just temporary"Temporary files still break the build if Xcode can't see them.

Example

# ✅ Add a new source file
XcodeWrite(
  tabIdentifier: <tab>,
  filePath: "DatadogLogs/Sources/LogBatcher.swift",
  content: "..."
)
# → Creates file on disk AND registers it in pbxproj + target membership

# ✅ Move a file
XcodeMV(
  tabIdentifier: <tab>,
  sourcePath: "DatadogLogs/Sources/LogBatcher.swift",
  destinationPath: "DatadogLogs/Sources/Batching/LogBatcher.swift"
)
# → Moves file on disk AND updates pbxproj reference

# ❌ Wrong — file created on disk but invisible to Xcode
Write(file_path: ".../DatadogLogs/Sources/LogBatcher.swift", content: "...")

Getting the tabIdentifier

python
1XcodeListWindows() # → returns tabIdentifier for open workspace

Path Format

Xcode MCP uses project navigator paths, not filesystem paths. Use XcodeLS to discover them:

python
1XcodeLS(tabIdentifier: <tab>, path: "DatadogLogs") 2# → ["ConsoleLogger.swift", "Feature/LogsFeature.swift", ...] 3# Note: paths are relative to the Xcode group, not the filesystem root

To create DatadogLogs/Sources/Foo.swift on disk, use the navigator path DatadogLogs/Foo.swift.

After File Operations

After adding files to a module, verify the build still works:

python
1BuildProject(tabIdentifier: <tab>)

FAQ & Installation Steps

These questions and steps mirror the structured data on this page for better search understanding.

? Frequently Asked Questions

What is xcode-file-management?

Ideal for iOS Development Agents requiring streamlined Xcode file management and integration with the Datadog SDK. Datadog SDK for iOS - Swift and Objective-C.

How do I install xcode-file-management?

Run the command: npx killer-skills add DataDog/dd-sdk-ios/xcode-file-management. It works with Cursor, Windsurf, VS Code, Claude Code, and 19+ other IDEs.

What are the use cases for xcode-file-management?

Key use cases include: Automating file creation and registration in Xcode projects, Debugging Xcode build failures due to inconsistent `.pbxproj` files, Optimizing file organization and target membership for Datadog SDK integration.

Which IDEs are compatible with xcode-file-management?

This skill is compatible with Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer. Use the Killer-Skills CLI for universal one-command installation.

Are there any limitations for xcode-file-management?

Requires Xcode 26.3+ with the Xcode MCP server enabled. Specific to Xcode file management and the Datadog SDK for iOS.

How To Install

  1. 1. Open your terminal

    Open the terminal or command line in your project directory.

  2. 2. Run the install command

    Run: npx killer-skills add DataDog/dd-sdk-ios/xcode-file-management. The CLI will automatically detect your IDE or AI agent and configure the skill.

  3. 3. Start using the skill

    The skill is now active. Your AI agent can use xcode-file-management immediately in the current project.

Related Skills

Looking for an alternative to xcode-file-management or another community skill for your workflow? Explore these related open-source skills.

View All

widget-generator

Logo of f
f

Generate customizable widget plugins for the prompts.chat feed system

149.6k
0
Design

flags

Logo of vercel
vercel

The React Framework

138.4k
0
Browser

pr-review

Logo of pytorch
pytorch

Tensors and Dynamic neural networks in Python with strong GPU acceleration

98.6k
0
AI

antd-commit-msg

Logo of ant-design
ant-design

Generate a single-line commit message for ant-design by reading the projects git staged area and recent commit style. Use when the user asks for a commit message, says msg, commit msg, 写提交信息, or wants

97.8k
0
Design