Slim SKILL.md core and add cross-platform resume reference#30
Merged
hacktivist123 merged 2 commits intoJun 20, 2026
Merged
Conversation
SKILL.md drops from 11391 to 6558 bytes (-42%) by merging the triplicated evidence prose into Core Workflow and moving the detailed provenance bookkeeping, long-tail evidence rules, and the static idempotency contract into references/evidence-and-provenance.md, leaving one-line pointers in the core file. Also broadens the frontmatter description to trigger on locating, reading, inspecting, auditing, or reviewing prior sessions and on cross-agent asks; adds a provenance self-check step (canonical path skills/agent-session-resume/scripts/skill-provenance.py); and adds references/cross-platform.md with a workflow for multi-runtime resume/audit asks (independent per-adapter discovery, UTC-epoch normalization, merged timeline, per-runtime evidence attribution, overlap dedupe, single task-status breakdown). Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
…rd trigger description regressions Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
33a542c to
bad4e9f
Compare
hacktivist123
approved these changes
Jun 20, 2026
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.
Depends on #28 (canonical packaged path for skill-provenance.py).
SKILL.md is loaded on every trigger and had grown to 11.4KB (~2.8k tokens), restating the same evidence discipline three times. This trims it to 6.6KB (-42%) without dropping behavior:
validate-skill-package, validate-trigger-matrix, validate-fixtures all pass.
🤖 Generated with Claude Code