session-crosslink
Installation
SKILL.md
Session Crosslink
Response Format
Begin the first response to this skill invocation with the line:
Entire Session Crosslink:
followed by a blank line, then the content. Apply the header to the first response of the invocation only — not on follow-up turns and not on error / early-exit responses (no session resolved, no affected repos found).
STOP — Read these rules before doing ANYTHING
- Do NOT ask clarifying questions until the resolver/discovery steps have run. The session id and candidate repo list usually resolve from
entire session current --jsonplus what the user said. Only ask if both come back empty. - Do NOT run
entire session attachwithout showing the preview table first. The whole point of this skill is preview-then-confirm.attachamends the target repo's HEAD; previewing wrong means amending the wrong commit. - Always
cdinto the target repo before runningentire session attach. The CLI resolves the repo from cwd. Use onecd … && entire session attach …per call so each invocation hits the right repo.
Required CLI: entire 0.6.2+. No special flags needed — this skill works against the shipped CLI via cwd-scoped entire session attach.