By liush2yuxjtu
Team knowledge sharing plugin — silently upload/pull Claude Code insights, traps and lessons learned. LAN teammates share discoveries so others won't repeat the same mistakes.
Run Haiku to automatically digest recent Claude Code session logs into team insights. Trigger when user says "digest my sessions", "run nightly digest", "生成今日心得", "digest", "自动分析"
Query the team insights database for relevant lessons. Trigger when user asks about a problem, says "any insights on X?", "what traps exist for Y?", "X 有什么坑", "帮我查一下"
Sync insights with LAN teammates. Trigger when user says "sync with teammates", "pull insights", "push insights", "同步心得", "拉取队友", "同步"
Upload a Claude Code insight, trap or lesson learned to the team shared knowledge base. Trigger when user says "I hit a trap", "I discovered this works better", "share my finding", "记录这个坑", "分享心得", "我发现", "踩坑了"
Uses power tools
Uses Bash, Write, or Edit tools
Own this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimOwn this plugin?
Verify ownership to unlock analytics, metadata editing, and a verified badge. GitHub access is read-only (username + org membership).
Sign in to claimBased on adoption, maintenance, documentation, and repository signals. Not a security audit or endorsement.
╔═══════════════════════════════════════════════════════════╗
║ insights-share — Team Claude Code Knowledge Plugin ║
║ 前人踩坑,后人不再踩 ║
╚═══════════════════════════════════════════════════════════╝
LAN 团队共享 Claude Code 心得陷阱 plugin。静默上传/拉取,让前人的坑成为后人的路标。
uploader @ LAN IP,追溯可信# Clone to Claude Code plugins directory
git clone <repo-url> ~/.claude/plugins/insights-share
# Or link from development location
ln -s /path/to/insights-share ~/.claude/plugins/insights-share
Create ~/.claude-team/config/teammates.json:
{
"teammates": [
{ "name": "Alice", "ip": "192.168.1.101" },
{ "name": "Bob", "ip": "192.168.1.102" }
]
}
Ensure ~/.ssh/config allows passwordless rsync to teammate IPs.
# Add to crontab
0 0 * * * bash ~/.claude-team/scripts/haiku-digest.sh
Requires ANTHROPIC_API_KEY environment variable.
| Skill | Trigger | Description |
|---|---|---|
/upload-insight | "记录这个坑"、"share my finding" | 一句话上传 insight |
/digest-insights | "digest my sessions"、"生成今日心得" | Haiku 自动分析 |
/sync-insights | "sync with teammates"、"同步心得" | LAN rsync 同步 |
/query-insights | "X 有什么坑"、"帮我查一下" | 搜索相关 insight |
| Event | Action |
|---|---|
SessionStart | 静默从 LAN 队友拉取 index |
UserPromptSubmit | 自动搜索并推荐相关 insights |
insight-router agent: 分析用户 prompt,路由到相关 insights,自动推荐。
~/.claude-team/insights/index.json)[{
"id": "uuid",
"name": "Don't mock database in integration tests",
"uploader": "alice",
"uploader_ip": "192.168.1.101",
"when_to_use": "Integration tests with real database",
"description": "Mocks passed but prod migration failed. Always use real DB for integration tests.",
"content_hash": "abc123...",
"raw_hashes": ["raw1", "raw2"],
"created_at": "2026-04-27T10:00:00Z"
}]
~/.claude-team/insights/raw/${RAW_HASH}.json){
"original_message": "用户原始描述...",
"uploader": "alice",
"uploader_ip": "192.168.1.101",
"created_at": "2026-04-27T10:00:00Z"
}
~/.claude-team/
├── config/
│ └── teammates.json # 队友 IP 配置
├── insights/
│ ├── index.json # 主索引
│ ├── index-hourly/ # 每小时快照
│ └── raw/ # 原始内容
└── cache/
├── peer-indexes/ # 队友 index 缓存
└── query_cache.json # 查询缓存
# 手动查询
~/.claude-team/scripts/query-insights.sh "Python asyncio"
# 清空查询缓存
rm ~/.claude-team/cache/query_cache.json
# 手动拉取队友 insights
~/.claude-team/scripts/rsync-pull.sh
# 手动推送本地 insights
~/.claude-team/scripts/rsync-push.sh
jqrsync with SSH key-based auth to teammatescurl (for Haiku digest)ANTHROPIC_API_KEY (for Haiku digest)MIT
npx claudepluginhub liush2yuxjtu/insights-share-lan局域网 insights-share:topic 中心 Good/Bad 并列卡片的静默回灌 + 管理面板。M5 已交付:插件深度重命名 insights-wiki -> insights-share、plugins/<name>/ 布局、share-* 命令与 agent、[share ...] 徽章。
Team-wide insight sharing for Claude Code instances. v0.2 adds the full Approach-B architecture: silent Stop-hook capture into per-session buffers, two-layer PII filter (regex + haiku) with Gate-0 corpus benchmark, GitHub mirror repo storage with per-repo PAT auth, sub-500ms hot-path retrieval with embedding fallback, and /insight-rate + /insight-flush skills.
局域网 insights-share:topic 中心 Good/Bad 并列卡片的静默回灌 + 管理面板。M5 已交付:插件深度重命名 insights-wiki -> insights-share、plugins/<name>/ 布局、share-* 命令与 agent、[share ...] 徽章。M6/M7 交付:latency_cache + early-exit + async hook + SessionStart prefetch + parallel search/adapter(cache-hit p95=1ms)。
Starter skeleton for a new talk-html-powered project. Replace name + description + journey with your own. Generated from LiuShiyuMath/talk-html-plugin v0.4.0.
Ultra-compressed communication mode. Cuts ~75% of tokens while keeping full technical accuracy by speaking like a caveman.
Multi-model consensus engine integrating OpenAI Codex CLI, Gemini CLI, and Claude CLI for collaborative code review and problem-solving.
Curate auto-memory, promote learnings to CLAUDE.md and rules, extract proven patterns into reusable skills.
Comprehensive UI/UX design plugin for mobile (iOS, Android, React Native) and web applications with design systems, accessibility, and modern patterns
Memory compression system for Claude Code - persist context across sessions