literature-publication
v0.1.1Literature synthesis, evidence-bounded academic writing, editable research diagrams, and manuscript review without installing study-design procedures.
By Evidence LabLicense: MIT AND Apache-2.00 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 4 skill or MCP entries
- Source updated
- Aug 27, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install plugin
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add literature-publication@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/timsmykov/evidence-lab-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packs/workflows/literature-publication/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/literature-review/SKILL.md├── skills/markdown-mermaid-writing/SKILL.md├── skills/peer-review/SKILL.md└── skills/writing-skill/SKILL.md
Included Skills4
Plan and conduct reproducible literature reviews with explicit search boundaries, documented screening decisions, structured evidence extraction, quality appraisal, synthesis, and verified citations. Use for systematic, scoping, rapid, or narrative reviews; use paper-lookup for a bounded paper search and writing-skill only after the evidence set is stable.
Create versionable Mermaid diagrams and apply consistent Markdown structure to research artefacts. Use for workflows, timelines, concept maps, architectures, screening flows, and other structural diagrams; use scientific-visualization for data-derived charts and writing-skill for prose drafting.
Prepare evidence-bounded, constructive peer-review drafts and structured manuscript assessments. Use for authorized review of scientific manuscripts, protocols, preprints, or research proposals; reporting-guideline selection; claim–evidence checks; methods, statistics, reproducibility, ethics, figure/table, and citation critique; or revision-response planning.
Create, rewrite, adapt, shorten, expand, audit, and polish evidence-bounded Russian or English text across academic, professional, essay, copywriting, and creative modes. Use when asked to draft or revise text, calibrate voice, turn notes into prose, or diagnose writing quality. Do not use for literature discovery, citation retrieval, peer review, statistical analysis, or document-file manipulation without a writing task.
Plugin manifests2
{
"name": "literature-publication",
"description": "Literature synthesis, evidence-bounded academic writing, editable research diagrams, and manuscript review without installing study-design procedures.",
"version": "0.1.1",
"author": {
"name": "Evidence Lab"
},
"keywords": [
"literature-review",
"academic-writing",
"peer-review",
"research-diagrams"
],
"homepage": "https://github.com/timsmykov/evidence-lab-plugins",
"repository": "https://github.com/timsmykov/evidence-lab-plugins",
"license": "MIT AND Apache-2.0",
"skills": "./skills/",
"interface": {
"displayName": "Literature and Publication",
"shortDescription": "Review literature and prepare a publication.",
"longDescription": "Supports literature synthesis, evidence-bounded academic writing, editable diagrams, peer review, and revision planning.",
"developerName": "Evidence Lab",
"category": "Research",
"capabilities": [
"Research",
"Write"
],
"defaultPrompt": "Help me review the evidence and prepare this work for publication."
}
}{
"name": "literature-publication",
"description": "Literature synthesis, evidence-bounded academic writing, editable research diagrams, and manuscript review without installing study-design procedures.",
"version": "0.1.1",
"author": {
"name": "Evidence Lab"
},
"keywords": [
"literature-review",
"academic-writing",
"peer-review",
"research-diagrams"
],
"homepage": "https://github.com/timsmykov/evidence-lab-plugins",
"repository": "https://github.com/timsmykov/evidence-lab-plugins",
"license": "MIT AND Apache-2.0"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[literature-publication on Agent Plugins Marketplace](https://pluginsmp.com/plugins/literature-publication)