Agent Plugins Marketplace
All plugins

groq-and-review

v1.0.0

Groq provider + a review skill + a lint hook

Agent Plugins1 Skill1 MCP serverstdio

By Instagent TeamLicense: Apache-2.00 GitHub starsUpdated 2 days ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 skill or MCP entries
Source updated
Sep 21, 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

Get the plugin

git clone https://github.com/zhy0216/instagent

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is tests/fixtures/manifest/valid/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

tests/fixtures/manifest/valid/
├── plugin.json
├── skills/review/SKILL.md
└── mcp.json

Included Skills1

reviewskills/review/SKILL.md

Review the current diff

MCP servers1

everythingstdio
command
npx
args
-y @modelcontextprotocol/server-everything
cwd
${PLUGIN_ROOT}

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

tests/fixtures/manifest/valid/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "groq-and-review",
  "version": "1.0.0",
  "description": "Groq provider + a review skill + a lint hook",
  "author": {
    "name": "Instagent Team",
    "email": "[email protected]"
  },
  "homepage": "https://instagent.dev/plugins/groq-and-review",
  "repository": "https://github.com/instagent/groq-and-review",
  "license": "Apache-2.0",
  "keywords": [
    "groq",
    "review"
  ],
  "extensions": {
    "dev.instagent": {
      "minKernel": "0.1"
    },
    "com.example.tools": {
      "anything": true
    }
  }
}

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

[groq-and-review on Agent Plugins Marketplace](https://pluginsmp.com/plugins/groq-and-review)