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/projanvil/mindforge/xcode-managementnpx skills add ProjAnvil/MindForge --skill xcode-managementgit clone --depth 1 https://github.com/ProjAnvil/MindForgeWhat 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.00068 | $0.01943 |
| Opus 5 | $0.00034 | $0.00971 |
| Sonnet 5 | $0.00014 | $0.00389 |
| Haiku 4.5 | $0.00007 | $0.00194 |
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.
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
.pbxprojfiles - 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.pyscript 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
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 · 275 lines · 68 tokens per session scan A 1e5b2c420b92
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.
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).
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…
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…
ulc-loop
Start a Unified Loop Controller session via Ralph Wiggum. Autonomously works through backlog, dispatches agents, and explores via QD when idle.
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…
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…