feat: /longevity-loop invocable skill β backbone + progressive disclosure over all hub toolsets#12
Merged
Merged
Conversation
β¦sure over hub toolsets Makes /longevity-loop usable and able to reach EVERY per-repo toolset, split the right way (anyagent's backbone-vs-attachment rule): - Backbone (always loaded): the loop's own gated tools β make check, clockbench, fair, synthesize, recap, build. - Progressive disclosure (load on trigger): the hub/<repo>/SKILL.md toolsets β auto-discovered from hub/ frontmatter (1 today: compute-aging-clocks/pyaging @ SHA), never carried all at once. - JIT recipe: any repo in docs/REPOS.md without a toolset β anyagent reverse β hub/ β make skill re-discovers it. So the skill grows automatically; no hand-editing. Generated by scripts/skill_gen.py, drift-gated in make check. Installed at ~/.claude/skills/longevity-loop (local symlink). E25; audit 100/100, 14/25 executions. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Makes /longevity-loop invocable and able to use every toolset the hub generates from other repos β split the right way (anyagent's own backbone-vs-attachment rule):
make check,clockbench,fair,synthesize,recap,build. Small + relevant on every longevity task.hub/<repo>/SKILL.mdtoolsets β auto-discovered from hub frontmatter (1 today:compute-aging-clocks/ pyaging @c2b3000e), each loaded only when its trigger matches, so the backbone never bloats.docs/REPOS.mdwithout a toolset βanyagent reverseβhub/βmake skillre-discovers it. The skill grows itself; zero hand-editing.SKILL.mdis generated byscripts/skill_gen.pyand drift-gated inmake check, so adding a hub toolset automatically updates the skill. Installed locally at~/.claude/skills/longevity-loop(symlink β repo SKILL.md, so itshub/paths resolve). E25; audit 100/100, 14/25 executions.π€ Generated with Claude Code