Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة

verify-idea

النجوم١٢
التفرعات٢
آخر تحديث١٠ يونيو ٢٠٢٦ في ٠٢:٤٣

Semantic duplicate detection for Second Brain ideas. Distills input to core concept, runs `sb_embed.py verify` (embedding-based similarity, ~50ms), reads top candidates, and returns one of four verdicts: **DUPLICATE** (>0.85 similarity — exact same idea, point to existing file, skip creation), **OVERLAP** (0.70–0.85 — related but distinct, consider merging or linking), **NOT FOUND** (<0.70 — safe to create new file), **UNCERTAIN** (ambiguous matches — surface them to human for judgment). Falls back to grep for keyword precision when semantic search is ambiguous. Core rule: SEMANTIC match, not keyword match. Two ideas are duplicates when they propose the same unique insight, regardless of wording — shared keywords with different proposals do NOT count as duplicates. Called by the ingestion skills (e.g. /process-content, /ingest-example) before file creation. Also invoke directly when user asks "is this captured?", "do I have this?", "check for duplicates", "have I thought about this before?".

التثبيت

التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.

مستكشف الملفات
2 ملفات
SKILL.md
readonly