xcode-project-setup
Safely modifies Xcode projects (.pbxproj) to add Swift Packages and link files. Use this skill whenever an iOS project needs depe…
What it does
- Run swift --version before proceeding.
- If the Swift command is not found, you must stop and recommend the user
- Failing to include this flag when adding Firebase dependencies is a critical
- Use the most recent version number (e.g., 11.x.y) in your commands instead
Requirements & configuration
- target's Frameworks build phase. You do not need to do any manual linking.
- Example 2: Firebase (Requires Plist)
Configuration: OTHER_LDFLAGS
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Safely modifies Xcode projects (.pbxproj) to add Swift Packages and link files. Use this skill whenever an iOS project needs dependencies installed (e.g. Firebase, Alamofire).
Source
Repository: https://github.com/firebase/agent-skills
xcode-project-setup FAQ
What does the xcode-project-setup skill do?
Safely modifies Xcode projects (.pbxproj) to add Swift Packages and link files. Use this skill whenever an iOS project needs dependencies installed (e.g. Firebase, Alamofire). Run swift --version before proceeding. If the Swift command is not found, you must stop and recommend the user
What does xcode-project-setup require?
target's Frameworks build phase. You do not need to do any manual linking. Example 2: Firebase (Requires Plist) Configuration keys: OTHER_LDFLAGS.
How do I install xcode-project-setup?
Run: npx -y skills add https://github.com/firebase/agent-skills --skill xcode-project-setup --agent claude-code — the source lives at github.com/firebase/agent-skills.
Maintain xcode-project-setup?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/firebase-agent-skills-xcode-project-setup?ref=badge) npx agentictools info skills/firebase-agent-skills-xcode-project-setup The second line is the CLI lookup for this page — handy in READMEs and docs.