Agent Plugins Marketplace
All plugins

full-research-cycle

v1.0.1

Compatibility entry point for the complete research cycle; installs the focused research-design and literature-publication packs as declared dependencies.

CodexClaude Code1 Skill

By Evidence LabLicense: MIT0 GitHub starsUpdated 2 hours ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
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 full-research-cycle@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/full-research-cycle/.

Plugin files

packs/workflows/full-research-cycle/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/full-research-cycle-router/SKILL.md

Included Skills1

full-research-cycle-routerskills/full-research-cycle-router/SKILL.md

Explain the complete Evidence Lab workflow bundle and confirm that the researcher wants both research design and literature or publication support. Use only when the researcher explicitly asks for the full research cycle; focused planning, review, or writing requests should load the narrower pack directly.

Plugin manifests2

packs/workflows/full-research-cycle/.codex-plugin/plugin.json
{
  "name": "full-research-cycle",
  "description": "Compatibility entry point for the complete research cycle; installs the focused research-design and literature-publication packs as declared dependencies.",
  "version": "1.0.1",
  "author": {
    "name": "Evidence Lab"
  },
  "keywords": [
    "full-research-cycle-compatibility"
  ],
  "homepage": "https://github.com/timsmykov/evidence-lab-plugins",
  "repository": "https://github.com/timsmykov/evidence-lab-plugins",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "Full Research Cycle",
    "shortDescription": "Install the complete research workflow.",
    "longDescription": "Compatibility entry point that installs the focused research-design and literature-publication packs together.",
    "developerName": "Evidence Lab",
    "category": "Research",
    "capabilities": [
      "Research",
      "Write"
    ],
    "defaultPrompt": "Help me continue my research from its current stage."
  }
}
packs/workflows/full-research-cycle/.claude-plugin/plugin.json
{
  "name": "full-research-cycle",
  "description": "Compatibility entry point for the complete research cycle; installs the focused research-design and literature-publication packs as declared dependencies.",
  "version": "1.0.1",
  "author": {
    "name": "Evidence Lab"
  },
  "keywords": [
    "full-research-cycle-compatibility"
  ],
  "homepage": "https://github.com/timsmykov/evidence-lab-plugins",
  "repository": "https://github.com/timsmykov/evidence-lab-plugins",
  "license": "MIT"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[full-research-cycle on Agent Plugins Marketplace](https://pluginsmp.com/plugins/full-research-cycle)