用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
直接命令不会经过审查 Prompt;运行前请先检查来源。
npx skills add https://github.com/theyoungastronauts/polaris --skill recall命令会保持在同一行。复制前请横向滚动并检查完整内容。
想先保存到本地?可下载 SkillsMP 当前能够提供的文件。
基于 SOC 职业分类
正在显示 SKILL.md
| name | recall |
| description | Load the project context scaffold (.claude/context/) at session start or for a specific task. |
| disable-model-invocation | true |
Load the project context scaffold (.claude/context/) at the start of a session, or for a specific task.
Scope: this skill loads the project context scaffold only. Cross-session session memory — the auto-memory
memory/MEMORY.mdindex — is loaded automatically by the harness at session start, so/recallcomplements it rather than being the whole session-start story.
Run /recall at the beginning of a session, especially when:
Also useful mid-session: /recall <task description> to load context relevant to a specific task.
Look for .claude/context/ROUTER.md.
If it doesn't exist: Check for .claude/architecture.md (monolithic fallback).
/intel to generate the full scaffold./intel to generate the context scaffold."If it exists: Continue to Step 2.
Read .claude/context/ROUTER.md to understand what context files are available.
No arguments → Overview mode:
/recall <task> to load context for a specific task, or /intel to refresh stale files."With task description → Targeted mode:
When matching a task description to the routing table:
| Task Keywords | Routes To |
|---|---|
| "plan", "scope", "design", "architect" | Planning / Scoping |
| "add", "build", "create", "implement", "feature" | Adding a Feature |
| "fix", "bug", "debug", "error", "broken" | Debugging / Fixing |
| "review", "PR", "check", "audit" | Code Review |
| "onboard", "understand", "explain", "context" | Onboarding / Context |
| "refactor", "clean", "reorganize", "migrate" | Refactoring |
If the task description doesn't clearly match, default to Onboarding / Context (load everything).
Overview mode:
## Project Context Summary
| File | Last Updated | Lines | Status |
|------|-------------|-------|--------|
| architecture.md | 2026-03-15 | 45 | Populated |
| decisions.md | 2026-03-15 | 32 | Populated |
| conventions.md | 2026-03-10 | 28 | Populated |
| patterns/api-endpoints.md | 2026-03-12 | 35 | Populated |
⚠ conventions.md not updated in 20 days — consider running `/intel` to refresh.
Use `/recall <task>` to load context for a specific task.
Targeted mode:
## Context for: [task description]
**Architecture:** [1-2 key facts]
**Conventions:** [relevant rules]
**Decisions:** [relevant constraints]
**Patterns:** [applicable patterns, if any]
This skill is designed to be lightweight. Do NOT:
The goal is to prime your context with the minimum needed to work effectively — not to replicate the scaffold in the conversation.