jordanhindo

Debug Asset Loading — Development skill for Claude Code

Development community

Diagnose asset loading failures in Hatch Studios preview.

How to install Debug Asset Loading

Installs to ~/.claude/commands/jordanhindo-turtlez-debug-asset-loading.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/jordanhindo/Turtlez/HEAD/.claude/commands/debug-asset-loading.md -o ~/.claude/commands/jordanhindo-turtlez-debug-asset-loading.md

Restart Claude Code, or start a new session, for it to be picked up.

What Debug Asset Loading does


description: Diagnose asset loading failures in Hatch Studios preview argument-hint: [game-id]

Debug Asset Loading

Goal

Quickly identify whether asset load failures are caused by manifest data, resolver/proxy auth, R2 signing, or Babylon loader behavior.

Inputs

  • Optional game-id argument. If omitted, use the current game id from context.

Steps

1) Check manifest availability

curl -s "http://localhost:3000/api/studio/games/$GAME_ID/assets" | head -n 40

-

Alternatives in Development

  • Earnings Preview — 财报前预览 — 一致预期对照 + 行业观察指标 + Bull/Base/Bear 三情景 + 催化剂清单 + 预期波幅 6.6k ★
  • /scope — Verify an asset is in scope before hunting or submitting a finding 927 ★
  • Claude Instructions For Local Skill Loading — This file tells Claude how to load skills locally 845 ★

Full documentation available on GitHub

View Source Repository