用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/ActiveMemory/ctx --skill ctx-next命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
Recall project context and present structured readback. Use when the user asks 'do you remember?', at session start, or when context seems lost.
End-of-session context persistence ceremony. Use when wrapping up a session to capture learnings, decisions, conventions, and tasks.
Recall project context and present structured readback. Use when the user asks 'do you remember?', at session start, or when context seems lost.
正在显示 SKILL.md
基于 SOC 职业分类
| name | ctx-next |
| description | Suggest what to work on next. Use when starting a session, finishing a task, or when unsure what to prioritize. |
Analyze current tasks and recent session activity, then suggest 1-3 concrete next actions with rationale.
/ctx-next
/ctx-next (just finished the auth refactor)
Do all of this silently: do not narrate the steps:
ctx journal source --limit 3
Rank candidate tasks using these criteria (in order):
#priority:high > #priority:medium
#priority:low> untagged
#blocked or listed under a
"Blocked" section#in-progress tasks should be resumed
before starting new ones (finishing > starting)[x] completed tasks[-] skipped tasks#blocked with no resolution pathPresent your recommendations like this:
1. [Task title or summary] #priority:X
[1-2 sentence rationale: why this, why now]
2. [Task title or summary] #priority:X
[1-2 sentence rationale]
3. [Task title or summary] (optional: only if genuinely useful)
[1-2 sentence rationale]
Based on N pending tasks across M phases. Last session: [topic] ([date]).
block-non-path-ctx hook" not
"work on hooks"Recommended Next
1. Fix
block-non-path-ctxhook#priority:highStill open from yesterday's session. The hook is too aggressive: it blocks
git -C pathcommands that don't invoke ctx. Quick fix, clears a blocker.2. Add
Context.File(name)method#priority:highEliminates 10+ linear scan boilerplate instances across 5 packages. High impact, low effort: good consolidation target.
3. Topics system (T1.1)
#priority:mediumJournal site's most impactful remaining feature. Metadata is already in place from the enrichment work.
Based on 24 pending tasks across 3 phases. Last session: doc-drift-cleanup (2026-02-11).
"You have many tasks. Here are some options:
- Do some stuff with hooks
- Maybe work on tests
- There's also some docs to write"
(Too vague, no priorities, no rationale, no connection to context.)
Before presenting recommendations, verify: