expert-council
v0.6.1Cost-aware dynamic Pi expert orchestration for substantial Codex tasks.
By Expert Council ContributorsLicense: MIT0 GitHub starsUpdated 2 weeks ago
Directory evidence
- Runtimes
- Codex
- Parsed components
- 2 skill or MCP entries
- Source updated
- Sep 8, 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 expert-council for Codex
codex plugin marketplace add Labiey/expert-council-router
codex plugin marketplace upgrade expert-council-router
codex plugin add expert-council@expert-council-routerPaste and run these commands in a terminal with Codex. They add and refresh the expert-council-router catalog, then install this plugin.
Compatibility: the page URL and API slug “expert-council” remain stable.
- Codex:
expert-council@agent-plugin-marketplace→expert-council@expert-council-router
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/Labiey/expert-council-routerClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is packages/codex-integration/plugin/expert-council/.
Plugin files
├── .codex-plugin/plugin.json├── skills/expert-council/SKILL.md└── .mcp.json
Included Skills1
Use the Pi expert council by default for substantial work — code review, architecture analysis, bug investigation, feature implementation, refactoring, repository exploration, test writing, or verification — whenever delegation saves Main Agent context, execution effort, or scarce-model quota. Engage it in every conversation turn where such work appears, including later turns; skip it only for trivial single-file lookups or one-line edits.
MCP servers1
- command
- node
- args
- dist/server.mjs
- cwd
- .
Plugin manifests1
{
"name": "expert-council",
"version": "0.6.1",
"description": "Cost-aware dynamic Pi expert orchestration for substantial Codex tasks.",
"author": {
"name": "Expert Council Contributors"
},
"license": "MIT",
"keywords": [
"multi-model",
"orchestration",
"pi",
"routing"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Expert Council",
"shortDescription": "Route bounded work to cost-effective Pi experts",
"longDescription": "Build and run small semantic expert teams using current Pi models, user billing policy, capability profiles, local reliability, least-privilege tools, and bounded escalation.",
"developerName": "Expert Council Contributors",
"category": "Developer Tools",
"capabilities": [
"Read",
"Write"
],
"defaultPrompt": [
"Build an expert council for this substantial task.",
"Delegate a read-only architecture review.",
"Use a verifier to check the expert changes."
],
"brandColor": "#4F46E5"
}
}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.
[expert-council on Agent Plugins Marketplace](https://pluginsmp.com/plugins/expert-council)