소스 정보
- 저장소
- tomevault-io/skills-registry
- 최근 소스 활동
- 2026년 7월 3일 19:45
- 감지된 SKILL.md 언어
- 영어
- 스타
- 0
- 포크
- 0
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tomevault-io/skills-registry --skill agent-session-briefing명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
SOC 직업 분류 기준
| name | agent-session-briefing |
| description | > Use when this capability is needed. |
A system for carrying project state across coding-agent sessions. The briefing is a markdown document — the source of truth for where a project is, what's been decided, and what's next — that a fresh session reads to resume cold without relitigating settled work.
This is the agent variant of the briefing method — for coding agents that run in a repo with
an agent context file (AGENTS.md, CLAUDE.md, GEMINI.md, …) and a git repo. It deliberately
offloads half of the old chat-era briefing to those. (The chat variant — chat-session-briefing
— keeps everything in one document because a chat project has no context file and no git.)
Context file = the timeless operational doc your harness auto-loads.
AGENTS.mdis the cross-tool open standard (Codex, OpenCode, Aider, RooCode, OpenClaw, …); Claude Code usesCLAUDE.md; Gemini CLI usesGEMINI.md. The skill works with whichever you have — the scripts auto-detect an existing one and otherwise createAGENTS.md.
One rule decides where every fact goes:
If you find yourself writing "how to run the tests" in the briefing, it belongs in the context file. If you find a "current status" or "do not relitigate" block bloating the context file, it belongs in the briefing. Keeping the boundary clean is what stops the context file from ballooning and stops the briefing from drifting into a second README.
Personal working style and cross-project preferences are neither — they live in file-based memory, written once. Do not re-narrate them per project (that is how stale clones happen).
One markdown briefing per project, in the hub:
~/.session-briefings/ ← its own git repo, pushed to your git remote (override: $SESSION_BRIEFING_HUB)
<project>/
SESSION_BRIEFING.md
refs/ ← linked visuals: mockups (.html), screenshots (.png), diagrams (.svg)
The briefing is markdown so its git diffs stay readable session-to-session. Visual/design
references are linked, not embedded — keep the state doc diffable; let an HTML mockup or PNG
live beside it in refs/ and reference it from the relevant section.
Each project's context file carries a pointer to its briefing so a cold session is told where to
look. The pointer script keeps that wired automatically (below) — it auto-detects the context
file (AGENTS.md / CLAUDE.md / GEMINI.md) or creates AGENTS.md if none exists.
scripts/briefing.py (Python stdlib, no deps) handles the clerical, drift-prone steps so they
execute identically regardless of which model or harness is driving. Call it — don't do these
by hand:
| Command | What it does |
|---|---|
python3 scripts/briefing.py new <project> [--parent P --layer L] | Scaffold the hub dir + a v1.0 skeleton briefing, record the project dir in the briefing meta, wire the context-file pointer, and (if --parent) refresh the parent's matrix. |
python3 scripts/briefing.py bump <path> | Increment the version and stamp the real date (header + a Version-History row). |
python3 scripts/briefing.py pointer <project> | Idempotently insert/update the pointer block in the project's context file (auto-detected, or --context-file). |
python3 scripts/briefing.py rollup <parent> | Regenerate the parent's constellation block — component matrix (version · layer · status · link) + surfaced blockers/decisions — from every child that declares it. |
python3 scripts/briefing.py check <path> | Validate structure: all sections present, none dropped vs the prior committed version, version+date stamped, opening prompt non-empty, status tokens sane. |
You own everything the scripts don't: assessing status, writing the §3 narrative, capturing decisions and rationale, prioritising next steps, detecting discrepancies, tracing downstream impact. Those are judgment; scripting them would be brittle and miss the point.
The project dir defaults to your current directory; new records it in the briefing meta so
pointer keeps working even if the repo later moves. Pass --project-dir to point elsewhere,
--context-file NAME to force a specific context filename, and --hub (or SESSION_BRIEFING_HUB)
if the hub isn't at ~/.session-briefings.
A project made of sub-products (e.g. a platform + its services, or a monorepo of packages) tracks as a parent briefing + one briefing per segment, so you can work inside a single sub-product and the parent stays current without maintaining two docs by hand.
<!-- meta: parent=acme-platform | layer=OPEN-MIT | projectdir=~/code/acme-api | status=stable; v0.3.1 -->.
new --parent acme-platform --layer OPEN-MIT stamps it (and projectdir automatically); keep
status (one-line headline) and layer current as you update.rollup <parent> scans the hub for every
briefing declaring that parent and regenerates a script-managed constellation block in the
parent's §2 — component · version · layer · status · updated · link. Run it after bumping any
child. The parent is then correct by construction, not by anyone remembering.[surface] <short note> (prefix form — note after the tag, one line, never inside a table cell) in §4/§5/§6 of a child; the next
rollup lists it under "Surfaced from components" in the parent. Untag when resolved — it drops on
the next rollup.layer is an optional free-form tag for whatever cross-cutting dimension matters across your
components — visibility, IP/open-core seam (e.g. OPEN-MIT / OPEN-Apache / COMMERCIAL / CLOSED),
ownership, or maturity. It's surfaced in the matrix so the parent shows that dimension at a glance.
Leave it unset if you don't need it.Don't hand-edit between the <!-- constellation:start --> / <!-- constellation:end --> markers —
that region is regenerated wholesale on every rollup.
python3 scripts/briefing.py new <project> to scaffold (run it from the project repo, or pass
--project-dir). If the repo has no context file yet, it creates AGENTS.md with the pointer.python3 scripts/briefing.py check <path> and fix anything it flags.This is the common case.
python3 scripts/briefing.py bump <path> — version + date are now handled for you.bump stubbed.python3 scripts/briefing.py pointer <project> to ensure the context-file pointer is current.parent, python3 scripts/briefing.py rollup <parent> to refresh the parent's constellation matrix + surfaced items.python3 scripts/briefing.py check <path> — fix every error before declaring done.Every section carries forward. Only §3 (This Session) is replaced wholesale; all others are
updated in place or left unchanged — never dropped or "tightened up." check enforces this by
diffing against the prior committed version, so a dropped section fails validation rather than
relying on you to remember. (Without a git repo in the hub, check can only verify presence — it
can't diff against history; git init the hub to get the full guard.)
Downstream-impact checking. Before a change, trace what it touches — data models, dependent views, content authored against an old rule. Flag downstream effects to the user before acting; record accepted ripples in §3. The most common multi-session failure isn't forgetting what was done — it's forgetting what a change touched.
Discrepancy tracking (spec vs code). When docs and code disagree, the code is authoritative unless the user says otherwise — and here you can verify against the actual source. Flag the conflict in §7 with both sources named and the verdict; never silently resolve it. Carry the entry until resolved.
Decision-deadline flagging. Name a decision, identify when it actually blocks progress (which dependency), and say whether it can be deferred. Record deferred ones in §6 with their deadline. Don't pressure for premature decisions; don't let a blocking one slide silently.
When seeding a new project's briefing from another's, localize every section — never carry another project's specifics. A briefing that still describes a different project's status, directory, or decisions is worse than none: it actively misleads the next session. If you adapt an existing briefing, rewrite each section for the new project and delete anything that doesn't apply. (Stale, half-localized clones are a real, observed failure mode — don't create one.)
bump — models miscount and misdate.check will fail you; more importantly, future
sessions need the context.refs/ so diffs stay readable.check.references/briefing-template.md — the canonical section structure and what each section holds.scripts/briefing.py — the mechanics (new / bump / pointer / rollup / check).scripts/stop-validate.sh — optional Stop-hook validator (warn mode). Register it in
settings.json to run check automatically at turn-end; flip its final exit 1 to exit 2
to turn warnings into a hard gate.Source: CaptCanadaMan/session-briefing — distributed by TomeVault.