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-wiki-workflow/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-wiki-workflow)<a href="https://agentmods.dev/skills/jjhbrams/project-amber/engram-wiki-workflow"><img src="https://agentmods.dev/badge/skills/jjhbrams/project-amber/engram-wiki-workflow/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-wiki-workflow"><img src="https://agentmods.dev/badge/skills/jjhbrams/project-amber/engram-wiki-workflow.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.00075 | $0.00474 |
| Opus 5 | $0.00037 | $0.00237 |
| Sonnet 5 | $0.00015 | $0.00095 |
| Haiku 4.5 | $0.00007 | $0.00047 |
Grade A, and why
engram-wiki-workflow scanned grade A with 0 findings 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 8d 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.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Engram Wiki workflow
의미 있는 지식을 Wiki에 남길 때 경로·형식·동기화를 빠뜨리지 않도록 아래 순서를 끝까지 수행한다.
실행 절차
kg_read_note("wiki-guide")를 호출해 현재 작성 규칙을 읽는다.- 같은 주제의 기존 노드를
kg_semantic_search후kg_search로 확인한다.- 현재 프로젝트 context나 최근 세션에 노출됐다는 이유만으로 기존 노드를 저장 대상으로 선택하지 않는다.
- 제목·summary·본문 주제가 새 내용과 직접 일치할 때만 기존 노드를 갱신한다.
- 기존 노드가 있으면
kg_update_node또는kg_patch_section, 없으면kg_add_note를 사용한다. - 새 디렉터리나 상위 구조가 생겼으면
000-HOME을 함께 갱신한다. kg_sync를 호출한 뒤kg_lint로 작성 결과를 검증한다.- 실패가 있으면 성공으로 포장하지 말고 사용자에게 해당 단계와 오류를 명시한다.
규칙
- 파일시스템에 Markdown을 직접 만들기 전에 반드시 MCP Wiki 도구를 우선한다.
note_type에는 경로를 넣지 않는다. 하위 경로는subdir로 지정한다.- 이미 존재하는 주제를 새 노트로 중복 생성하지 않는다.
- 관련 노드가 없으면 active roadmap에 붙이지 말고 적절한 subdir에 전용 노드를 생성한다.
- 단순 조회·질문 답변에는 이 workflow를 실행하지 않는다.
- directive나 다른 Wiki 문서에 적힌 요약만으로 세부 규칙을 추측하지 않는다.
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.
- 8d ago First seen · 30 lines · 75 tokens per session scan A 6edd93ec0a6d
engram-wiki-workflow is a skill published in the GitHub repository JJHbrams/Project-AMBER (2 stars, last pushed yesterday), licensed MIT. It adds 75 tokens to every session and 474 once invoked, about $0.0004 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other skills, from other repositories
mulch-record-from-evidence
Turn the evidence of a finished work session — git commits, changed files, recently-touched seeds issues — into well-formed ml record invocations. Use at session close, when an agent has made changes worth preserving as mulch expertise but hasn't yet recorded them.
wrap-it-up
Close out the current chat with a tight summary and a sweep of the current project's durable context files — memory entries, status and task docs, plan files, and any project-specific reminders — so nothing important dies in the transcript. Trigger on /wrap-it-up, "wrap it up", "wrap up this chat", "close out this…
awareness-memory
Persistent memory across sessions — local-first, no account needed. Automatically recalls past decisions, code, and tasks before each prompt, and saves session checkpoints. Also provides manual tools for searching, recording, and querying memory via Bash commands.
memory-system
Gives agents a durable memory that outlives a single session, storing user preferences, project conventions, and prior decisions in a slim MEMORY.md index backed by per-topic files. It lets an agent recall what was already learned instead of re-asking. Use it when the user says to remember, save, or not forget…
context-compression
A technique for keeping long working sessions sharp by condensing finished work while keeping the decisions that still matter. It covers when to compress, three levels of compression from single tool outputs to full checkpoints, and a step-by-step protocol. Useful once a session stretches long, turns get repetitive…
done
End the current Awareness memory session and save final progress.