Skip to content

Releases: flonat/flonat-research

v0.2.1 — prune stale skills from starter kit

Choose a tag to compare

@flonat flonat released this 31 May 13:19

Patch release — cleans up the public starter kit.

Fixes

  • Removed 11 stale/renamed skill directories that were shipping in 0.2.0 (e.g. old validate-bib → now bib-validate, consolidate-memorymemory-cleanup, parse-reviewssynthesise-reviews, plus the deprecated sync-notion). These caused duplicate/old-name skills to appear under ~/.claude/skills/ after install.
  • Sync hardening: the public-sync script now prunes orphaned skill directories (renamed/removed skills) instead of leaving them behind, so this class of drift can't recur.

Public kit is now 51 skill directories (49 catalogued + the public-only init-project + shared modules), 15 agents, 18 rules, 9 hooks.

Install

npx flonat-research

v0.2.0 — expanded skills, agents & rules

Choose a tag to compare

@flonat flonat released this 31 May 13:10

Claude Code infrastructure for academic research — skills, agents, hooks, and rules for LaTeX, bibliography, proofreading, research design, and project management workflows.

Highlights since v0.1.0

Coverage: 61 skills · 15 agents · 18 auto-loaded rules · 9 hooks.

New agents: code-review, blindspot, claim-verify, code-paper-auditor, fatal-error-check, gemini-research, codex-research, artifact-coherence-auditor, reproducibility-auditor.

New rules: doi-verification, mark-unverified, no-hardcoded-results, python-uv, severity-gradient, latex-hygiene, paper-code-consistency, subagent-write-guard, spec-before-quality, audit-before-fix.

New skill families: bibliography (bib-parse, bib-coverage, bib-filter), LaTeX scaffolding (latex-scaffold, latex-template), document formats (docx, pdf, xlsx), research design (causal-design, experiment-design, synthetic-data), writing voice (voice-analyzer, voice-editor), and paper-book companions.

Packaging fix: corrected the npm package name and repository URL to flonat-research so npx flonat-research resolves correctly.

Install

npx flonat-research

Or clone for full customisation:

git clone https://github.com/flonat/claude-research.git
cd claude-research
./scripts/setup.sh

v0.1.0

v0.1.0 Pre-release
Pre-release

Choose a tag to compare

@flonat flonat released this 05 Apr 18:16

Initial pre-release — Claude Code infrastructure for academic research.

Includes:

  • 38 skills (LaTeX, bibliography, proofreading, literature, project management)
  • 6 agents (peer review, paper critique, domain review)
  • 9 rules (scope discipline, design-before-results, plan-first)
  • 8 hooks (context loading, bibliography protection, session lifecycle)
  • Context library templates and workflows
  • Multi-source bibliography MCP server config