Stats
Actions
Tags
From insights-share
Sync insights with LAN teammates. Trigger when user says "sync with teammates", "pull insights", "push insights", "同步心得", "拉取队友", "同步"
How this skill is triggered — by the user, by Claude, or both
Slash command
/insights-share:sync-insightsThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Synchronize insights with teammates on the LAN.
Synchronize insights with teammates on the LAN.
When user says:
bash ~/.claude-team/scripts/rsync-pull.sh
index.json to ~/.claude-team/cache/peer-indexes/cat ~/.claude-team/cache/peer-indexes/*.index.jsonbash ~/.claude-team/scripts/rsync-push.sh
insights/ to all teammatesEdit ~/.claude-team/config/teammates.json:
{
"teammates": [
{ "name": "Alice", "ip": "192.168.1.101" },
{ "name": "Bob", "ip": "192.168.1.102" }
]
}
When pulling, if same content_hash exists locally:
raw_hashes indicate different solutions)index.json~/.ssh/config for key-based authCreates, edits, and optimizes skills for Claude Code, including drafting, evaluating with test prompts, iterating on performance, and improving skill descriptions for better triggering accuracy.
npx claudepluginhub liush2yuxjtu/insights-share-lan