Agent Identity
A SOUL file that gives the agent a scientific voice, a USER profile that tracks who you are, and session memory that picks up yesterday's open threads automatically.
Six of Organon's 20+ skills, composed as one continuous workflow. Each stage routes to the right skill automatically, reads your research profile, and writes feedback back to learnings so the next session is sharper. Need a capability that doesn't exist yet? Organon proposes a new skill and scaffolds it on the fly.
Scripted replays of representative Organon sessions. Paper metadata in tab 1 is real, pulled live via the federated search MCP. Stats, DOIs, and publish flows in later tabs are realistic but illustrative.
Prefer a GUI? Organon ships with an optional Next.js dashboard that puts a UI on top of every sci-* skill. Same artifacts, same memory, same research profile — wired into a single multi-route workspace covering literature, hypothesis, data, figures, and drafts for one research project.
A single research thread walked through every route: federated literature search, the three-persona hypothesis council, CSV analysis with a stat picker, figure generation with mask edits, and the manuscript editor. Same skills as the terminal, surfaced as a visual workspace.
A SOUL file that gives the agent a scientific voice, a USER profile that tracks who you are, and session memory that picks up yesterday's open threads automatically.
Twenty-plus skills for literature search, statistics, hypothesis generation, writing, figures, and science communication. Add, remove, or author your own — each ships with its own methodology.
A research profile distilled from your papers, ORCID, and tool ecosystem. Every skill reads it before running, so outputs are tailored to your field, statistics, and writing style.
One command. Handles prerequisites, Python environment, skill dependencies, MCP servers, and the cron dispatcher. Safe to re-run any time.
git clone https://github.com/krmdel/organon.git
cd organon
bash scripts/install.sh
claude
On first launch, Organon runs an interactive onboarding that reads papers you drop into research_artifacts/ and builds your research profile.
Want the GUI dashboard too? After install, launch it with:
cd projects/briefs/organon-dashboard
npm install
npm run dev
Open http://localhost:8769 for the visual workspace. Same skills, same memory, same research profile — just a UI on top.
If Organon helps your research, please cite it.
@software{organon2026,
author = {Delikoyun, Kerem},
title = {Organon: An Agentic OS for Scientists},
year = {2026},
url = {https://github.com/krmdel/organon},
note = {Claude Code framework for literature search, data analysis,
hypothesis testing, and scientific writing}
}