Skip to main content
مستودع GitHub

nestbrain

يحتوي nestbrain على 4 من skills المجمعة من mikegazzaruso، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
4
Stars
10
محدث
2026-06-05
Forks
1
التغطية المهنية
1 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

nestbrain-ask
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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
مطوّرو البرمجيات

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