From logseq-brain
Show a dashboard of all projects in the Claude Brain graph. Triggers: "brain status", "show projects", "show brain", "what's in my brain", "project dashboard", "brain overview", "list projects", "summary". Don't fire for loads (use brain-load) or saves (use brain-save).
npx claudepluginhub jame581/skillsmith --plugin logseq-brainThis skill uses the workspace's default tool permissions.
Display a quick dashboard of all projects in the Claude Brain graph — status, last activity, current focus, blockers.
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Checks Next.js compilation errors using a running Turbopack dev server after code edits. Fixes actionable issues before reporting complete. Replaces `next build`.
Guides code writing, review, and refactoring with Karpathy-inspired rules to avoid overcomplication, ensure simplicity, surgical changes, and verifiable success criteria.
Share bugs, ideas, or general feedback.
Display a quick dashboard of all projects in the Claude Brain graph — status, last activity, current focus, blockers.
Resolve the graph path per skills/_shared/path-resolution.md.
List all projects. Glob for pages/Projects___*.md in the graph folder. Extract project names.
Read each project page selectively using the section-targeted-read pattern in skills/_shared/section-locator.md. For the dashboard you only need:
status:: and last-updated:: properties (in the property block at offset 0, limit 10)## Current Plan (current focus)## Session Log (when last touched, with any open-questions::)Apply staleness rules. Use skills/_shared/staleness.md to flag stale or abandoned projects.
Read cross-project decisions. Check pages/Decisions.md for entries from the last 30 days.
Read Meta date. Check pages/Meta.md last-updated:: only — don't read the whole file.
Present the dashboard. For each project: name, status, staleness annotation (if any), current focus, open questions/blockers. Then: recent cross-project decisions, total counts.
Write a journey-log entry per skills/_shared/journey-log.md with activity line: viewed dashboard.
Here's your brain status:
**LogseqBrain** (active, last updated <yyyy-MM-dd>)
Currently: <first bullet of Current Plan>
No blockers.
**ChivalricQuest** (active, last updated <yyyy-MM-dd>)
Currently: No active plan yet.
No blockers.
2 projects tracked (2 active). No recent cross-project decisions.