plugins marketplace
← All plugins

research-council

v0.1.6

Deep research across Claude and Codex in parallel with cross-pollination refinement

Claude Code

by Hamel HusainMIT108updated 5 months ago

Source

git clone https://github.com/hamelsmu/research-council

Clone the source, then follow the repository's marketplace instructions for your runtime. The repository root is the plugin root.

Layout

research-council/
└── .claude-plugin/plugin.json

Manifests1

.claude-plugin/plugin.json
{
  "name": "research-council",
  "version": "0.1.6",
  "description": "Deep research across Claude and Codex in parallel with cross-pollination refinement",
  "author": {
    "name": "Hamel Husain"
  },
  "repository": "https://github.com/hamelsmu/research-council",
  "license": "MIT",
  "keywords": [
    "deep-research",
    "multi-agent",
    "codex",
    "claude"
  ]
}