Source profileQuality 93/100

gaelic-ghost/socket/plugins/apple-dev-skills/skills/apple-developer-provisioning-workflow/SKILL.md

apple-developer-provisioning-workflow

Plan and safely automate officially supported Apple Developer provisioning and CloudKit workflows through the App Store Connect REST API, Xcode-aware local discovery, cktool, and CKTool JS. Use when inspecting or changing bundle IDs, capabilities, certificates, devices, provisioning profiles, CloudKit schemas, or sandbox test data while keeping portal-only configuration, credentials, dry runs, and confirmation gates explicit.

Source repository stars
6
Declared platforms
0
Static risk flags
1
Last source update
2026-08-21
Source checked
2026-08-25

Decision brief

What it does: where it fits

Plan and safely automate officially supported Apple Developer provisioning and CloudKit workflows through the App Store Connect REST API, Xcode-aware local discovery, cktool, and CKTool JS.

Best for

  • Use this skill for App Store Connect API provisioning work involving registered bundle IDs, supported capabilities, certificates, devices, and provisioning profiles.
  • Use this skill for a plan or dry run that compares an Xcode project’s bundle IDs, entitlements, signing settings, and installed profiles with Apple’s current state.
  • Use this skill for existing CloudKit container schema export, schema apply, sandbox reset, or test-data workflows through xcrun cktool or the TypeScript-ready CKTool JS packages.

Not for

  • Tasks that require unconfirmed production actions or broad system permissions.
  • Environments where the pinned source and install steps cannot be inspected.

Compatibility matrix

Platform support, with evidence labels

PlatformStatusEvidenceWhat to check
CodexNot declaredNo explicit evidencePortability before use
Claude CodeNot declaredNo explicit evidencePortability before use
CursorNot declaredNo explicit evidencePortability before use
Gemini CLINot declaredNo explicit evidencePortability before use
Open the compatibility checker

Installation

Inspect first. Install second.

The source command is displayed only when detected. A safe inspection prompt is always available so your agent can explain every action before execution.

Source-detected install commandSource
npx skills add https://github.com/gaelic-ghost/socket --skill "plugins/apple-dev-skills/skills/apple-developer-provisioning-workflow"
Safe inspection promptEditorial

Inspect the Agent Skill "apple-developer-provisioning-workflow" from https://github.com/gaelic-ghost/socket/blob/1140bc0b60f2c938b81d67dcee88a5eeb2e2f39d/plugins/apple-dev-skills/skills/apple-developer-provisioning-workflow/SKILL.md at commit 1140bc0b60f2c938b81d67dcee88a5eeb2e2f39d. List every install step, command, network request, credential, file read/write, external action, and rollback step. Explain whether it fits my task. Do not install or execute anything until I approve.

Workflow

What the source asks the agent to do

  1. 01

    Single-Path Workflow

    1. Establish the account and credential boundary: - confirm the selected team’s program type before choosing an API: this workflow’s App Store Connect path requires Apple Developer Program access; Apple Developer Enterprise Program accounts use Apple’s separate Enterprise Progra…

    Establish the account and credential boundary:confirm the selected team’s program type before choosing an API: this workflow’s App Store Connect path requires Apple Developer Program access; Apple Developer Enterprise Program accounts use Apple’s separate Enterpris…for App Store Connect provisioning endpoints, require a team API key with the least sufficient role; individual API keys cannot use provisioning endpoints. The Account Holder must request API access, and an Account Hold…
  2. 02

    Workflow References

    references/app-store-connect-provisioning.md

    references/app-store-connect-provisioning.mdreferences/cloudkit-automation.mdreferences/portal-only-configuration.md
  3. 03

    Purpose

    Guide Apple Developer provisioning and CloudKit work without treating the Developer Portal as an undocumented API. The supported automation path is the App Store Connect REST provisioning API for bundle IDs, capabilities, certificates, devices, and profiles; xcrun cktool or CKTo…

    Guide Apple Developer provisioning and CloudKit work without treating the Developer Portal as an undocumented API. The supported automation path is the App Store Connect REST provisioning API for bundle IDs, capabilitie…The workflow never commits a .p8 key, CloudKit token, JWT, profile payload, or local signing material. It plans first, reads state before changing it, uses short-lived JWTs only in the invoking process, and requires an…
  4. 04

    When To Use

    Use this skill for App Store Connect API provisioning work involving registered bundle IDs, supported capabilities, certificates, devices, and provisioning profiles.

    Use this skill for App Store Connect API provisioning work involving registered bundle IDs, supported capabilities, certificates, devices, and provisioning profiles.Use this skill for a plan or dry run that compares an Xcode project’s bundle IDs, entitlements, signing settings, and installed profiles with Apple’s current state.Use this skill for existing CloudKit container schema export, schema apply, sandbox reset, or test-data workflows through xcrun cktool or the TypeScript-ready CKTool JS packages.
  5. 05

    Inputs

    request: desired provisioning or CloudKit outcome.

    request: desired provisioning or CloudKit outcome.teamcontext: Apple Developer team ID, program type, and account role, when available.projectcontext: Xcode project/workspace, target, bundle ID, entitlements, and signing mode.

Permission review

Static risk signals and limitations

Network access

medium · line 23

The documentation includes network, browsing, or remote request actions.

for App Store Connect provisioning endpoints, require a **team** API key with the least sufficient role; individual API keys cannot use provisioning endpoints. The Account Holder must request API access, and an Account Holder or Admin gener

Evidence record

Why each signal appears

EvidenceSourceComputedTestedEditorial
SignalValueEvidence typeMeaning
Quality score93/100ComputedDocumentation, specificity, maintenance, and trust rules
Repository stars6SourceRepository attention, not individual Skill quality
Compatibility0 platformsSourceDeclared in the catalog source record
Usage guideautomated source guideEditorialGenerated or reviewed according to the visible evidence level

Pinned source

Provenance and original SKILL.md

Repository
gaelic-ghost/socket
Skill path
plugins/apple-dev-skills/skills/apple-developer-provisioning-workflow/SKILL.md
Commit
1140bc0b60f2c938b81d67dcee88a5eeb2e2f39d
License
Apache-2.0
Collected
2026-08-25
Default branch
main
View the original SKILL.md

Apple Developer Provisioning Workflow

Purpose

Guide Apple Developer provisioning and CloudKit work without treating the Developer Portal as an undocumented API. The supported automation path is the App Store Connect REST provisioning API for bundle IDs, capabilities, certificates, devices, and profiles; xcrun cktool or CKTool JS for existing CloudKit containers; and local Xcode or xcrun mcpbridge discovery when a project-aware view improves safety.

The workflow never commits a .p8 key, CloudKit token, JWT, profile payload, or local signing material. It plans first, reads state before changing it, uses short-lived JWTs only in the invoking process, and requires an explicit confirmation immediately before every create, update, revoke, delete, reset, or schema/data apply operation.

When To Use

  • Use this skill for App Store Connect API provisioning work involving registered bundle IDs, supported capabilities, certificates, devices, and provisioning profiles.
  • Use this skill for a plan or dry run that compares an Xcode project’s bundle IDs, entitlements, signing settings, and installed profiles with Apple’s current state.
  • Use this skill for existing CloudKit container schema export, schema apply, sandbox reset, or test-data workflows through xcrun cktool or the TypeScript-ready CKTool JS packages.
  • Use this skill when deciding whether an action remains official REST/CLI automation or must be completed in the Apple Developer Portal.
  • Recommend xcode-build-run-workflow for target edits, entitlements, signing settings, build, device, or profile-install follow-through.
  • Recommend xcode-coding-intelligence-workflow for a running Xcode session or external access through xcrun mcpbridge.
  • Recommend explore-apple-swift-docs when current Apple documentation is the primary need.

Single-Path Workflow

  1. Establish the account and credential boundary:
    • confirm the selected team’s program type before choosing an API: this workflow’s App Store Connect path requires Apple Developer Program access; Apple Developer Enterprise Program accounts use Apple’s separate Enterprise Program API and must not be treated as App Store Connect team-key users;
    • for App Store Connect provisioning endpoints, require a team API key with the least sufficient role; individual API keys cannot use provisioning endpoints. The Account Holder must request API access, and an Account Holder or Admin generates the team key;
    • retain the issuer ID, key ID, and downloaded .p8 private key only in local secret storage such as Keychain or an approved local secret manager; never place them in the repo, project settings, CI logs, shell history, or agent transcript;
    • create a short-lived JWT locally for one invocation and avoid writing it to disk;
    • for CloudKit, separately obtain a CloudKit management token from CloudKit Console and save it through xcrun cktool save-token --type management so macOS Keychain owns it.
  2. Discover before mutating:
    • inspect the project’s bundle identifiers, entitlements, signing configuration, and existing profiles through Xcode-local tools or xcrun mcpbridge when Xcode is open;
    • list the matching App Store Connect bundle IDs, capabilities, certificates, devices, and profiles with read-only REST requests;
    • export the current CloudKit schema and identify the team ID, container ID, and development (Sandbox) versus production environment before selecting cktool or CKTool JS;
    • return a plan with exact proposed requests, affected IDs, expected profile relationships, and portal-only steps.
  3. Classify each requested operation:
    • official REST: registered bundle IDs, supported bundle-ID capabilities, certificates, devices, provisioning profiles, and their documented relationships;
    • official local CloudKit: schema export/apply, sandbox reset, and test-data work on an already registered container via cktool or CKTool JS;
    • portal-only: App Group registration or assignment, CloudKit container registration or assignment to an App ID, Service ID registration, and any identifier/capability action absent from the current REST resource set;
    • unsupported or unclear: stop, preserve the plan, and link to the exact portal surface instead of guessing an endpoint.
  4. Require confirmation for mutations:
    • show the exact create, update, revoke, delete, reset, schema-apply, or test-data command/request and name every affected team, identifier, certificate, device, profile, container, environment, and destructive consequence;
    • default to dry-run/plan output; do not use a broad "yes" captured earlier in the conversation;
    • re-read server state after a mutation and report the resulting IDs without emitting secrets.
  5. Choose the CloudKit adapter deliberately:
    • use xcrun cktool for interactive local, one-off, Keychain-backed work;
    • use CKTool JS in a TypeScript/pnpm project when schema or test-data operations belong in typed integration automation. Use @apple/cktool.database with @apple/cktool.target.nodejs, inject the management token from local secret storage at runtime, and never commit it;
    • treat production schema deployment, schema resets, and data deletion as high-impact operations requiring a separate explicit confirmation and a backup/export plan.
  6. Hand off project mutation and validation:
    • make entitlement and signing changes through Xcode-aware workflows rather than hand-editing project state;
    • regenerate or download a profile only after its certificate, device, and bundle-ID inputs are confirmed;
    • validate with the narrowest appropriate build/signing or CloudKit sandbox test after state is updated.

Inputs

  • request: desired provisioning or CloudKit outcome.
  • team_context: Apple Developer team ID, program type, and account role, when available.
  • project_context: Xcode project/workspace, target, bundle ID, entitlements, and signing mode.
  • operation_mode: inspect, plan, apply, portal-only, or unknown; default is plan.
  • cloudkit_context: existing container ID, environment, schema/data intent, and whether cktool or a TypeScript integration harness is preferred.
  • Defaults:
    • read-only discovery and a concrete plan precede every mutation;
    • secrets stay local and short-lived;
    • an explicit current confirmation is required for mutation;
    • portal-only operations stay portal-only until Apple documents an official API.

Outputs

  • status
    • success: supported read-only discovery or a confirmed, verified mutation completed.
    • plan: the supported requests and portal tasks are ready, but no mutation has occurred.
    • portal-only: the requested configuration needs Apple Developer Portal interaction.
    • blocked: account role, team key, CloudKit token, project evidence, docs, or confirmation is missing.
  • path_type
    • app-store-connect-provisioning, xcode-discovery, cloudkit-cktool, cloudkit-js, portal-only, or handoff.
  • output
    • documented Apple behavior relied on;
    • account/key prerequisites and the local-secret boundary;
    • discovered state and an ordered dry-run plan;
    • exact mutation confirmation prompt when applicable;
    • portal-only tasks and a safe handoff;
    • validation evidence and remaining manual gaps.

Guards and Stop Conditions

  • Do not use an individual API key for provisioning endpoints; Apple documents that individual keys cannot use them.
  • Do not commit, paste, log, or transmit .p8 private keys, App Store Connect JWTs, CloudKit management tokens, user tokens, profile contents, certificate private keys, or Keychain exports.
  • Do not create a persistent JWT, store an API key in an entitlement, or expose it to a client app.
  • Do not represent App Group registration/assignment, CloudKit container registration/assignment, Service IDs, or undocumented portal configuration as supported REST automation.
  • Do not create an App Store app record or upload a build through this provisioning workflow; those remain website/Xcode/Transporter operations as Apple documents.
  • Do not reset a CloudKit schema, apply a production schema, delete a certificate/profile/device, revoke a key, or alter test data without an operation-specific confirmation after the plan is shown.
  • Do not make Xcode project or entitlement edits without routing through xcode-build-run-workflow.
  • Stop with blocked when an Enterprise Program account needs its separate API, or the chosen App Store Connect team lacks an eligible team API key, required role, CloudKit management token, a confirmed target/container/environment, or fresh mutation confirmation.

Fallbacks and Handoffs

  • Recommend diagnose-apple-entitlements when the desired capability, tracked source, account/profile authorization, final signed entitlement, or runtime result disagree; return here only for the account-side correction it identifies.
  • Recommend xcode-build-run-workflow for entitlement, signing, target, build, profile-install, simulator, or device validation work.
  • Recommend xcode-coding-intelligence-workflow for Xcode-hosted inspection or external access through xcrun mcpbridge; it owns the running-Xcode and permissions boundary.
  • Recommend explore-apple-swift-docs for current App Store Connect, Xcode, CloudKit, or entitlement documentation lookup.
  • Use the Apple Developer Portal manually for App Groups, CloudKit-container registration or App-ID assignment, Service IDs, and any capability configuration Apple does not expose through the current REST API.
  • Recommend references/snippets/apple-xcode-project-core.md when a repository needs durable Xcode-project guidance for entitlements, signing, and project-integrity follow-through.

Fixed Policy

This workflow intentionally has no runtime-enforced mutation override. The fixed policy selects the discovery mode and CloudKit adapter and cannot bypass plan-first behavior, local-secret handling, portal-only classification, or explicit per-operation confirmation.

References

Workflow References

  • references/app-store-connect-provisioning.md
  • references/cloudkit-automation.md
  • references/portal-only-configuration.md

Support References

  • App Store Connect API provisioning overview documents the REST surface for bundle IDs, certificates, devices, and profiles.
  • Creating API keys documents team versus individual key limits and JWT authorization.
  • Using cktool documents management-token setup and Keychain-backed local use.
  • CKTool JS documents the official JavaScript client modules for CloudKit automation.
  • Recommend references/snippets/apple-xcode-project-core.md for reusable Xcode project policy.

Script Inventory

Frequently asked questions

What to verify before installation and use

What does the apple-developer-provisioning-workflow source document cover?

Plan and safely automate officially supported Apple Developer provisioning and CloudKit workflows through the App Store Connect REST API, Xcode-aware local discovery, cktool, and CKTool JS.

How do I install apple-developer-provisioning-workflow?

The source record exposes this install command: npx skills add https://github.com/gaelic-ghost/socket --skill "plugins/apple-dev-skills/skills/apple-developer-provisioning-workflow". Inspect the command and pinned source before running it.

Which permission-related actions were detected?

Static rules flagged network in the source; the page lists the matching lines and excerpts.

Alternatives

Compare before choosing

Computed 10029,034

garrytan/gbrain

bulk-ingestion

End-to-end discipline for turning any large data source (audio libraries, email takeouts, document corpora, chat exports, API dumps) into brain pages at scale. The lifecycle spine: SCHEMA → ACCESS → TRIAL → EVALUATE → IMPROVE → CODIFY → TEST → SKILLIFY → BULK → MONITOR. State is tracked in a durable JSON manifest (see MANIFEST-PATTERN.md) so any crash, session boundary, or subagent fan-out resumes from ground truth instead of memory.

Computed 10024,921

alirezarezvani/claude-skills

app-store-optimization

App Store Optimization (ASO) toolkit for researching keywords, analyzing competitor rankings, generating metadata suggestions, and improving app visibility on Apple App Store and Google Play Store. Use when the user asks about ASO, app store rankings, app metadata, app titles and descriptions, app store listings, app visibility, or mobile app marketing on iOS or Android. Supports keyword research and scoring, competitor keyword analysis, metadata optimization, A/B test planning, launch checklist

Computed 1005,241

dotnet/skills

migrate-vstest-to-mtp

Migrates .NET test projects from VSTest to Microsoft.Testing.Platform (MTP). Use when user asks to "migrate to MTP", "switch from VSTest", "enable Microsoft.Testing.Platform", "use MTP runner", set OutputType=Exe only for test projects in Directory.Build.props, or mentions EnableMSTestRunner, EnableNUnitRunner, or UseMicrosoftTestingPlatformRunner. USE FOR: MTP behavioral differences vs VSTest (exit code 8, zero tests discovered, --ignore-exit-code, TESTINGPLATFORM_EXITCODE_IGNORE); centralizing

Computed 991,257

vipshop/cache-dit

cache-dit-model-integration

High-level guide for integrating a new DiT model into cache-dit: Cache (BlockAdapter/ForwardPattern), Context Parallelism, Tensor Parallelism, Text Encoder Parallelism (TE-P), VAE Parallelism (VAE-P), generate CLI, installation, testing workflow, and detailed references. Use when adding support for a new diffusion transformer model in cache-dit.