Install
$ agentstack add skill-akin-lvyifang-codex-memory-lite-codex-memory-promote-global ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo 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.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
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 →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
- Read the current project's
.codex-memory/current.md, relatedspec/, andtasks/active/*/brief.md. - Use
references/promotion-rules.mdto filter candidate content. - 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//
- Update
{GLOBAL_MEMORY_ROOT}/projects/index.md. - When needed, write back
关联全局主题into the current project'scurrent.md. - Run
python3 scripts/validate_global_memory.py --project-root. - 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.mdmust keep its fixed headingsprojects/index.mdmust contain the current project entry- linked global topics must really exist
- global
spec/andcurrent.mdmust 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.
- Author: AKin-lvyifang
- Source: AKin-lvyifang/codex-memory-lite
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.