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 status OK → github
  • gitlab host + glab auth status OK → 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):

Installs
2
Repository
kenlck/skills
GitHub Stars
5
First Seen
Jun 15, 2026
loop-setup — kenlck/skills