← スキル一覧に戻る

knowsync
by conduit-ui
Claude Code plugin for Conduit knowledge management - capture and retrieve technical insights
⭐ 0🍴 0📅 2026年1月17日
SKILL.md
name: know:sync description: Sync knowledge between local machine and cloud
Knowledge Sync
Synchronize knowledge entries between local SQLite and Prefrontal cloud.
Quick Sync
# Two-way sync (push local, pull remote)
know sync
# Push local to cloud only
know sync --push
# Pull cloud to local only
know sync --pull
Requirements
Set your API token in ~/.zshrc:
export PREFRONTAL_API_TOKEN='your-token'
Check Sync Status
# Local entry count
know stats
# Compare with cloud (if available)
know sync --dry-run
Sync Behavior
| Direction | What Happens |
|---|---|
--push | Uploads local entries to cloud |
--pull | Downloads cloud entries to local |
| (default) | Push then pull (two-way merge) |
Automatic Sync
The whisper loop automatically syncs on:
- SessionEnd - When you close Claude Code
- PreCompact - Before context compaction
To verify auto-sync is configured:
jq '.hooks.SessionEnd' ~/.claude/settings.json
Cross-Machine Workflow
- Machine A creates knowledge → auto-pushes on session end
- Machine B starts session → auto-pulls latest
- Both machines stay in sync automatically
Troubleshooting
Sync fails with auth error?
# Check token is set
echo $PREFRONTAL_API_TOKEN
# Test API connectivity
curl -H "Authorization: Bearer $PREFRONTAL_API_TOKEN" \
https://your-api/api/knowledge/entries
Entries not syncing?
# Check hook logs
tail -20 ~/.claude/hooks/session-checkpoint.log
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です