Add repo-pointer skill: move source-of-truth from agentic-os-kai #7
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
Per agentic-os-kai#321, the repo-pointer skill for this repo currently lives at
agentic-os-kai/.agents/skills/<repo>/SKILL.md(wrong source-of-truth address). It should live in this repo as the canonical copy, with agentic-os-kai symlinking it in.Proposal
.agents/skills/<repo>/SKILL.mdmirroring the body atagentic-os-kai/.agents/skills/<repo>/SKILL.md, with relative paths rewritten from../../../../<repo>/to../../../(since the pointer now lives one level deeper inside the target repo)..agents/skills/categories.yamlexists in this repo, add akind: exactentry for the repo (orkind: repoif the pre-commit pin is v0.5.0+). Most likely no categories.yaml exists - in that case skip.closes #N../setup.shso the new symlink lands (relink_repo_pointers step), update the categories.yaml entry for the repo to addrole: external-symlink, commit (usegit pull --rebasefirst to avoid racing with sibling fanout dispatches).See also