Back to list
conduit-ui

knowverify

by conduit-ui

Claude Code plugin for Conduit knowledge management - capture and retrieve technical insights

0🍴 0📅 Jan 17, 2026

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

  1. Know CLI - Is the know command available?
  2. Hook Scripts - Are all 5 hooks installed and executable?
  3. Settings - Is settings.json configured with hooks?
  4. Environment - Is cloud sync configured?
  5. 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

IssueSolution
Know CLI not foundcomposer global require conduit-ui/knowledge
Hook missingRe-run /know:install
Cloud sync disabledSet PREFRONTAL_API_TOKEN in ~/.zshrc
Settings missingCheck ~/.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

Score

Total Score

60/100

Based on repository quality metrics

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

Reviews

💬

Reviews coming soon