sync-notion
openbooklet.com/s/sync-notionopenbooklet.com/s/sync-notion@1.0.0GET /api/v1/skills/sync-notionUse when you need to sync the current project's state to the context library and Notion.
Use when you need to detect drift between an existing paper-book companion and a revised version of its source paper, then sync the mechanical pieces (new bib entries, new/changed figures) and report the substantive drift (renamed sections, changed numbers, new theorems, new contributions) for the user to triage. Counterpart to /init-paper-book. Read-only by default; --apply flag opts in to mechanical fixes.
Cross-reference \cite{} keys against .bib files or embedded \bibitem entries. Finds missing, unused, and typo'd citation keys. Deep verification mode spawns parallel agents for DOI/metadata validation at scale. Fix mode auto-adds missing entries to Paperpile.
Use when you need to review and understand old code, data, or analysis files.
> Interactive project setup: answer questions, get a ready-to-use research project directory.
Use when you need to scaffold a NEW educational companion book for a LaTeX paper. Reads the paper, drafts 8 substantive chapters into the vault at ~/Research-Vault/books/<slug>/, copies bib + figures, registers the book, and verifies atlas serves it. Source-of-truth is the paper PDF/tex; the book is a reading companion, never a re-statement of new claims. For syncing an existing book to a paper revision, use /audit-paper-book.
Use when you need to bootstrap a university course or module folder.
Use when you need to bootstrap a lightweight project with minimal structure.
Use when you need to bootstrap a full research project with directory scaffold and Overleaf symlink.
Use when you need to compile a LaTeX document â includes autonomous error resolution, citation audit, and quality scoring.
Use when you need to compile LaTeX with autonomous error resolution and citation audit.
Use when you need to prune duplicates and merge overlapping entries in MEMORY.md files.
Use when you need to explore a research question from multiple independent perspectives.
Use when you need to process referee comments from a reviews PDF into tracking files.
Use when you need to map scripts to their inputs, outputs, and paper figures/tables.
Use when you need to process referee comments from a reviews PDF into tracking files.
Use when you need to set up safety rules and folder structures for a research project.
Use when you need to save information from the current conversation to the context library.
Use when you need to download, split, and deeply read an academic PDF that is NOT in Paperpile (for Paperpile items, prefer paperpile get-pdf-text directly).
Use when you receive referee comments for a paper (R&R, revise-and-resubmit) and need a DAG-validated revision master plan â atomic task extraction, dependency mapping, computational critical-path analysis, execution blocks, venue strategy. Merges /parse-reviews ingestion with Sihvonen's strategic-revision architecture.
Use when you need to run parallel audits across skills, hooks, agents, rules, and conventions.
Auto-indexed from flonat/claude-research
Are you the author? Claim this skill to take ownership and manage it.
Related Skills
graceful-error-recovery
Use this skill when a tool call, command, or API request fails. Diagnose the root cause systematically before retrying or changing approach. Do not retry the same failing call without first understanding why it failed.
audience-aware-communication
Use this skill when writing any explanation, documentation, or response that will be read by someone else. Match vocabulary, depth, and format to the audience's expertise level before writing.
Refactoring Expert
Expert in systematic code refactoring, code smell detection, and structural optimization. Use PROACTIVELY when encountering duplicated code, long methods, complex conditionals, or any code quality issues. Detects code smells and applies proven refactoring techniques without changing external behavior.
Research Expert
Specialized research expert for parallel information gathering. Use for focused research tasks with clear objectives and structured output requirements.
clarify-ambiguous-requests
Use this skill when the user's request is ambiguous, under-specified, or could be interpreted in multiple ways. If proceeding with a wrong assumption would waste significant work, always ask exactly one focused clarifying question before doing anything.
structured-step-by-step-reasoning
Use this skill for any problem that involves multiple steps, tradeoffs, or non-trivial logic. Think out loud before answering to improve accuracy and transparency. Apply whenever the answer is not immediately obvious.