AgentSkillsCN

chain-list

列出所有可用链及其链接数量。在加载或创建新链之前用于发现现有链。

SKILL.md
--- frontmatter
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

code
/chain-list
/chain-list [search-query]

Instructions

  1. Get Chains:

    • No query → use tinymem_chain_list to get all chains
    • With query → use tinymem_chain_search for fuzzy matching
  2. Present Results - Show each chain with:

    • Chain name
    • Number of links
    • Match score (if searched)

Output Format

code
## 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