ソース情報
- リポジトリ
- aaronjmars/aeon
- ソースの最終更新活動
- 2026年7月8日 22:30
- 検出された SKILL.md の言語
- 英語
- スター
- 574
- フォーク
- 208
インストール方法
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
ソースファイルを確認
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
メニュー
デフォルトでは、最初にソースを確認する Prompt が選択されています。直接コマンドに切り替えるか、ローカルコピーをダウンロードすることもできます。
インストールを決める前に、SKILL.md と SkillsMP に表示されている付属ファイルをお読みください。
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
直接コマンドでは確認用 Prompt が省略されます。実行前にソースを確認してください。
npx skills add https://github.com/aaronjmars/aeon --skill memory-flushコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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.