skills/phase-slideshow/SKILL.md
Phase guidance for the neuroflow /slideshow command. Loaded automatically when /slideshow is invoked to orient agent behavior, slide structure decisions, format selection, and audience calibration for presentation generation.
npx skillsauth add stanislavjiricek/neuroflow phase-slideshowInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
The slideshow phase generates a structured slide deck outline from .neuroflow/ contents — covering selected phases, analyses, figures, and key findings — ready to export as Markdown/reveal.js or a PowerPoint-compatible structured outline.
flow.md files to navigate .neuroflow/ rather than reading all content up frontneuroflow:neuroflow-core — read first; defines the command lifecycle and .neuroflow/ write rulesneuroflow:notebooklm — when the user says "use NotebookLM" or wants AI-narrated slides / an audio walkthrough of the slides, route the output to the notebooklm skill instead of (or in addition to) generating Markdown/reveal.js| Audience | Approach | |---|---| | Specialist (same field) | Include technical detail in methods; abbreviations are fine | | General neuroscience | Explain modality-specific methods briefly; avoid jargon in results | | Mixed | Lead with big-picture framing; keep methods to one slide; emphasise findings | | Non-scientists | One-sentence lay summary per section; no statistical notation without explanation |
| Talk length | Target slides | |---|---| | 5–10 min | 8–12 | | 15–20 min | 15–22 | | 30 min | 25–30 | | 45 min | 32–40 |
If the user asks for more slides than the heuristic suggests, comply but note that the pace may be tight.
title, author, date, theme--- separates horizontal slides; -- separates vertical sub-slides within a sectionwhite (light), black (dark), moon (dark, muted)[SLIDE][TITLE], [BULLET], [IMAGE: path/to/figure], [SPEAKER NOTE] markers[IMAGE: ...] markers with actual figure files.neuroflow/slideshow/slideshow-YYYY-MM-DD.md — confirm before writing-v2, -v3, etc./neuroflow:slideshow — runs this workflow as a slash command.
testing
This skill should be used whenever the user mentions BIDS, Brain Imaging Data Structure, BIDS conversion, BIDS validation, BIDS compliance, organizing neuroimaging data, dataset_description.json, participants.tsv, bids-validator, pybids, MNE-BIDS, or asks how to structure EEG/MEG/fMRI/iEEG/PET/DWI data for sharing or preprocessing. Also invoke when the user asks how to name scan files, what sidecar JSON fields are needed, how to set up derivatives/, or how to run fMRIPrep/MRIQC on their dataset. Invoke proactively during /data, /data-preprocess, and /data-analyze phases whenever the dataset structure is relevant to the task at hand.
tools
Phase guidance for the /meeting command. Covers meeting file structure, recurring templates, attendee resolution from profiles, Google Calendar MCP integration, agenda preparation with project context, and action-item-to-task conversion at all three levels (project, flowie, hive).
data-ai
Worker-critic agentic loop protocol — orchestrator coordinates a worker agent and a critic agent across up to 3 revision cycles to produce a vetted output for any phase.
development
Knowledge base skill — Karpathy-style LLM-maintained wiki at three levels (personal/flowie, project, team/hive). Handles ingest, query, lint, schema, and project-tagging workflows. Invoked by /flowie --wiki-* (personal), /wiki (project), /hive --wiki-* (team).