← Back to list

chain-list
by advpropsys
Self hosted Claude Code shared memory & artifact storage in ~1k LOC.
⭐ 18🍴 1📅 Jan 17, 2026
SKILL.md
name: chain-list description: List all available chains with their link counts. Use to discover existing chains before loading or creating new ones.
Chain List - Show Available Chains
List all chains stored in tinymem with metadata.
Usage
/chain-list
/chain-list [search-query]
Instructions
-
Get Chains:
- No query → use
tinymem_chain_listto get all chains - With query → use
tinymem_chain_searchfor fuzzy matching
- No query → use
-
Present Results - Show each chain with:
- Chain name
- Number of links
- Match score (if searched)
Output Format
## Available Chains
| Chain | Links | Last Activity |
|-------|-------|---------------|
| auth-feature | 5 | 2024-01-15 |
| api-refactor | 3 | 2024-01-14 |
| bug-fix-123 | 2 | 2024-01-10 |
Use `/chain-load [name]` to restore context from a chain.
Use `/chain-link [name] [slug]` to add a new checkpoint.
Examples
User: /chain-list
→ Shows all chains
User: /chain-list auth
→ Shows chains matching "auth" with relevance scores
Score
Total Score
50/100
Based on repository quality metrics
✓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
Reviews
💬
Reviews coming soon