Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .github/plugin/marketplace.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,33 @@
"description": "Drive Microsoft AgentRC from Copilot chat: assess AI readiness, generate Copilot instructions (flat or nested with applyTo globs for monorepos), and manage policies. Produces a self-contained static HTML dashboard at reports/index.html.",
"version": "1.0.0"
},
{
"name": "agent-council",
"description": "A runtime-portable 5-agent quality gate that adjudicates text artifacts before they ship. Five role-conditioned LLM deliberators run a 2-round async protocol with cross-read rebuttal and return one verdict — SHIP, REVISE, or HOLD — plus a structured revision brief and a full audit transcript.",
"version": "0.1.3",
"author": {
"name": "Parth Sangani",
"url": "https://github.com/Avyayalaya"
},
"repository": "https://github.com/Avyayalaya/agent-council",
"license": "MIT",
"keywords": [
"quality-gate",
"multi-agent",
"adjudication",
"council",
"llm-as-judge",
"agent-orchestration",
"review",
"claude-code",
"mcp"
],
"source": {
"source": "github",
"repo": "Avyayalaya/agent-council",
"ref": "v0.1.3"
}
},
{
"name": "ai-ready",
"description": "Analyze any repository and generate AI-ready configuration — AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review patterns and creates files customized to your stack.",
Expand Down
27 changes: 27 additions & 0 deletions plugins/external.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,31 @@
[
{
"name": "agent-council",
"description": "A runtime-portable 5-agent quality gate that adjudicates text artifacts before they ship. Five role-conditioned LLM deliberators run a 2-round async protocol with cross-read rebuttal and return one verdict — SHIP, REVISE, or HOLD — plus a structured revision brief and a full audit transcript.",
"version": "0.1.3",
"author": {
"name": "Parth Sangani",
"url": "https://github.com/Avyayalaya"
},
"repository": "https://github.com/Avyayalaya/agent-council",
"license": "MIT",
"keywords": [
"quality-gate",
"multi-agent",
"adjudication",
"council",
"llm-as-judge",
"agent-orchestration",
"review",
"claude-code",
"mcp"
],
"source": {
"source": "github",
"repo": "Avyayalaya/agent-council",
"ref": "v0.1.3"
}
},
{
"name": "ai-ready",
"description": "Analyze any repository and generate AI-ready configuration — AGENTS.md, copilot-instructions.md, CI workflows, issue templates, and more. Mines your PR review patterns and creates files customized to your stack.",
Expand Down
Loading