Agent Plugins Marketplace
All plugins

agent-council

v0.4.0

Check whether non-trivial engineering work needs Agent Council model routing and evidence gates.

CodexClaude Code1 Skill

By Mustafa Qasim1 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
1 skill or MCP entry
Source updated
Sep 22, 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 agent-council for Codex and Claude Code

Installs for the current user
codex plugin marketplace add mustafaqasim/agent-council
codex plugin marketplace upgrade agent-council
codex plugin add agent-council@agent-council

Paste and run these commands in a terminal with Codex. They add and refresh the agent-council catalog, then install this plugin.

Compatibility: the page URL and API slug “agent-council” remain stable.

  • Codex: agent-council@agent-plugin-marketplaceagent-council@agent-council

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/mustafaqasim/agent-council

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/agent-council/.

Plugin files

plugins/agent-council/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
└── skills/agent-council/SKILL.md

Included Skills1

agent-councilskills/agent-council/SKILL.md

Use before non-trivial engineering work such as debugging, implementation, refactoring, planning, architecture, integration, or code review. Check whether Council governance is warranted; open a case only for a qualifying risk trigger. Skip routine checks, formatting-only edits, and simple explanations.

Plugin manifests2

plugins/agent-council/.codex-plugin/plugin.json
{
  "name": "agent-council",
  "version": "0.4.0",
  "description": "Check whether non-trivial engineering work needs Agent Council model routing and evidence gates.",
  "author": {
    "name": "Mustafa Qasim"
  },
  "skills": "./skills/",
  "interface": {
    "displayName": "Agent Council",
    "shortDescription": "Check if complex work needs model-tier governance.",
    "longDescription": "Agent Council first performs a read-only applicability check for non-trivial engineering work. It opens a full Council case only when a qualifying risk trigger applies, then adds reusable model-tier routing, independent review, evidence collection, and fail-closed completion gates.",
    "developerName": "Mustafa Qasim",
    "category": "Productivity",
    "capabilities": [],
    "defaultPrompt": [
      "Use Agent Council to check this work for a qualifying risk trigger before opening a Council case."
    ]
  }
}
plugins/agent-council/.claude-plugin/plugin.json
{
  "name": "agent-council",
  "version": "0.4.0",
  "description": "Check whether non-trivial engineering work needs Agent Council model routing and evidence gates.",
  "author": {
    "name": "Mustafa Qasim"
  }
}

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

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