flonat/claude-research

78 stars · Last commit 2026-05-31

Shareable Claude Code infrastructure for PhD researchers — skills, agents, hooks, and rules for academic workflows

README preview

<!-- Governed by: skills/shared/project-documentation.md -->

# Claude Code for an Academic Researcher

Made by a humble PhD student. A complete Claude Code infrastructure for researchers — skills, agents, hooks, and rules for academic workflows. Built for researchers who write papers in LaTeX, manage bibliographies, run experiments, and want AI assistance that understands academic conventions.

Works on **macOS, Linux, and Windows**. Use Claude Code from the [terminal CLI](https://docs.anthropic.com/en/docs/claude-code), [VS Code](https://marketplace.visualstudio.com/items?itemName=anthropics.claude-code), [JetBrains IDEs](https://plugins.jetbrains.com/plugin/27189-claude-code), [the web](https://claude.ai/code), or the [desktop app](https://claude.ai/download) — all share the same skills, agents, and rules.

[![npm version](https://img.shields.io/npm/v/flonat-research)](https://www.npmjs.com/package/flonat-research)
[![GitHub release](https://img.shields.io/github/v/release/flonat/claude-research)](https://github.com/flonat/claude-research/releases)

## Installation

### Quick Install (npm)

```bash
npx flonat-research
```

This downloads the package and runs the setup script, which symlinks skills, agents, hooks, and rules into `~/.claude/`.

View full repository on GitHub →