Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
cameroncooke avatar

Xcodebuildmcp Packaging Resource Review

  • 21 installs
  • 6.2k repo stars
  • Updated August 4, 2026
  • cameroncooke/xcodebuildmcp

xcodebuildmcp-packaging-resource-review is a skill that reviews XcodeBuildMCP packaging, resource-root, and portable macOS distribution changes.

About

This skill reviews XcodeBuildMCP packaging, resource-root, build-artifact, bundled AXe, schema, manifest, and portable macOS distribution changes. It enforces guardrails such as the published package including required runtime resources and wrapper scripts preserving XCODEBUILDMCP_RESOURCE_ROOT and DYLD_FRAMEWORK_PATH. It is review-only unless implementation changes are explicitly requested.

  • Reviews XcodeBuildMCP packaging, resource-root, and portable macOS distribution changes
  • Checks that published and portable package layouts include required runtime resources
  • Verifies wrapper scripts preserve resource-root and framework-path environment variables

Xcodebuildmcp Packaging Resource Review by the numbers

  • 21 all-time installs (skills.sh)
  • Ranked #723 of 1,352 Code Review & Quality skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
At a glance

xcodebuildmcp-packaging-resource-review capabilities & compatibility

Capabilities
code review · release review · packaging review
Works with
docker
Use cases
code review · devops
Platforms
macOS
From the docs

What xcodebuildmcp-packaging-resource-review says it does

Review guardrails for package/build/resource integrity and portable distribution.
SKILL.md
Wrapper scripts preserve `XCODEBUILDMCP_RESOURCE_ROOT` and `DYLD_FRAMEWORK_PATH`.
SKILL.md
Do not assume build outputs exist before `npm run build`.
SKILL.md
npx skills add https://github.com/cameroncooke/xcodebuildmcp --skill xcodebuildmcp-packaging-resource-review

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs21
repo stars6.2k
Last updatedAugust 4, 2026
Repositorycameroncooke/xcodebuildmcp

What it does

Review XcodeBuildMCP packaging and portable-distribution changes for resource integrity.

Who is it for?

Ensuring published and portable XcodeBuildMCP packages include the resources and env vars they need to run.

Skip if: Editing product code, which it avoids unless explicitly requested.

When should I use this skill?

When reviewing XcodeBuildMCP packaging, resource-root, build artifact, bundled AXe, schema, or portable distribution changes.

What you get

Packaging changes are verified to preserve required resources and portable-distribution integrity.

  • Findings on packaging and resource-integrity guardrails

By the numbers

  • 7 packaging guardrail checks

Files

SKILL.mdMarkdownGitHub ↗

XcodeBuildMCP Packaging and Resource Review

Review guardrails for package/build/resource integrity and portable distribution.

Review scope

  • Review-only by default.
  • Do not edit product code unless the user explicitly requests implementation changes.

Files to inspect

  • package.json
  • scripts/copy-build-assets.js
  • scripts/package-macos-portable.sh
  • scripts/build-website-manifest.mjs
  • schemas/**
  • manifests/**
  • skills/**
  • bundled/** when present
  • Resource-root utilities when touched

Guardrails

  • Published package files includes required runtime resources.
  • Portable package includes build, manifests, bundled, skills, package.json, and production dependencies.
  • AXe binary/framework expectations remain verified.
  • Wrapper scripts preserve XCODEBUILDMCP_RESOURCE_ROOT and DYLD_FRAMEWORK_PATH.
  • Schemas and manifests stay available in installed and portable layouts.
  • Do not assume build outputs exist before npm run build.
  • Avoid network-dependent packaging behavior without verification/checksums.

Validation

  • npm run build
  • Packaging-specific when touched:
  • npm run package:macos -- --help (if supported)
  • npm run verify:portable after artifact creation
  • npx skill-check .agents/skills/xcodebuildmcp-packaging-resource-review

Related skills

FAQ

What does the portable package need?

build, manifests, bundled, skills, package.json, and production dependencies per the guardrails.

Which env vars matter?

Wrapper scripts must preserve XCODEBUILDMCP_RESOURCE_ROOT and DYLD_FRAMEWORK_PATH.

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.