← スキル一覧に戻る

chain-load
by advpropsys
Self hosted Claude Code shared memory & artifact storage in ~1k LOC.
⭐ 18🍴 1📅 2026年1月17日
SKILL.md
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.
Chain Load - Load Work Context
Load chain links to restore context. Can be used anytime, not just at session start.
Usage
/chain-load [chain-name]
/chain-load [search-query]
Proactive Behavior
When working on a task, proactively check for relevant context:
- Use
tinymem_chain_searchto find chains matching current work topic - Use
tinymem_searchto find individual memory segments - Suggest loading relevant chains or segments to the user
Segments vs Chains:
- Segments (memories): Individual insights via
tinymem_search+tinymem_get - Chains: Full workflow context via
tinymem_chain_load
Instructions
-
Find Chain:
- If exact chain-name provided → use
tinymem_chain_load - If query provided → use
tinymem_chain_searchfor fuzzy matching - If nothing provided → use
tinymem_chain_listto show all
- If exact chain-name provided → use
-
Load Chain Links - Call
tinymem_chain_load:chain_name: the chain to loadlimit: 5 (default, most recent links)
-
Parse and Present Context - Extract from XML:
- Previous summaries
- Decisions with rationale
- Code changes history
- Outstanding issues
- Next steps
Output Format
## 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]
Examples
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?"
スコア
総合スコア
50/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
○LICENSE
ライセンスが設定されている
0/10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です