loop-setup
Installation
SKILL.md
Loop Setup
Write .loop/config.md — the tracker adapter every other ken-loop skill reads. The other skills never call gh/glab directly; they read this file and use its five verbs. That is what keeps the workflow tracker-agnostic.
Process
1. Detect the tracker
git remote get-url origin→ github.com host +gh auth statusOK → github- gitlab host +
glab auth statusOK → gitlab - No remote, no CLI, or auth missing → offer local (or print the auth fix command and let the user choose)
Confirm the detected choice with the user before writing anything.
2. Prepare the backend
github / gitlab — ensure the workflow labels exist (create any that are missing):