Skip to main content
GitHub repository

nestbrain

nestbrain contains 4 collected skills from mikegazzaruso, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
4
Stars
10
updated
2026-06-05
Forks
1
Occupation coverage
1 occupation categories · 100% classified
repository explorer

Skills in this repository

nestbrain-ask
software-developers

Query the user's NestBrain knowledge base from inside Claude Code, using natural language. Use whenever the user says variants of "cerca sulla mia knowledge …" / "search my knowledge …" / "what do I have in my knowledge about …" — with an optional project scope ("progetto X" / "project X"). Returns retrieved articles synthesized into a grounded answer with `[[wikilink]]` citations.

2026-06-05
promote-knowledge
software-developers

Capture an insight from the current conversation as a NestBrain knowledge atom — the escape hatch for things that aren't tied to a git commit (a Slack exchange, a doc-reading session, a design decision taken in chat). Triggered by natural-language phrases like "promuovi questo", "ricorda questo nella knowledge", "salva nella knowledge", "promote this", "remember this in the KB". Drafts the atom, shows it to the user, waits for OK/edits, then writes it to the pending review queue.

2026-06-05
end-session
software-developers

Close the current work session in the NestBrain workspace. Triggered when the user says "Arrivederci, Claude" or "Goodbye, Claude". Writes the session Summary, Next steps, Git snapshot, and updates per-project STATE.md files for every project touched during the session.

2026-04-13
start-session
software-developers

Start a new work session in the NestBrain workspace. Triggered when the user says "Buongiorno, Claude" or "Good morning, Claude". Creates a timestamped session file in Daily/, shows a recap of the previous session, and begins logging macro-tasks across the Projects touched during the session.

2026-04-13