Skip to content

feat: adopt Entire session skills (search, handoff, explain)#63

Merged
N4M3Z merged 5 commits into
mainfrom
forge-core-entire-skills
Jun 16, 2026
Merged

feat: adopt Entire session skills (search, handoff, explain)#63
N4M3Z merged 5 commits into
mainfrom
forge-core-entire-skills

Conversation

@N4M3Z

@N4M3Z N4M3Z commented Jun 16, 2026

Copy link
Copy Markdown
Owner

Pulls three Entire session skills in from entireio/skills: SessionSearch (recall past sessions and checkpoints), SessionHandoff (pick up another agent's session), and SessionExplain (trace code back to the session that wrote it). Renamed to two-word PascalCase, each with a provenance sidecar.

N4M3Z added 5 commits June 11, 2026 01:54
Adopted upstream 'search' (entireio/skills @ bc03dd32) via AdoptArtifact.
Searches captured agent sessions/checkpoints — semantic + keyword recall
across repos, branches, authors, time windows.

Transforms: align (PascalCase SessionSearch, forge frontmatter with USE
WHEN, version), rescope (allowed-tools: Bash), debrand + extract (Entire
CLI specifics moved to an Entire.md companion so the SKILL.md stays
backend-agnostic), cross-references renamed to SessionHandoff. Destination
forge-core: generic session-recall capability, not dev-workflow-specific.
Provenance sidecar pins upstream commit + content sha256.
Adopted upstream 'session-handoff' (entireio/skills @ 17a1dac3) via
AdoptArtifact. Continues work from another agent's session: auto-detects
the most relevant saved session, reads its transcript, summarizes into a
five-section handoff, and picks up the work without re-asking.

Transforms: align (PascalCase SessionHandoff, forge frontmatter), rescope
(allowed-tools: Bash, Read), extract (CLI command reference, per-agent
transcript extraction recipes, and the checkpoint-handoff flow moved to an
Entire.md companion — keeps SKILL.md near the 100-line limit and
backend-agnostic). Provenance sidecar pins upstream commit + content
sha256.
Adopted upstream 'explain' (entireio/skills @ a2e5f13a) via AdoptArtifact.
Explains the intent behind source code by tracing it to the agent session
transcript that created it (functions, files, line changes).

Transforms: align (PascalCase SessionExplain, forge frontmatter, dropped
argument-hint per BuildSkill convention), rescope (allowed-tools: Bash,
Task), debrand (model-brand subagent names neutralized; Entire CLI
specifics in an Entire.md companion). Provenance sidecar pins upstream
commit + content sha256.
@N4M3Z N4M3Z merged commit 77c4a51 into main Jun 16, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant