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.
npx agentmods add skills/gaelic-ghost/socket/xcode-coding-intelligence-workflownpx skills add gaelic-ghost/socket --skill xcode-coding-intelligence-workflowgit clone --depth 1 https://github.com/gaelic-ghost/socketWrote 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.
[](https://agentmods.dev/skills/gaelic-ghost/socket/xcode-coding-intelligence-workflow)<a href="https://agentmods.dev/skills/gaelic-ghost/socket/xcode-coding-intelligence-workflow"><img src="https://agentmods.dev/badge/skills/gaelic-ghost/socket/xcode-coding-intelligence-workflow.svg" alt="Measured on agentmods" height="20"></a>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.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00049 | $0.03162 |
| Opus 5 | $0.00024 | $0.01581 |
| Sonnet 5 | $0.00010 | $0.00632 |
| Haiku 4.5 | $0.00005 | $0.00316 |
Grade A, and why
xcode-coding-intelligence-workflow 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.
How it starts
The opening of the file, as written. The whole thing — 189 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Xcode Coding Intelligence Workflow
Purpose
Guide setup and reasoning for Xcode coding intelligence without taking over normal build, run, preview, or testing execution.
This skill owns Xcode Intelligence setup, Xcode-hosted ACP agents, chat providers, external-agent access through xcrun mcpbridge, Xcode 27 headless MCP service lifecycle, Xcode plug-in import inspection, command and tool permissions, Xcode-only agent configuration homes, and the boundary between Xcode's assistant UI and external agent sessions. It is the setup and permissions companion for xcode-build-run-workflow and xcode-testing-workflow.
Current note: Apple documents ACP agent setup in Xcode 26.6 and Xcode 27. Xcode 27-only behavior remains beta-specific unless the target machine's installed Xcode and current Apple docs confirm it.
When To Use
- Use this skill when the task is about Xcode Intelligence settings, coding assistants, Xcode-hosted agents, chat providers, model choice, agent conversations, plan mode, artifacts, or command and tool permissions.
- Use this skill when configuring external agents to use Xcode capabilities through
xcrun mcpbridge. - Use this skill when adding an ACP-compatible agent such as Hermes to Xcode's own agent UI.
- Use this skill when inspecting Xcode's Plug-ins UI import paths for skills, hooks, and MCP servers.
- Use this skill when the user needs to distinguish Xcode-hosted agents from normal Codex sessions that connect to Xcode through MCP.
- Use this skill when the task mentions Xcode-only agent configuration homes, Xcode-launched Codex, Claude, Gemini, ChatGPT in Xcode, or other chat-provider setup.
- Use this skill when Xcode agent workflows should be checked before a build, test, preview, localization, or Device Hub handoff.
- Recommend
xcode-build-run-workflowwhen the next step is workspace inspection, build, run, preview, file membership, target membership, diagnostics, or guarded project mutation. - Recommend
xcode-testing-workflowwhen the next step is Swift Testing, XCTest, XCUITest,.xctestplan, test filtering, retries, or test diagnosis. - Recommend
explore-apple-swift-docswhen the user primarily needs current Apple documentation lookup rather than setup and workflow planning. - Recommend
bootstrap-xcode-workspace --operation alignwhen an existing Apple product workspace needs durable Xcode guidance alignment. - Recommend
agent-portability-skills:operate-acp-agent-integrationfor cross-client ACP launch and diagnosis. - Recommend
agent-portability-skills:build-acp-agentfor implementing an ACP agent/server. - Do not use this skill as the owner for implementing custom ACP agents, custom MCP servers, Xcode plug-in packages, or broad agent-configuration sync.
What ships with it
6 files beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- yesterday First seen · 189 lines · 49 tokens per session scan A efa5b01126ed
xcode-coding-intelligence-workflow is a skill published in the GitHub repository gaelic-ghost/socket (7 stars, last pushed 9d ago), licensed Apache-2.0. It adds 49 tokens to every session and 3,162 once invoked, about $0.0002 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-09-03.
Other skills, from other repositories
app-store-optimization
Improves visibility and conversion in the App Store and Google Play — metadata, keywords, screenshots, ratings, and the listing experience that turns an impression into an install. Use this to audit or optimize an app listing, plan a launch listing, diagnose poor install conversion, or improve store search visibility.
flutter-ui
Build Flutter UI from Figma MCP or image input. Scans src for design tokens (colors, sizes, text styles), existing components, and naming conventions before writing a single line of code. Never hard-codes values.
flutter-dart-code-review
Library-agnostic Flutter/Dart code review checklist covering widget best practices, state management patterns (BLoC, Riverpod, Provider, GetX, MobX, Signals), Dart idioms, performance, accessibility, security, and clean architecture.
setup
Start DeployGate onboarding — set up app distribution from first upload to team-wide deployment.
sdk-setup
Add the DeployGate SDK to your Android app for crash reporting and screen capture.
pipeline
Use when the user wants a feature idea taken end-to-end in one autonomous run — phrases like "run the whole pipeline", "take this feature from idea to finished branch", "brainstorm then build it autonomously", "do everything from idea to merged", "implement all phases without stopping". Triggers when they want…