claudeindex
Marketplace

coscientist

coscientist

Stars

0

Forks

0

Plugins

4

Installation

1

Add the marketplace

/plugin marketplace add epireve/coscientist
2

Install plugins

/plugin

Run these commands in Claude Code to add this plugin to your environment. The marketplace must be added before you can install its plugins.

Details & Metadata

4

Plugins

0

Skills

0

Agents

Last Crawled

July 5, 2026

Plugins

Plugin

coscientist-deep-research

10-agent Expedition pipeline for end-to-end academic research. Discovers, triages, extracts, and synthesizes papers across Consensus, Semantic Scholar, and Google Scholar with three human-in-the-loop break points.

Plugin

coscientist-retraction-mcp

Stdio MCP server for retraction status + PubPeer comments. Wraps Crossref update-to / updated-by fields and PubPeer's public publication API. Pure-stdlib networking; no API keys required.

Plugin

coscientist-manuscript-mcp

Stdio MCP server: .docx / .tex / .md → structured AST. Extracts sections, citations (latex / pandoc / numeric / author-year), word count. Markdown + LaTeX paths are pure stdlib; .docx requires pandoc on PATH.

Plugin

coscientist-graph-query-mcp

Read-only stdio MCP over Coscientist's per-project citation / concept / author graph. Wraps lib/graph.py SQLite-adjacency tables and adds BFS shortest-path. Forward-compatible with the planned Kuzu backend migration.