AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Codex Memory Promote Global

skill-akin-lvyifang-codex-memory-lite-codex-memory-promote-global · by AKin-lvyifang

Use when the user says "Promote this to global memory", or when stable project knowledge should be promoted into `{GLOBAL_MEMORY_ROOT}`.

No reviews yet
0 installs
4 views
0.0% view→install

Install

$ agentstack add skill-akin-lvyifang-codex-memory-lite-codex-memory-promote-global

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-akin-lvyifang-codex-memory-lite-codex-memory-promote-global)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Codex Memory Promote Global? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Codex Memory Promote Global

Overview

Promote stable, reusable memory from a project's .codex-memory/ into {GLOBAL_MEMORY_ROOT}. Use this skill when the user explicitly asks for global promotion, or when a rule, workflow, or topic has clearly become reusable across projects.

When To Use

  • The user explicitly says "Promote this to global memory"
  • The user explicitly asks to promote a rule into the global layer
  • The same rule appears in more than one project
  • A topic is no longer project-specific and is now shared across projects
  • A thread is about to end and stable content should be lifted from project memory into the global layer

Natural Trigger Phrases

  • Promote this to global memory
  • Promote this rule into the global layer
  • This can be reused across projects. Move it to the global layer

Inputs

  • current project root
  • current project's .codex-memory/current.md
  • current project's related spec/ and active task files
  • global memory root: {GLOBAL_MEMORY_ROOT}
  • reference rules: references/promotion-rules.md

Workflow

  1. Read the current project's .codex-memory/current.md, related spec/, and tasks/active/*/brief.md.
  2. Use references/promotion-rules.md to filter candidate content.
  3. Decide the correct target in the global layer:
  • cross-project state that is still currently effective -> {GLOBAL_MEMORY_ROOT}/current.md
  • long-lived stable rules -> {GLOBAL_MEMORY_ROOT}/spec/*.md
  • ongoing cross-project topics -> {GLOBAL_MEMORY_ROOT}/topics/active//
  1. Update {GLOBAL_MEMORY_ROOT}/projects/index.md.
  2. When needed, write back 关联全局主题 into the current project's current.md.
  3. Run python3 scripts/validate_global_memory.py --project-root .
  4. Report what was promoted, what was rejected, and why it was rejected.

Must Reject

  • today's progress log from a single project
  • project-only file paths, branch names, or temporary directories
  • unconfirmed guesses or exploratory judgments
  • local constraints that only matter inside one project
  • content containing sensitive information unless sharing permission is explicit

Validation

  • the global directory and core files must exist
  • current.md must keep its fixed headings
  • projects/index.md must contain the current project entry
  • linked global topics must really exist
  • global spec/ and current.md must not accidentally contain machine-specific absolute project paths

Report Back

  • which global files were updated
  • which project topic links were added or updated
  • which candidate items were rejected and why
  • validation result

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.