Official skills publisher Verified Skillscout rank 104

Apple

Apple publishes official AI agent skills for its tools, services, and developer workflows.

Browse 29 official AI agent skills across 3 Apple repositories, with install commands and source links.

29 Skills
3 Repositories
14 Installs
2,048 GitHub stars

Install

Add Apple skills to your agent

Install a full repository package, then let your agent activate the right skill for the task.

Ask your agent

Prompt

Fetch this Markdown manifest as plain text: https://skillscout.sh/official/apple/apple_skills_skillscout.md. If your browser cannot display the Markdown directly, use curl or another text fetcher. Recommend the relevant Apple skills package or packages for my goal, explain which individual skills matter, and wait for my approval. After I approve, install with the npx command. If no project is open, install it as an agent skill I can use later.

Skills packages

3 official repositories

Game Porting Toolkit

apple/game-porting-toolkit

Includes 24 official skills: compiling-with-metal-shaderconverter, creating-metal4-shader-pipelines, integrating-metal-shaderconverter-shaders, managing-metal4-resources, managing-metal4-synchronization, translating-to-metal4-api.

24 skills 8 installs 126 stars
npx skills add apple/game-porting-toolkit -y

Coreai Models

apple/coreai-models

Includes 3 official skills: model-authoring, model-compression-exploration, working-with-coreai.

3 skills 3 installs 1,457 stars
npx skills add apple/coreai-models -y

Foundation Models Utilities

apple/foundation-models-utilities

Includes 2 official skills: foundation-models-language-model-protocol, foundation-models-utilities.

2 skills 3 installs 465 stars
npx skills add apple/foundation-models-utilities -y

29 skills

apple/game-porting-toolkit 24 skills

compiling-with-metal-shaderconverter

apple/game-porting-toolkit 1 installs
View source

creating-metal4-shader-pipelines

apple/game-porting-toolkit 1 installs
View source

integrating-metal-shaderconverter-shaders

apple/game-porting-toolkit 1 installs
View source

managing-metal4-resources

apple/game-porting-toolkit 1 installs
View source

managing-metal4-synchronization

apple/game-porting-toolkit 1 installs
View source

translating-to-metal4-api

apple/game-porting-toolkit 1 installs
View source

using-metalfx-frame-interpolation

apple/game-porting-toolkit 1 installs
View source

using-metalfx-temporal-upscaler

apple/game-porting-toolkit 1 installs
View source

debugging-rendering-issues

apple/game-porting-toolkit 0 installs
View source

managing-metal-cpp-lifetimes

apple/game-porting-toolkit 0 installs
View source

porting-discover

apple/game-porting-toolkit 0 installs
View source

porting-execute

apple/game-porting-toolkit 0 installs
View source

porting-handoff

apple/game-porting-toolkit 0 installs
View source

porting-methodology

apple/game-porting-toolkit 0 installs
View source

porting-plan-goal

apple/game-porting-toolkit 0 installs
View source

porting-start-milestone

apple/game-porting-toolkit 0 installs
View source

porting-status

apple/game-porting-toolkit 0 installs
View source

porting-validate

apple/game-porting-toolkit 0 installs
View source

presenting-metal-drawables

apple/game-porting-toolkit 0 installs
View source

setting-up-macos-window

apple/game-porting-toolkit 0 installs
View source

using-game-controller

apple/game-porting-toolkit 0 installs
View source

using-gpucapture

apple/game-porting-toolkit 0 installs
View source

using-gpudebug

apple/game-porting-toolkit 0 installs
View source

using-metal-validation

apple/game-porting-toolkit 0 installs
View source
apple/coreai-models 3 skills

model-authoring

apple/coreai-models 1 installs
View source

model-compression-exploration

apple/coreai-models 1 installs
View source

working-with-coreai

apple/coreai-models 1 installs
View source
apple/foundation-models-utilities 2 skills

foundation-models-language-model-protocol

apple/foundation-models-utilities 2 installs
View source

foundation-models-utilities

apple/foundation-models-utilities 1 installs
View source

Repository documentation

apple/game-porting-toolkit package overview

apple/game-porting-toolkit/README.md View on GitHub

apple/game-porting-toolkit

Includes 24 official skills: compiling-with-metal-shaderconverter, creating-metal4-shader-pipelines, integrating-metal-shaderconverter-shaders, managing-metal4-resources, managing-metal4-synchronization, translating-to-metal4-api.

Top skills in this package

compiling-with-metal-shaderconverterOfficial Apple skill from apple/game-porting-toolkit.
creating-metal4-shader-pipelinesOfficial Apple skill from apple/game-porting-toolkit.
integrating-metal-shaderconverter-shadersOfficial Apple skill from apple/game-porting-toolkit.
managing-metal4-resourcesOfficial Apple skill from apple/game-porting-toolkit.
managing-metal4-synchronizationOfficial Apple skill from apple/game-porting-toolkit.
translating-to-metal4-apiOfficial Apple skill from apple/game-porting-toolkit.
using-metalfx-frame-interpolationOfficial Apple skill from apple/game-porting-toolkit.
using-metalfx-temporal-upscalerOfficial Apple skill from apple/game-porting-toolkit.

Install

Install the full package:

npx skills add apple/game-porting-toolkit -y

Install a specific skill:

npx skills add apple/game-porting-toolkit@compiling-with-metal-shaderconverter -y

Use the package when you want your agent to choose the relevant skill from this official Apple repository.

View apple/game-porting-toolkit on GitHub
Copied