Skip to main content
Ejecuta cualquier Skill en Manus
con un clic

verify-idea

Estrellas12
Forks2
Actualizado10 de junio de 2026 a las 02:43

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?".

Instalación

Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.

Explorador de archivos
2 archivos
SKILL.md
readonly