Pensieve is a skill that gives an AI coding agent continuously growing project memory by storing conventions, decisions, facts, workflows, and lessons for later use. It helps agents make more consistent plans and choices without repeatedly loading an entire project history. The catalogue entries are Pensieve skills and agents that provide this memory workflow.
Borrowing it
Nothing to install: this file belongs to kingkongshot/Pensieve. 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/kingkongshot/Pensieve/main/.codex/skills/pensieve-sync-to-main/SKILL.mdgit clone --depth 1 https://github.com/kingkongshot/PensieveWrote 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/kingkongshot/pensieve/pensieve-sync-to-main)<a href="https://agentmods.dev/skills/kingkongshot/pensieve/pensieve-sync-to-main"><img src="https://agentmods.dev/badge/skills/kingkongshot/pensieve/pensieve-sync-to-main/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/kingkongshot/pensieve/pensieve-sync-to-main"><img src="https://agentmods.dev/badge/skills/kingkongshot/pensieve/pensieve-sync-to-main.svg" alt="Reviewed on agentmods" width="80" height="20"></a>- NVIDIA SkillSpector warn
SkillSpector: 1 finding, up to medium
These are SkillSpector’s own severities. On a checked sample its high-severity flags on skills were ~96% false positives — a documented command, a public API, a “never do X” rule — so we show them as a caution to read, not a verdict. Why →
- medium System Prompt Leakage · line 81 Skill contains patterns that could indirectly extract system prompts through rephrasing, translation, summarization, or side-channel techniques.Fix: Guard against indirect extraction by refusing to summarize, translate, or rephrase system instructions. Add explicit anti-extraction clauses.
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.00078 | $0.01036 |
| Opus 5 | $0.00039 | $0.00518 |
| Sonnet 5 | $0.00016 | $0.00207 |
| Haiku 4.5 | $0.00008 | $0.00104 |
Grade A, and why
pensieve-sync-to-main 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 13d 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.
How it starts
The opening of the file, as written. The whole thing — 124 lines — stays where its author put it; the contents beside it link to each section on GitHub.
Pensieve Sync to Main
Use only inside the Pensieve repository itself.
This skill syncs changes from experimental or zh into main, preserves contributor history, and ensures main remains the English release branch. This is a maintainer release flow, not a default pipeline that should be seeded into every Pensieve user project.
Hard Rules
mainmust remain English-only and release-grade.- Preserve source-branch commit history; do not squash contributor history unless the user explicitly asks.
- Code logic must stay identical across language branches; only text content may differ.
- Do not translate code identifiers, paths, protocol names, command names, frontmatter keys, or Markdown link targets unless the branch rules below explicitly require it.
- When the worktree has unrelated local changes, do not run destructive git cleanup commands.
Branch Strategy
experimental: development branchzh: Chinese release branchmain: English release branch
Default source branch is zh unless the user explicitly specifies experimental. Default remote is kingkongshot.
Translation Scope
Chinese content in these files must be translated into English:
README.mdSKILL.md.src/references/*.md.src/tools/*.md.src/templates/**/*.md
These files are synced directly by default; translate only if user-visible Chinese appears on the English branch:
- Scripts and code
- JSON/YAML configuration
- Deleted files
- Binary assets
Workflow
1. Confirm scope
- Check current state:
git branch --show-current git status --short git remote -v - Confirm source branch:
git fetch kingkongshot git diff --stat main..kingkongshot/<source-branch> - Classify changed files as: needs translation, direct sync, deletion, binary/config.
- If the worktree has unrelated local changes, report them before switching branches.
2. Create sync branch
- Start from latest
main:git checkout main git pull kingkongshot main git checkout -b sync/zh-to-main-<date>[-topic] - Merge the source branch to preserve history:
git merge kingkongshot/<source-branch> -X theirs --no-edit - If the user explicitly asks to sync only a few files, use targeted checkout:
git checkout kingkongshot/<source-branch> -- <file> - Resolve conflicts before translating.
What ships with it
1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.
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.
- 13d ago First seen · 124 lines · 78 tokens per session scan A b2d6eb5ca2c2
pensieve-sync-to-main is a skill published in the GitHub repository kingkongshot/Pensieve (2,516 stars, last pushed 4mo ago), licensed MIT. It adds 78 tokens to every session and 1,036 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-30.
Other skills, from other repositories
agent-release-swarm
Agent skill for release-swarm - invoke with $agent-release-swarm.
release-announcement
Write a release announcement — changelog, blog post, in-app note, or social post — that leads with user impact, names the audience, and includes upgrade/migration steps without filler.
multi-agent-release-manager
Cleans up the workspace, formats code, runs presubmit checks, and uploads CLs to Gerrit.
release-notes
Generate user-facing release notes from tickets, PRDs, or changelogs. Creates clear, engaging summaries organized by category (new features, improvements, fixes). Use when writing release notes, creating changelogs, announcing product updates, or summarizing what shipped.
pack-submit
Package one of this agent's own skills as a standalone community pack and submit it to the aeon registry as a PR.
updater_guide
Guidance for checking for and installing Row-Bot updates.