promote

promote is a command for Claude Code from raja21068/AutoResearch. It costs 7 tokens per session (120 once invoked), scanned A, a copy of promote, MIT.

A command that moves selected project-specific instincts into the global learning store.

In plain words
What is it for?
Use it when a project lesson is broadly useful and should apply beyond its original repository.
Why use it?
It lets guidance discovered in one project become available across other projects.

Command for Claude Code

Written for Claude Code: ${CLAUDE_PLUGIN_ROOT} variable. Also seen: agent in frontmatter; reads .claude/ paths.

Runs only inside a plugin — its command needs a path that Claude Code sets for a plugin’s own hooks and for nothing else, and the catalogue could not identify which plugin ships it.

Good fit Use it when a project lesson is broadly useful and should apply beyond its original repository.

Compare 6 commands from other repositories ↓
Install

Getting it into your agent

There is no command for this one: it runs only inside a plugin, and the catalogue could not identify which plugin ships it. The source is linked below.

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 promote

README.md
[![agentmods](https://agentmods.dev/badge/commands/raja21068/autoresearch/promote.svg)](https://agentmods.dev/commands/raja21068/autoresearch/promote)
Your own site
<a href="https://agentmods.dev/commands/raja21068/autoresearch/promote"><img src="https://agentmods.dev/badge/commands/raja21068/autoresearch/promote.svg" alt="Measured on agentmods" height="20"></a>
Per session 7 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 120 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 88% copy Near-identical to another mod 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.00007 $0.00120
Opus 5 $0.00003 $0.00060
Sonnet 5 $0.00001 $0.00024
Haiku 4.5 $0.00001 $0.00012

Measured 4d ago against content hash c77b5f7a6cee, 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 4d 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.

Origin

This is a copy

88% identical to promote — 2 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

skills/commands/promote.md · 24 lines

What it actually says

Promote Command

Promote instincts in continuous-learning-v2: $ARGUMENTS

Your Task

Run:

python3 "${CLAUDE_PLUGIN_ROOT}/skills/continuous-learning-v2/scripts/instinct-cli.py" promote $ARGUMENTS

If CLAUDE_PLUGIN_ROOT is unavailable, use:

python3 ~/.claude/skills/continuous-learning-v2/scripts/instinct-cli.py promote $ARGUMENTS
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. 4d ago First seen · 24 lines · 7 tokens per session scan A c77b5f7a6cee

Subscribe to this mod's changes

promote is a command published in the GitHub repository raja21068/AutoResearch (2 stars, last pushed 3mo ago), licensed MIT. It adds 7 tokens to every session and 120 once invoked, about $0.0000 per session on Opus 5. A static security scan graded it A with 0 findings. It is 88% identical to promote, differing in 2 lines, and is treated as a copy.