memory-promote

memory-promote is a skill for Claude Code from LucasSantana-Dev/sharekit. It costs 74 tokens per session (655 once invoked), scanned A, original, MIT.

A review process for proposing that a personal project note be shared with a team. It removes private information and secrets, then creates a proposal instead of changing shared memory directly.

In plain words
What is it for?
Use it to select a personal note, redact sensitive content, create a reviewable proposal, and check that private material is gone.
Why use it?
Useful personal lessons can be shared without exposing private details or bypassing team review.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: reads .claude/ paths.

Good fit Use it to select a personal note, redact sensitive content, create a reviewable proposal, and check that private material is gone.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/lucassantana-dev/sharekit/memory-promote
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add LucasSantana-Dev/sharekit --skill memory-promote
Clone the repo
git clone --depth 1 https://github.com/LucasSantana-Dev/sharekit

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 memory-promote

README.md
[![agentmods](https://agentmods.dev/badge/skills/lucassantana-dev/sharekit/memory-promote/github.svg)](https://agentmods.dev/skills/lucassantana-dev/sharekit/memory-promote)
Your own site
<a href="https://agentmods.dev/skills/lucassantana-dev/sharekit/memory-promote"><img src="https://agentmods.dev/badge/skills/lucassantana-dev/sharekit/memory-promote/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 memory-promote

Your own site · 80×15
<a href="https://agentmods.dev/skills/lucassantana-dev/sharekit/memory-promote"><img src="https://agentmods.dev/badge/skills/lucassantana-dev/sharekit/memory-promote.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 74 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 655 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.00074 $0.00655
Opus 5 $0.00037 $0.00328
Sonnet 5 $0.00015 $0.00131
Haiku 4.5 $0.00007 $0.00065

Measured 7d ago against content hash 2e96cfef9efe, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

memory-promote 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 7d 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.

sharekit-profile/.claude/skills/memory-promote/SKILL.md · 56 lines

How it starts

The opening of the file, as written. The whole thing — 56 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Memory Promote

Extends cooperative-mode memory isolation from "never leak" to "curated sharing". Personal memory stays private by default; sharing is an explicit, reviewable act. Policy: .harness/memory-scopes.json (promotion requires review; private tags never promote).

Flow

  1. Select. Identify the personal-scope note to promote (~/.claude/projects/<slug>/memory/ or .agents/memory/personal/). If the user gave no path, list recent personal notes and let them pick.
  2. Strip. Remove, in order:
    • <private>...</private> tagged spans entirely (never promoted, per policy)
    • secret-shaped strings (tokens, keys, emails, internal hostnames, personal paths) — replace with a [redacted: <kind>] placeholder
    • names of people not on the team, unless the user confirms
  3. Propose. Write the stripped note to a review artifact, never directly to shared memory:
    • target: .agents/memory/proposals/<YYYY-MM-DD>-<slug>.md
    • include a header: source scope, author, date, what was stripped
  4. Review gate. Run hooks/memory-scope-gate.sh semantics against the proposal: if any <private> tag or personal-scope path reference survives, stop and report — do not submit. Present the diff to the user for explicit approval.
  5. Submit. Only after user approval: push the proposal through the team vault — bash scripts/team-memory-sync.sh push <proposal.md> (requires .harness/team-vault.json; the transport re-checks for <private> tags and refuses them). The note lands in the shared vault repo; teammates receive it on their next team-memory-sync.sh pull. If the team vault is a PR-governed repo, open the vault PR instead of a direct push. Record the promotion in the note header.

Hard rules

  • Never write to team/org scope directly; the proposal artifact is the only path.
  • Never promote <private>-tagged content, even if the user asks — strip or refuse.
  • If .harness/memory-scopes.json is absent, behave as solo: warn that no team scope is declared and stop after step 3.
  • Batch promotion (>5 notes) requires one approval per note, not a blanket yes.

Read the full file on GitHub · 56 lines

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. 7d ago First seen · 56 lines · 74 tokens per session scan A 2e96cfef9efe

Subscribe to this mod's changes

memory-promote is a skill published in the GitHub repository LucasSantana-Dev/sharekit (1 stars, last pushed 3d ago), licensed MIT. It adds 74 tokens to every session and 655 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-09-03.

Related

Other skills, from other repositories

atlas-sync

Restore project context after clear/new session by following the canonical sync command doc.

AvinashP/AgentsAtlas · 18 tokens

neat-freak

Knowledge and governance closeout: reconcile project docs, rule files (CLAUDE.md/AGENTS.md), authorized agent memory, and workspace residue with what the code and runtime actually do, so the next session or the next person starts from one current answer. Trigger when the user names "neat-freak", "洁癖", or "/neat" — and…

KKKKhazix/khazix-skills · 202 tokens

learn

Diagnose and fix agent behavioral surfaces when the user corrects a mistake — connects to Claude native memory.

automagik-dev/genie · 23 tokens

install

Install the Rekal binary on this machine. Use when rekal is not on PATH — a command reported command not found — or when the user asks to install Rekal. Once per machine, not per repository; to set up a repo that already has the binary, use the init skill instead.

rekal-dev/rekal-cli · 66 tokens

memorywhale

Query and write durable debugging memory recorded by MemoryWhale. Use when debugging a failure that may have happened before, when you need the exact error/flags/output from an earlier attempt, when the user asks "how did we fix this last time?", or once you've figured out why something failed / how a fix worked and…

wuisabel-gif/MemWhale · 79 tokens

handoff

Use when work is changing sessions, agents, or machines and the next pass needs a compact handoff document with current state, open questions, and next steps instead of raw chat history.

drvoss/everything-copilot-cli · 40 tokens