fandhe-ai/agent-reference-skills

apple-media

AVFoundation / AVKit / PhotoKit リファレンス。 AVPlayer, AVPlayerViewController, VideoPlayer, AVPlayerItem, AVMutableComposition, AVCaptureSession, AVCaptureDevice, AVCapturePhotoOutput, AVAudioEngine, AVAudioSession, AVAudioPlayer, AVSpeechSynthesizer, PHAsset, PHImageManager, PhotosPicker, PHPhotoLibrary。

First seen Jun 25, 2026

Installation

$ npx skills add fandhe-ai/agent-reference-skills --skill apple-media

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from fandhe-ai/agent-reference-skills · top by installs.

npx skills add fandhe-ai/agent-reference-skills

Browse all from fandhe-ai/agent-reference-skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 3
Default branch main
Open issues 0
Status Active

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 4,553 B
  • docs SUMMARY.md 336 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 30 installs

SKILL.md

ディレクトリ構成

skills/apple-media/
  SKILL.md
  references/
    avf-playback/
      README.md
      avplayer.md
      avqueueplayer.md
      avplayeritem.md
      avplayerlayer.md
      avplayerviewcontroller.md
      videoplayer.md
      avasset.md
      avurlasset.md
      avassettrack.md
      avplayeritemvideooutput.md
      avmutablecomposition.md
    avf-capture/
      README.md
      avcapturesession.md
      avcapturedevice.md
      avcapturedevice-discoverysession.md
      avcapturedeviceinput.md
      avcaptureoutput.md
      avcapturephotooutput.md
      avcapturephotosettings.md
      avcapturemoviefileoutput.md
      avcapturevideodataoutput.md
      avcapturevideopreviewlayer.md
      avcapturemetadataoutput.md
    avf-audio/
      README.md
      avaudioplayer.md
      avaudiorecorder.md
      avaudioengine.md
      avaudiosession.md
      avaudioplayernode.md
      avaudiofile.md
      avaudiopcmbuffer.md
      avaudiomixernode.md
      avaudiouniteffect.md
      avspeechsynthesizer.md
      avspeechutterance.md
    photokit/
      README.md
      phphotolibrary.md
      phasset.md
      phassetcollection.md
      phfetchresult.md
      phfetchoptions.md
      phimagemanager.md
      phcachingimagemanager.md
      phassetchangerequest.md
      phphotolibrarychangeobserver.md
      phauthorizationstatus.md
      photospicker.md
      photospickeritem.md

探索手順

タスクからカテゴリを引き、カテゴリの README.md で目的のページを特定する:

  1. 下記マッピング表でタスクに対応するカテゴリを探す
  2. そのカテゴリの references/{category}/README.md を参照して目的のページを特定する
  3. 該当ページの .md を Read して詳細を確認する

タスク → カテゴリ マッピング

タスク カテゴリ 参照 README
動画を再生したい(AVPlayer / VideoPlayer) avf-playback [references/avf-playback/README.md](references/avf-playback/README.md)
HLS / ストリーミング再生を実装したい avf-playback [references/avf-playback/README.md](references/avf-playback/README.md)
アセットのトラック・メタデータを取得したい avf-playback [references/avf-playback/README.md](references/avf-playback/README.md)
カスタム映像合成・コンポジションを作りたい avf-playback [references/avf-playback/README.md](references/avf-playback/README.md)
カメラで写真・動画を撮影したい avf-capture [references/avf-capture/README.md](references/avf-capture/README.md)
AVCaptureSession のセットアップをしたい avf-capture [references/avf-capture/README.md](references/avf-capture/README.md)
ライブプレビューを表示したい avf-capture [references/avf-capture/README.md](references/avf-capture/README.md)
QR コード・顔検出をリアルタイムで行いたい avf-capture [references/avf-capture/README.md](references/avf-capture/README.md)
音声を再生・録音したい avf-audio [references/avf-audio/README.md](references/avf-audio/README.md)
AVAudioEngine でノードグラフを構築したい avf-audio [references/avf-audio/README.md](references/avf-audio/README.md)
AVAudioSession のカテゴリ・モードを設定したい avf-audio [references/avf-audio/README.md](references/avf-audio/README.md)
テキスト読み上げ(TTS)を実装したい avf-audio [references/avf-audio/README.md](references/avf-audio/README.md)
フォトライブラリへのアクセス許可を取得したい photokit [references/photokit/README.md](references/photokit/README.md)
PHAsset でアルバムや写真を取得・検索したい photokit [references/photokit/README.md](references/photokit/README.md)
PHImageManager でサムネイル・フル画像を取得したい photokit [references/photokit/README.md](references/photokit/README.md)
PhotosPicker(SwiftUI)を使いたい photokit [references/photokit/README.md](references/photokit/README.md)