一键导入
chain-load
Load a chain to restore context from previous work. Use anytime when working on related topics - proactively search and suggest relevant chains.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Load a chain to restore context from previous work. Use anytime when working on related topics - proactively search and suggest relevant chains.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
| name | chain-load |
| description | Load a chain to restore context from previous work. Use anytime when working on related topics - proactively search and suggest relevant chains. |
Load chain links to restore context. Can be used anytime, not just at session start.
/chain-load [chain-name]
/chain-load [search-query]
When working on a task, proactively check for relevant context:
tinymem_chain_search to find chains matching current work topictinymem_search to find individual memory segmentsSegments vs Chains:
tinymem_search + tinymem_gettinymem_chain_loadFind Chain:
tinymem_chain_loadtinymem_chain_search for fuzzy matchingtinymem_chain_list to show allLoad Chain Links - Call tinymem_chain_load:
chain_name: the chain to loadlimit: 5 (default, most recent links)Parse and Present Context - Extract from XML:
## Chain: [name] ([count] links)
### Latest: [slug] - [date]
<summary and next-steps from most recent link>
### Context
<key decisions and history from older links>
### Suggested Action
[Next step based on chain state]
User: /chain-load auth-feature
→ Loads auth-feature chain
User: /chain-load auth
→ Searches chains matching "auth"
User working on auth code (proactive): → Agent: "Found chain 'auth-feature' with 3 links. Load context?"
Save a work checkpoint to preserve context for multi-session projects. Use when pausing work on a feature, completing a milestone, or before ending a session.
List all available chains with their link counts. Use to discover existing chains before loading or creating new ones.