From second-brain
Find related notes via semantic search and weave links. Stage 4 of the processing pipeline.
npx claudepluginhub technicalpickles/pickled-claude-plugins --plugin second-brainThis skill is limited to using the following tools:
Find related notes via semantic search (qmd) and weave forward/backward links.
Guides Next.js Cache Components and Partial Prerendering (PPR) with cacheComponents enabled. Implements 'use cache', cacheLife(), cacheTag(), revalidateTag(), static/dynamic optimization, and cache debugging.
Guides building MCP servers enabling LLMs to interact with external services via tools. Covers best practices, TypeScript/Node (MCP SDK), Python (FastMCP).
Generates original PNG/PDF visual art via design philosophy manifestos for posters, graphics, and static designs on user request.
Find related notes via semantic search (qmd) and weave forward/backward links.
See references/pipeline.md for stage definitions and status flow.
See references/connecting.md for the connection discovery algorithm.
A routed note with status: routed.
Check qmd availability:
which qmd
If not available, log "Skipped connections: qmd not available", set status: connected, and return.
Extract query terms from the note's title and body
Run semantic search:
qmd query "{terms}" -c {collection} -n 15 --json
Filter and rank per references/connecting.md:
If candidates found, present to human (when called by orchestrator):
For selected connections:
## Related section to the note with wiki-linksUpdate status to connected
## Related section added (if connections found)status: connected