用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/aaronjmars/aeon --skill memory-flush命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Write a publication-ready article in one of three angles - a trending long-form piece, a watched-repo thesis, or a project-through-a-lens essay. Optional Replicate hero image with --visual.
Curated trending across GitHub repos and the Hugging Face Hub (models, datasets, spaces) - filtered, clustered, and labeled by momentum with a one-line why-notable per pick.
Crypto market scanner and single-token analyst - movers scans top winners/losers/trending or on-chain runners with pump-risk flags; single-token produces a verdict-first deep report for one token.
基于 SOC 职业分类
正在显示 SKILL.md
| type | Skill |
| name | Memory Flush |
| category | core |
| description | Promote important recent log entries into MEMORY.md and prune stale ones |
| var | |
| tags | ["meta"] |
${var} — Topic to focus on. If empty, flushes all recent activity.
If ${var} is set, only flush entries related to that topic.
Read memory/MEMORY.md for current memory state.
Read the last 3 days of memory/logs/ for recent activity.
Skip if already recorded.
a. Open Improvement PRs section: Run gh pr list --state open --search "improve:" --json number,title,url and compare against any "Open Improvement PRs" section in MEMORY.md.
memory/topics/skills-history.md to keep MEMORY.md under ~50 lines.memory/topics/<topic>.md instead.## Heading already exists anywhere in MEMORY.md — if it does, update that section in place. Never prepend a duplicate heading.Do NOT rewrite the whole file — make targeted additions and removals.
memory/logs/${today}.mdLog what you promoted or removed.
If nothing worth promoting or removing, log MEMORY_FLUSH_OK and end.
gh pr list uses the gh CLI's built-in auth — no curl env-var expansion. All other work is local file I/O against memory/.
memory/topics/.## Heading — update in place.