claude-code-flonat
Academic research writing, review, and reproducibility workflows
All Skills in This Repository (38)
Pure Emerald Level Indicatorsinit-project-research
Initialize a research project with directory scaffolding, seed files, Git, and Notion sync.
multi-perspective
Spawn parallel agents with distinct disciplinary lenses to synthesize research findings.
latex-health-check
Compile LaTeX projects with latexmk and auto-fix errors.
quarto-deck
Generate Reveal.js HTML presentations from Markdown files using reveal-md.
lessons-learned
Run structured post-mortems to identify root causes and encode preventive measures.
init-project
Scaffold a standardized research project directory with Git initialization.
code-archaeology
Map legacy code pipelines and document findings for academic projects.
update-project-doc
Update project documentation files to reflect the current project state.
devils-advocate
Challenge research assumptions and identify argument weaknesses through adversarial critique.
system-audit
Audit AI system components for inconsistencies, broken links, and undocumented items.
consolidate-memory
Consolidates MEMORY.md files by pruning duplicates, merging overlaps, and removing stale knowledge.
update-focus
Update current-focus.md with structured session summaries and open loops.
Frequently Asked Questions
FAQPage SchemaHow to install claude-code-flonat?โผ
Run `npx skills add flonat/claude-code-flonat --all -g -y` in your terminal to install all skills and agents globally.
How to check a paper before journal submission?โผ
Run the pre-submission-report skill, which gates on compilation, citation integrity, anonymity, venue guideline compliance, and up to 14 parallel reviewer agents before you submit.
Can it verify my paper matches my code?โผ
Yes. The code-paper-auditor and artifact-coherence-auditor agents map every quantitative claim in your manuscript to the scripts and outputs that produced it.
Does it work with both Claude Code and Codex?โผ
Yes. The framework is client-neutral: the same skills, agents, and rules render into adapters for Claude Code and Codex from one canonical source.
Can it help respond to peer reviewer comments?โผ
Yes. The strategic-revision and review-response skills parse referee reports, classify each comment, build a dependency-checked revision plan, and scaffold the rebuttal letter.
Related Repositories in Education & Research
View All in Education & Researchโlearn-claude-code
Learn to build AI agent harnesses from scratch
ai-agents-for-beginners
Learn to build, deploy, and secure AI agents step by step
33-js-concepts
Master 33 essential JavaScript concepts with tested, verified guides