| name | tbm-play-jj |
| description | Legacy alias wrapper for TBM Play-Gate on JJ routes. Use when LT asks for `play-jj` by name. Delegates to the canonical repo stub at `C:\Dev\tbm-apps-script\.claude\skills\play-jj\SKILL.md`, which in turn resolves to Play-Gate with `child=jj`. |
TBM Play JJ
This is a legacy alias wrapper.
The canonical repo stub lives at C:\Dev\tbm-apps-script\.claude\skills\play-jj\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-jj\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 JJ requests to
node scripts/play-gate.js --route <route> --child jj --mode fixture.
- Prefer
tbm-play-gate for new references; keep this alias for discoverability and backward compatibility.