Install
$ agentstack add skill-tonydzi-second-brain-starter-kit-chat-search ✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.
Security review
✓ PassedNo issues found. Passed automated security review. · v0.1.0 How review works →
- ✓ Prompt-injection patterns
- ✓ Secret / credential exfiltration
- ✓ Dangerous shell & filesystem operations
- ✓ Untrusted network calls
- ✓ Known-malicious package signatures
What it can access
- ✓ Network access No
- ✓ Filesystem access No
- ✓ Shell / process execution No
- ✓ Environment & secrets No
- ✓ Dynamic code execution No
From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.
Verified badge
Passed review? Show it. Paste this badge into your README, it links to the public security report.
Reliability & compatibility
Declared compatibility
Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.
We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.
How agent discovery & health will work →About
/chat-search — the book of chats (search inside old sessions)
A thin wrapper over $IMPORTS_ROOT/chat_search.py. Do NOT reimplement the logic — call the engine and show the result.
When
- "which chat did we discuss X in?", "have we already looked into this?", "find the old conversation about X".
- Before starting a new topic — check whether it was already dug into (the twin of RECALL).
What it is (and what it is NOT)
- It searches a separate session index
_brain_sessions.npy(21k+ chunks from_session-md\\.md), built bybrain_sessions_index.py. - It is NOT the essence index behind
/ask: raw chats are deliberately excluded from the sharp "mind" (the essence/evidence decision, 2026-06-26). This is the evidence layer — "where exactly it was discussed" — while/askanswers "what I think". - HUMAN chats only: service/robot sessions are filtered out at export time (a classifier + a cheap-model judge).
How to run
python "$IMPORTS_ROOT/chat_search.py" "query in your own words"
python "$IMPORTS_ROOT/chat_search.py" --machine LAPTOP-1 "query" # one machine only
python "$IMPORTS_ROOT/chat_search.py" -n 8 "query" # top-N (default 10)
Every hit: [rr=score] date · machine · topic + a snippet + the line ▶ continue: python continue_session.py .
Continue a chat you found
Copy the command from the hit (or use /resume-last for the most recent one). continue_session.py assembles a seed of the old chat into the clipboard — paste it into a new session.
Caveats (AK-47)
- The index is built at night (
run_session_archive.local.cmd→brain_sessions_index.py, incrementally). A fresh chat shows up after the nightly run; to force it:python brain_sessions_index.py. - Index missing / empty → the engine itself tells you
Run: python brain_sessions_index.py --full. - Reranker scores can be negative — what matters is the ORDER (top-1 = most relevant), not the sign.
- Siblings:
/ask(meaning across the vault),/search(exact words in Telegram/FB/ChatGPT),/resume-last(continue the latest).
About & contact
Built and battle-tested at Palo Alto AI Research Lab — a fleet of Claude Code machines running 24/7 as a second brain and synthetic cofounder. Every skill here survived real production use before publication.
- 📦 All 101 skills: https://github.com/tonydzi/second-brain-starter-kit
- 👤 Author: Anton Dziatkovskii — Telegram @tonydzi · WhatsApp +1 341 222 9178 · X @TonyStef_
- 🧪 Engineers: want to test-drive this setup? Message me — I hand out free starter seeds to engineers who test and report back. Custom skill requests welcome.
Source & license
This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.
- Author: tonydzi
- Source: tonydzi/second-brain-starter-kit
- License: MIT
Install and usage instructions live in the source repository linked above.
Reviews
No reviews yet, be the first.
Write a review
Versions
- v0.1.0 Imported from the upstream source.