Borrowing it
Nothing to install: this file belongs to JJHbrams/Project-AMBER. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.
curl -O https://raw.githubusercontent.com/JJHbrams/Project-AMBER/master/.github/skills/engram-new-session/SKILL.mdgit clone --depth 1 https://github.com/JJHbrams/Project-AMBERWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/jjhbrams/project-amber/engram-new-session)<a href="https://agentmods.dev/skills/jjhbrams/project-amber/engram-new-session"><img src="https://agentmods.dev/badge/skills/jjhbrams/project-amber/engram-new-session/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/jjhbrams/project-amber/engram-new-session"><img src="https://agentmods.dev/badge/skills/jjhbrams/project-amber/engram-new-session.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00102 | $0.00533 |
| Opus 5 | $0.00051 | $0.00267 |
| Sonnet 5 | $0.00020 | $0.00107 |
| Haiku 4.5 | $0.00010 | $0.00053 |
Grade A, and why
engram-new-session scanned grade A with 1 finding against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 9d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Makes network callslowCapability
Not a fault in itself. Listed so you know the mod talks to something, and to what.
(bash) `curl -s -X POST http://127.0.0.1:17384/bubble/new` What it actually says
Engram 말풍선 — 새 세션 시작
overlay 의 말풍선 상주 세션은 같은 claude_session_id 로 계속 이어진다(overlay 재시작에도 resume).
사용자가 "새 세션/새 대화 시작/대화 초기화"를 원하면 아래로 즉시 리셋한다 (overlay 재시작 불필요).
실행 절차
-
overlay STM 서버
/bubble/new로 POST:Invoke-RestMethod -Method POST -Uri "http://127.0.0.1:17384/bubble/new" -TimeoutSec 5(bash)
curl -s -X POST http://127.0.0.1:17384/bubble/new포트 기본값은 17384 — 바꿨다면
~/.engram/user.config.yaml의overlay.stm_server_port참조. -
응답이
{"status":"ok","action":"bubble_new_session"}이면 성공. overlay 가 현재 상주 세션을 종료하고claude_session_id를 비운다 → 다음 사용자 입력이 새 세션의 첫 메시지가 된다. -
사용자에게 한 줄로만 알린다: "새 세션으로 시작할게 — 다음 메시지부터 이전 맥락 없이 이어져."
규칙
- 이 호출은 현재 상주 세션을 종료시킨다 — 호출 직후 현재 턴이 끊길 수 있고, 그게 정상이다.
- 연결이 실패하면(ConnectionRefused 등) overlay(engram-overlay.exe)가 실행 중이 아닌 것 — "overlay 가 실행 중이 아니라 새 세션을 시작할 수 없어" 한 줄로 안내한다.
- 인수가 있으면, 리셋 요청 후 그 인수를 새 세션의 첫 요청으로 이어서 처리한다.
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 9d ago First seen · 34 lines · 102 tokens per session scan A dac283f4e00a
engram-new-session is a skill published in the GitHub repository JJHbrams/Project-AMBER (2 stars, last pushed 2d ago), licensed MIT. It adds 102 tokens to every session and 533 once invoked, about $0.0005 per session on Opus 5. A static security scan graded it A with 1 finding (makes network calls). No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
ralph
Launcher for the Ralph-style queue drain script — emits the right node ralph-loop.mjs invocation based on the user's filter and bounds. The actual loop runs as a Node script that spawns one claude -p --worktree per iteration; this skill is the configurator, not the loop. Use when a user says: drain the backlog, ralph…
review-proposals
Triages pending improvement-proposal MCP items — presents each with its scope and evidence, collects an accept/reject/defer decision per proposal, and carries out the disposition: project-scoped acceptances get their exact YAML applied to .taskorchestrator/config.yaml and pushed per-root; global acceptances get a…
work-summary
Generates a project dashboard from MCP work items. Default is a lean, attention-first view: what's in flight, what's blocked, what to do next, what's queued. Use when the user says: project status, what's active, show me the dashboard, work summary, what should I work on, project health, what's blocked, where did I…
adopt-project-scope
Migrates an already-populated, unscoped Task Orchestrator database in place to the project-scoping convention — creates a project anchor root, re-parents existing work trees under it, and writes rootId back to config.yaml. Use when a user says: adopt project scope, migrate this database to project scoping, make this…
manage-schemas
Creates, views, edits, deletes, and validates note schemas for the MCP Task Orchestrator in .taskorchestrator/config.yaml — the templates that define which notes agents must fill at each workflow phase. Also recommends schema designs from a library of workflow patterns (autonomous coding loops, spec-driven teams…
status-progression
Navigates role transitions for MCP work items using advanceitem. Shows current role, gate status, required notes, and the correct trigger to use. Use when a user says: advance this item, move to work, start this task, complete this item, what's the next status, why can't I advance, unblock this, cancel this item, or…