Agent Plugins Marketplace
All plugins

qualitative-research

v0.1.1

Traceable qualitative-text analysis using an explicit codebook, coded excerpts, reflexive notes, disagreements, and evidence-bounded thematic synthesis.

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 qualitative-research@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/qualitative-research/.

Plugin files

packs/workflows/qualitative-research/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/qualitative-analysis/SKILL.md

Included Skills1

qualitative-analysisskills/qualitative-analysis/SKILL.md

Develop and apply a traceable qualitative codebook to interviews, open-ended responses, field notes, or text corpora, preserving coded excerpts, reflexive notes, disagreements, and negative cases. Use for qualitative coding and thematic synthesis; do not substitute generic summarization or tabular statistics.

Plugin manifests2

packs/workflows/qualitative-research/.codex-plugin/plugin.json
{
  "name": "qualitative-research",
  "description": "Traceable qualitative-text analysis using an explicit codebook, coded excerpts, reflexive notes, disagreements, and evidence-bounded thematic synthesis.",
  "version": "0.1.1",
  "author": {
    "name": "Evidence Lab"
  },
  "keywords": [
    "qualitative-analysis"
  ],
  "homepage": "https://github.com/timsmykov/evidence-lab-plugins",
  "repository": "https://github.com/timsmykov/evidence-lab-plugins",
  "license": "MIT",
  "skills": "./skills/",
  "interface": {
    "displayName": "Qualitative Research",
    "shortDescription": "Analyse qualitative text with a visible coding trail.",
    "longDescription": "Supports codebook development, traceable excerpt coding, reflexive notes, disagreement handling, and themes bounded by the coded evidence.",
    "developerName": "Evidence Lab",
    "category": "Research",
    "capabilities": [
      "Research",
      "Analyze"
    ],
    "defaultPrompt": "Help me analyse this qualitative corpus with a traceable codebook."
  }
}
packs/workflows/qualitative-research/.claude-plugin/plugin.json
{
  "name": "qualitative-research",
  "description": "Traceable qualitative-text analysis using an explicit codebook, coded excerpts, reflexive notes, disagreements, and evidence-bounded thematic synthesis.",
  "version": "0.1.1",
  "author": {
    "name": "Evidence Lab"
  },
  "keywords": [
    "qualitative-analysis"
  ],
  "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.

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