Agent Plugins Marketplace
All plugins

literature-publication

v0.1.1

Literature synthesis, evidence-bounded academic writing, editable research diagrams, and manuscript review without installing study-design procedures.

CodexClaude Code4 Skills

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

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add literature-publication@agent-plugin-marketplace

Paste 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-plugins

Clone 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

packs/workflows/literature-publication/
├── .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

literature-reviewskills/literature-review/SKILL.md

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.

markdown-mermaid-writingskills/markdown-mermaid-writing/SKILL.md

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.

peer-reviewskills/peer-review/SKILL.md

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.

writing-skillskills/writing-skill/SKILL.md

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

packs/workflows/literature-publication/.codex-plugin/plugin.json
{
  "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."
  }
}
packs/workflows/literature-publication/.claude-plugin/plugin.json
{
  "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"
}

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)