retarget-journal

3
flonatflonat

Retarget a paper to a different journal. Renames folders, swaps bib files, updates citation keys, reformats to target requirements, and compiles to verify.

194 days ago

insights-deck

3
flonatflonat

Generate timestamped Claude Code insights report and Beamer presentation. Runs /insights, archives HTML, then builds a rhetoric-driven deck from the findings.

194 days ago

init-project

3
flonatflonat

Bootstrap a new research project. Interview for details, scaffold directory structure, create an Overleaf symlink, initialize git, and create project context files.

194 days ago

quarto-deck

3
flonatflonat

Generate Reveal.js HTML presentations from Markdown. Applies rhetoric principles (assertion titles, one idea per slide, narrative arc). Best for teaching, informal talks, and web-shareable decks.

194 days ago

project-safety

3
flonatflonat

Set up safety rules and folder structures for research projects. Prevent accidental data loss when Claude reorganizes files.

194 days ago

insights-deck

3
flonatflonat

Generate timestamped Claude Code insights report and Beamer presentation. Runs /insights, archives HTML, then builds a rhetoric-driven deck from the findings.

194 days ago

Project Deck

3
flonatflonat

Create presentation decks to communicate project status. For supervisor meetings, coauthor handoffs, or documenting progress.

194 days ago

system-audit

3
flonatflonat

Run parallel system audits across skills, hooks, agents, rules, bibliographies, conventions, and documentation freshness. Report-only — never modifies files.

194 days ago

pipeline-manifest

3
flonatflonat

Build a pipeline manifest mapping scripts to inputs, outputs, and paper figures/tables. Optionally add structured headers to scripts.

194 days ago

lessons-learned

3
flonatflonat

Structured, blameless post-mortem process for incidents, mistakes, or stalled sessions. Converts problems into systematic improvements (skills, guards, docs, hooks). Use when something went wrong or when stakeholders ask 'how do we prevent this?'.

194 days ago

code-archaeology

3
flonatflonat

Systematically review and understand old code, data, and analysis files. For reviving old projects, auditing inherited code, or preparing for R&R.

194 days ago

pre-submission-report

3
flonatflonat

Run all quality checks and produce a single dated report before submission or sharing.

194 days ago

sync-notion

3
flonatflonat

Sync the current project's state to the central context library and Notion. Updates projects/_index.md, current-focus.md, and the Research Pipeline database entry.

194 days ago

Project Deck

3
flonatflonat

Create presentation decks to communicate project status. For supervisor meetings, coauthor handoffs, or documenting progress.

194 days ago

update-project-doc

3
flonatflonat

Update a project's own documentation (CLAUDE.md, README.md, docs/*.md) to reflect its current state. Detects stale file trees, timestamps, counts, and next steps.

194 days ago

quarto-deck

3
flonatflonat

Generate Reveal.js HTML presentations from Markdown. Applies rhetoric principles (assertion titles, one idea per slide, narrative arc). Best for teaching, informal talks, and web-shareable decks.

194 days ago

beamer-deck

3
flonatflonat

Generate academic Beamer presentations with multi-agent review. Builds original themes, applies rhetoric principles, iterates until zero warnings.

194 days ago

Project Safety

3
flonatflonat

Set up safety rules and folder structures for research projects. Prevent accidental data loss when Claude reorganizes files.

194 days ago

python-env

3
flonatflonat

Python environment management with uv. ALWAYS use uv for package management, never pip directly. Triggers: "install package", "create venv", "set up Python". Not for running scripts — just use `uv run python`.

194 days ago

creation-guard

3
flonatflonat

Pre-flight duplicate check before creating new skills or agents. Prevents duplicates and suggests iterations. MUST be invoked before writing any new artifact definition.

194 days ago

process-reviews

3
flonatflonat

Process referee comments from a reviews PDF into standardised tracking files: comment tracker, review analysis, and LaTeX verbatim transcription.

194 days ago

latex

3
flonatflonat

LaTeX document compilation and management. When Claude needs to compile LaTeX documents (.tex files) for papers, presentations, or other academic content.

194 days ago

literature

3
flonatflonat

Academic literature discovery, synthesis, and bibliography management. Find papers, verify citations, create .bib files, download PDFs, and synthesize literature narratives. Includes OpenAlex API integration for structured scholarly queries.

194 days ago

insights-deck

3
flonatflonat

Generate timestamped Claude Code insights report and Beamer presentation. Runs /insights, archives HTML, then builds a rhetoric-driven deck from the findings.

194 days ago

literature

3
flonatflonat

Academic literature discovery, synthesis, and bibliography management. Find papers, verify citations, create .bib files, download PDFs, and synthesize literature narratives. Includes OpenAlex, Scopus, and Web of Science API integration for structured scholarly queries.

194 days ago

pipeline-manifest

3
flonatflonat

Build a pipeline manifest mapping scripts to inputs, outputs, and paper figures/tables. Optionally add structured headers to scripts.

194 days ago

Project Safety

3
flonatflonat

Set up safety rules and folder structures for research projects. Prevent accidental data loss when Claude reorganizes files.

194 days ago

Multi-Perspective

3
flonatflonat

Explore a research question from multiple independent perspectives with diverse epistemic priors. Spawns parallel agents with distinct disciplinary lenses, then synthesises findings.

194 days ago

update-focus

3
flonatflonat

Update current-focus.md with a structured session summary. Preserves the document's rich structure: weekly focus, session history rotation, open loops, mental state. Use at end of work sessions or when the stop hook nudges.

194 days ago

system-audit

3
flonatflonat

Run parallel system audits across skills, hooks, agents, rules, bibliographies, conventions, and documentation freshness. Report-only — never modifies files.

194 days ago

update-project-doc

3
flonatflonat

Update a project's own documentation (CLAUDE.md, README.md, docs/*.md) to reflect its current state. Detects stale file trees, timestamps, counts, and next steps. Includes a leanness audit: flags CLAUDE.md > 200 lines, sections > 15 lines of reference material, and SKILL.md > 300 lines — with auto-extraction to docs/ or references/.

194 days ago

interview-me

3
flonatflonat

Interactive interview to formalise a research idea into a structured specification with hypotheses and empirical strategy. Conversational — asks questions one at a time. Triggers: 'help me formalise this idea', 'develop my research question'. Not for literature search — use /literature.

194 days ago

save-context

3
flonatflonat

$6f

194 days ago

humanizer

3
flonatflonat

Remove signs of AI-generated writing from text. Use when editing or reviewing text to make it sound more natural and human-written. Based on Wikipedia's comprehensive "Signs of AI writing" guide. Detects and fixes patterns including: inflated symbolism, promotional language, superficial -ing analyses, vague attributions, em dash overuse, rule of three, AI vocabulary words, negative parallelisms, and excessive conjunctive phrases.

194 days ago

latex-autofix

3
flonatflonat

LaTeX compilation with autonomous error resolution. Build artifacts go to out/, PDF is copied back to source directory. Parses logs, auto-fixes known errors (missing packages, font conflicts, citation issues, bad paths, stale cache), and runs citation audit on success.

194 days ago

session-recap

3
flonatflonat

End-of-session checklist. Checks for uncommitted changes, offers to update focus, project docs, context, and session log. Replaces the old stop hook.

194 days ago

init-project

3
flonatflonat

Bootstrap a new research project. Interview for details, scaffold directory structure, create Overleaf symlink, initialise git, and create project context files.

194 days ago

update-project-doc

3
flonatflonat

Update a project's own documentation (CLAUDE.md, README.md, docs/*.md) to reflect its current state. Detects stale file trees, timestamps, counts, and next steps.

194 days ago

learn

3
flonatflonat

Extract reusable knowledge from the current session into a persistent skill. Use when you discover something non-obvious, create a workaround, or develop a multi-step workflow that future sessions would benefit from.

194 days ago

research-ideation

3
flonatflonat

Generate structured research questions, testable hypotheses, and empirical strategies from a topic or dataset. Produces 3–5 ranked questions with identification strategies.

194 days ago

code-archaeology

3
flonatflonat

Systematically review and understand old code, data, and analysis files. For reviving old projects, auditing inherited code, or preparing for R&R.

194 days ago

validate-bib

3
flonatflonat

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. Read-only in standard mode.

194 days ago

validate-bib

3
flonatflonat

Cross-reference \cite{} keys against .bib files or embedded \bibitem entries. Finds missing, unused, and typo'd citation keys. Read-only — never edits files.

194 days ago

learn

3
flonatflonat

Extract reusable knowledge from the current session into a persistent skill. Use when you discover something non-obvious, create a workaround, or develop a multi-step workflow that future sessions would benefit from.

194 days ago

system-audit

3
flonatflonat

Run parallel system audits across skills, hooks, agents, rules, bibliographies, conventions, and documentation freshness. Report-only — never modifies files.

194 days ago

LaTeX

3
flonatflonat

LaTeX document compilation and management. Use when Claude needs to compile LaTeX documents (.tex files) for papers, presentations, or other academic content.

194 days ago

pipeline-manifest

3
flonatflonat

Build a pipeline manifest mapping scripts to inputs, outputs, and paper figures/tables. Optionally add structured headers to scripts.

194 days ago

LaTeX

3
flonatflonat

LaTeX document compilation and management. When Claude needs to compile LaTeX documents (.tex files) for papers, presentations, or other academic content.

194 days ago