Promote

Promote is a skill for Claude Code, Codex from wrg32786/aigent-os. It costs 68 tokens per session (1,208 once invoked), scanned A, original, MIT.

A conversation tool for saving selected insights, decisions, people, projects, or concepts as lasting notes in a knowledge vault.

In plain words
What is it for?
Use it to preserve decisions, emerging principles, project facts, and other context for later sessions.
Why use it?
It prevents useful information from being lost when a conversation ends.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions CLAUDE.md.

Good fit Use it to preserve decisions, emerging principles, project facts, and other context for later sessions.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/wrg32786/aigent-os/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 wrg32786/aigent-os --skill promote
Clone the repo
git clone --depth 1 https://github.com/wrg32786/aigent-os

Made for: Claude Code, Codex.

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 Promote

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

Your own site · 80×15
<a href="https://agentmods.dev/skills/wrg32786/aigent-os/promote"><img src="https://agentmods.dev/badge/skills/wrg32786/aigent-os/promote.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 68 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 1,208 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. Third-party audits
  • NVIDIA SkillSpector pass 7 Sept 2026
How audits are shown
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.00068 $0.01208
Opus 5 $0.00034 $0.00604
Sonnet 5 $0.00014 $0.00242
Haiku 4.5 $0.00007 $0.00121

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

Security

Grade A, and why

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.

skills/promote/SKILL.md · 113 lines

How it starts

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

Promote

The conversation is a substrate. Most of what happens in it is ephemeral — task-specific, session-bound, useful in the moment and gone after. But some exchanges produce durable insights: a new architectural understanding, a person fact worth remembering, a doctrine pattern emerging, a decision that should be logged.

Without /promote, those insights live in the conversation transcript and decay. With /promote, the principal can elevate them to vault content the framework will surface in future sessions.

When to use

  • The conversation produced an insight that should outlive this session
  • The principal said "we should remember that" or "make a note that…"
  • A doctrine pattern is starting to emerge from the discussion
  • A new person, project, or concept came up that needs a vault entry
  • Triggered by Caddy on prompts like: "/promote", "promote that", "make a note that", "save that insight", "elevate to doctrine", "capture this conversation", "remember that we decided", "this should be a vault note"

How to execute

Step 1 — Identify the slice to promote

Ask: which part of the conversation should become durable?

If the principal points to specific turns ("the last 10 messages about X"), use those. Otherwise:

  • Default to the last 5-10 turns AND any explicitly-referenced earlier exchanges
  • If unclear, ask one focused question: "Promote the {topic A} discussion or the {topic B} discussion?"

Step 2 — Categorize the artifact

Map the slice to a vault category:

If the slice is about... Promote to...
A new concept, doctrine, or pattern vault/concepts/{slug}.md
A person (collaborator, advisor, contact) vault/people/{name}.md
A project (current or new) vault/projects/{slug}.md
A decision with reasoning append entry to vault/memory/DECISION_LOG.md
A learning sweep on a tool/framework vault/concepts/learning/{slug}.md (use /learn instead)
A person/process rejection with reasoning append entry to vault/concepts/What I Am Not Building.md

Read the full file on GitHub · 113 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 · 113 lines · 68 tokens per session scan A 65ae0a826230

Subscribe to this mod's changes

Promote is a skill published in the GitHub repository wrg32786/aigent-os (18 stars, last pushed yesterday), licensed MIT. It adds 68 tokens to every session and 1,208 once invoked, about $0.0003 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-01.