| name | tbm-play-buggsy |
| description | Legacy alias wrapper for TBM Play-Gate on Buggsy routes. Use when LT asks for `play-buggsy` by name. Delegates to the canonical repo stub at `C:\Dev\tbm-apps-script\.claude\skills\play-buggsy\SKILL.md`, which in turn resolves to Play-Gate with `child=buggsy`. |
TBM Play Buggsy
This is a legacy alias wrapper.
The canonical repo stub lives at C:\Dev\tbm-apps-script\.claude\skills\play-buggsy\SKILL.md.
The authoritative workflow remains C:\Dev\tbm-apps-script\.claude\skills\play-gate\SKILL.md.
Validation
Before relying on this wrapper, verify these files exist:
C:\Dev\tbm-apps-script\.claude\skills\play-buggsy\SKILL.md
C:\Dev\tbm-apps-script\.claude\skills\play-gate\SKILL.md
C:\Dev\tbm-apps-script\scripts\play-gate.js
If any are missing, treat the wrapper as stale and say so explicitly instead of guessing.
Adapter rules
- Resolve Buggsy requests to
node scripts/play-gate.js --route <route> --child buggsy --mode fixture.
- Prefer
tbm-play-gate for new references; keep this alias for discoverability and backward compatibility.