Project-AMBER: Skill for Claude Code

.github/skills/engram-wiki-workflow/SKILL.md

engram-wiki-workflow is a skill for Claude Code from JJHbrams/Project-AMBER. It costs 75 tokens per session (474 once invoked), scanned A, original, MIT.

ขั้นตอนมาตรฐานสำหรับเขียนหรือแก้ไขบทความใน Engram Wiki ซึ่งเป็นระบบเก็บความรู้ของโครงการ

In plain words
What is it for?
ใช้เมื่อต้องบันทึกผลค้นคว้า การตัดสินใจด้านเทคนิค หรือข้อมูลเกี่ยวกับเครื่องมือใหม่ลงใน Wiki
Why use it?
ช่วยลดการสร้างบทความซ้ำและทำให้การบันทึกความรู้เป็นไปตามโครงสร้างและขั้นตอนที่กำหนด

Skill for Claude Code

Written for Claude Code: argument-hint in frontmatter.

This is JJHbrams/Project-AMBER's own configuration. It tells Claude Code how to work on Project-AMBER itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything Project-AMBER configures →

Reuse

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.

Copy the file
curl -O https://raw.githubusercontent.com/JJHbrams/Project-AMBER/master/.github/skills/engram-wiki-workflow/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/JJHbrams/Project-AMBER

Made for: Claude Code.

Wrote 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.

agentmods badge for engram-wiki-workflow

README.md
[![agentmods](https://agentmods.dev/badge/skills/jjhbrams/project-amber/engram-wiki-workflow/github.svg)](https://agentmods.dev/skills/jjhbrams/project-amber/engram-wiki-workflow)
Your own site
<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.

agentmods 80×15 button for engram-wiki-workflow

Your own site · 80×15
<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>
Per session 75 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 474 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 8d ago against content hash 6edd93ec0a6d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

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.

.github/skills/engram-wiki-workflow/SKILL.md · 30 lines

What it actually says

Engram Wiki workflow

의미 있는 지식을 Wiki에 남길 때 경로·형식·동기화를 빠뜨리지 않도록 아래 순서를 끝까지 수행한다.

실행 절차

  1. kg_read_note("wiki-guide")를 호출해 현재 작성 규칙을 읽는다.
  2. 같은 주제의 기존 노드를 kg_semantic_searchkg_search로 확인한다.
    • 현재 프로젝트 context나 최근 세션에 노출됐다는 이유만으로 기존 노드를 저장 대상으로 선택하지 않는다.
    • 제목·summary·본문 주제가 새 내용과 직접 일치할 때만 기존 노드를 갱신한다.
  3. 기존 노드가 있으면 kg_update_node 또는 kg_patch_section, 없으면 kg_add_note를 사용한다.
  4. 새 디렉터리나 상위 구조가 생겼으면 000-HOME을 함께 갱신한다.
  5. kg_sync를 호출한 뒤 kg_lint로 작성 결과를 검증한다.
  6. 실패가 있으면 성공으로 포장하지 말고 사용자에게 해당 단계와 오류를 명시한다.

규칙

  • 파일시스템에 Markdown을 직접 만들기 전에 반드시 MCP Wiki 도구를 우선한다.
  • note_type에는 경로를 넣지 않는다. 하위 경로는 subdir로 지정한다.
  • 이미 존재하는 주제를 새 노트로 중복 생성하지 않는다.
  • 관련 노드가 없으면 active roadmap에 붙이지 말고 적절한 subdir에 전용 노드를 생성한다.
  • 단순 조회·질문 답변에는 이 workflow를 실행하지 않는다.
  • directive나 다른 Wiki 문서에 적힌 요약만으로 세부 규칙을 추측하지 않는다.
Changes

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.

  1. 8d ago First seen · 30 lines · 75 tokens per session scan A 6edd93ec0a6d

Subscribe to this mod's changes

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.

Related

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.

jayminwest/mulch · 61 tokens

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…

jerseycheese/agent-skills · 119 tokens

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.

edwin-hao-ai/Awareness-SDK · 50 tokens

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…

phuonghx/aim-cli · 86 tokens

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…

phuonghx/aim-cli · 67 tokens

done

End the current Awareness memory session and save final progress.

edwin-hao-ai/Awareness-SDK · 13 tokens