flonat

60 mods across 1 repository, 130 stars between them.

compile-knowledge

25

flonat/flonat-research

Command Claude Code

Compile literature, meeting notes, session logs, and code findings into a structured per-project knowledge wiki. Use when project evidence is scattered across source records and needs synthesis into durable articles. Not for promoting existing articles into the global vault wiki; use $wiki-grow.

130 6d ago A 52 tokens original MIT

flonat/flonat-research

Command Claude Code

Scaffold, execute, analyse, and publish computational research experiments through a reproducible staged workflow. Use when a research question requires simulations or computational sweeps rather than a one-off script.

130 6d ago A 37 tokens original MIT

flonat/flonat-research

Command Claude Code

Replicate a quantitative analysis in a second language (R↔Python↔Stata↔Julia) and compare outputs for implementation errors. Use when an existing empirical result needs independent cross-language verification. Not for reviewing one implementation in place; use $code-suite.

130 6d ago A 54 tokens original MIT

data-analysis

28

flonat/flonat-research

Command Claude Code

Deliver an end-to-end analysis pipeline: EDA, estimation, or publication output. Use when the user requests an end-to-end analysis pipeline: EDA, estimation, or publication output.

130 6d ago A 38 tokens original MIT

devils-advocate

29

flonat/flonat-research

Command Claude Code

Adversarially challenge research assumptions, mechanisms, and arguments in writing. Use when stress-testing a claim or design before committing to it. Not for an interactive oral drill or a full referee report; use $grill-me or a review agent.

130 6d ago A 50 tokens original MIT

docs-consistency

30

flonat/flonat-research

Command Claude Code

Review user-facing documentation for accuracy, consistency, and completeness across private, public, nested repos, and the user manual. Use when docs feel stale, after major changes, or before sharing. (Replaces repo-doc-audit).

130 6d ago A 47 tokens original MIT

docx

31

flonat/flonat-research

Command Claude Code

Create, read, edit, or convert Microsoft Word documents while preserving professional document structure. Use when a .docx file is a primary input or requested output, including tracked changes, comments, images, headings, page furniture, or polished reports and letters. Not for PDFs, spreadsheets, Google Docs, or…

130 6d ago A 65 tokens original MIT

experiment-design

32

flonat/flonat-research

Command Claude Code

Design empirical studies through power analysis, pre-analysis planning, QSF parsing, and survey architecture. Use when specifying sampling, measurement, treatment, or analysis before data collection. Not for causal identification alone; use $causal-design.

130 6d ago A 46 tokens original MIT

grill-me

33

flonat/flonat-research

Command Claude Code

Run an interactive one-question-at-a-time oral drill for research defence or active-recall study, escalating around weak answers and ending with a study sheet. Use when the user asks to be grilled, quizzed, or prepared for a viva, job talk, seminar, or exam. Not for a written critique; use $devils-advocate or a review…

130 6d ago A 75 tokens original MIT

handoff

34

flonat/flonat-research

Command Claude Code

Create, accept, or update the persistent .context/ai-handoff.md state shared by AI sessions and machines. Use when continuing in a new Claude or Codex session, transferring work between clients, or recording ownership and restart state.

130 6d ago A 48 tokens original MIT

ideas

35

flonat/flonat-research

Command Claude Code

Capture and integrate improvement ideas for the shared Claude Code and Codex infrastructure. Use when recording an infrastructure enhancement for later review rather than implementing it immediately.

130 6d ago A 30 tokens original MIT

init-project-course

36

flonat/flonat-research

Command Claude Code

Bootstrap a university course or module folder with the canonical teaching structure, guidance, and starter files. Use when creating or migrating a course workspace. Not for checking an existing course without modifying it; use $audit-project-course.

130 6d ago A 44 tokens original MIT

init-project-light

37

flonat/flonat-research

Command Claude Code

Bootstrap a lightweight project with minimal guidance, context, and repository structure. Use when a small non-research project needs durable AI collaboration without the full research or course scaffold. Not for formal research projects; use $init-project-research.

130 6d ago A 47 tokens original MIT

flonat/flonat-research

Command Claude Code

Create or migrate project-level agents, repeatable project workflows, and planning state from one client-neutral contract, then render repository-scoped adapters for both Claude Code and Codex. Use when a research project needs role separation, project commands, formal phase tracking, or conversion from an existing…

130 6d ago A 71 tokens original MIT

insights-deck

39

flonat/flonat-research

Command Claude Code

Archive an exported Claude Code insights HTML report and turn it into a timestamped Beamer presentation usable from either client. Use when the insights export is the source artifact for a presentation. Not for a general research talk; use $talk-deck.

130 6d ago A 49 tokens original MIT

interview-me

40

flonat/flonat-research

Command Claude Code

Conduct an adaptive structured interview that elicits tacit knowledge, requirements, preferences, or decisions and summarizes them explicitly. Use when the needed information is in the user's head and cannot be recovered from project files. Not for adversarial oral examination; use $grill-me.

130 6d ago A 54 tokens original MIT

knowledge-lint

41

flonat/flonat-research

Command Claude Code

Lint an existing project knowledge base for contradictions, uncited claims, missing connections, stale articles, and orphaned concepts. Use when checking the integrity of already compiled knowledge before relying on or expanding it. Not for compiling raw sources; use $compile-knowledge.

130 6d ago A 52 tokens original MIT

latex-diff

42

flonat/flonat-research

Command Claude Code

Compare two LaTeX files, project directories, or Git revisions and produce human-readable plus machine-readable severity-graded semantic changes. Use when determining what changed between manuscript versions or preparing a revision audit bundle. Not for proofreading one version; use $proofread.

130 6d ago A 52 tokens original MIT

latex-health-check

43

flonat/flonat-research

Command Claude Code

Compile all LaTeX projects and report cross-project build consistency. Use when checking whether a collection of papers builds cleanly. Not for rendered visual inspection after a clean build; use $latex-polish.

130 6d ago A 41 tokens original MIT

latex-polish

44

flonat/flonat-research

Command Claude Code

Inspect a cleanly compiling LaTeX document for source pathologies and rendered visual defects by linting and viewing selected PDF pages. Use when compilation succeeds but title pages, floats, tables, figures, or layout still need publication-quality review. Not for basic compilation health; use $latex-health-check.

130 6d ago A 60 tokens original MIT

latex-posters

45

flonat/flonat-research

Command Claude Code

Create a large-format academic poster in LaTeX using beamerposter, tikzposter, or baposter. Use when the requested deliverable is a conference or research poster rather than sequential presentation slides. For slide decks, use $beamer-deck.

130 6d ago A 52 tokens original MIT

latex-scaffold

46

flonat/flonat-research

Command Claude Code

Convert an existing Markdown manuscript draft into a buildable LaTeX project with canonical structure and build configuration. Use when prose already exists but no LaTeX source tree does. Not for checking template drift in an existing project; use $latex-template.

130 6d ago A 50 tokens original MIT

latex-template

47

flonat/flonat-research

Command Claude Code

Compare a project's LaTeX preamble and conventions against the canonical working-paper template. Use when diagnosing template drift without converting venue formats or editing prose.

130 6d ago A 30 tokens original MIT

latex

48

flonat/flonat-research

Command Claude Code

Compile one specified LaTeX document, resolve build errors, audit citations, and report build quality. Use when a .tex source must be built or a concrete compilation failure repaired. Not for corpus-wide build checks, visual polish after a clean build, or creating a project; use $latex-health-check, $latex-polish, or…

130 6d ago A 72 tokens original MIT