← スキル一覧に戻る

knowverify
by conduit-ui
Claude Code plugin for Conduit knowledge management - capture and retrieve technical insights
⭐ 0🍴 0📅 2026年1月17日
SKILL.md
name: know:verify description: Verify know-plugin installation and show health status
Know Plugin Verification
Quick health check for whisper loop installation.
Run Verification
~/.claude/hooks/verify.sh
What Gets Checked
- Know CLI - Is the know command available?
- Hook Scripts - Are all 5 hooks installed and executable?
- Settings - Is settings.json configured with hooks?
- Environment - Is cloud sync configured?
- Knowledge Base - How many entries exist locally?
Expected Output
============================================
Know Plugin Verification
============================================
Machine: your-machine
1. Know CLI
[OK] Found: /path/to/know
2. Hook Scripts
[OK] common.sh
[OK] inject-knowledge.sh
[OK] knowledge-capture.sh
[OK] session-checkpoint.sh
3. Settings
[OK] Hooks: SessionStart, UserPromptSubmit, SessionEnd, PreCompact
4. Environment
[OK] Cloud sync enabled
5. Knowledge Base
[OK] 1234 entries
============================================
Passed: 9 | Failed: 0 | Warned: 0
============================================
Common Issues
| Issue | Solution |
|---|---|
| Know CLI not found | composer global require conduit-ui/knowledge |
| Hook missing | Re-run /know:install |
| Cloud sync disabled | Set PREFRONTAL_API_TOKEN in ~/.zshrc |
| Settings missing | Check ~/.claude/settings.json |
Manual Checks
# Check know version
know --version
# Check local entry count
know stats
# Test semantic search
know search "test query" --semantic --limit=1
スコア
総合スコア
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
レビュー
💬
レビュー機能は近日公開予定です