1#!/usr/bin/env sh2# Host-agnostic resolver for the amazon-dynamodb install directory.3#4# Prints the absolute path of the directory that contains SKILL.md (the skill5# root) and exits 0, or prints nothing to stdout and exits non-zero with a6# diagnostic on stderr. It is deliberately POSIX sh (no bashisms) so it runs7# the same under Claude Code, Kiro, Codex, Cursor, a bare terminal, or CI.8#9# Why this exists: the skill's Python scripts already locate their own siblings10# via __file__, so a caller only needs the skill ROOT once. Hosts install11# skills in different places (~/.claude, ~/.kiro, ~/.codex, ~/.cursor, a repo12# checkout, …), so a single hardcoded path is wrong. This script searches a13# host-neutral candidate list and VERIFIES each hit against a sentinel set of