Files
cursor__plugins/agent-compatibility/.cursor-plugin/plugin.json
ericzakariasson f006be721c Refine agent-compatibility naming and docs
Make the plugin read cleanly in public by clarifying score labels, tightening marketplace copy, and aligning the skill and agent names with the review flow.

Made-with: Cursor
2026-03-25 14:22:16 +01:00

33 lines
810 B
JSON

{
"name": "agent-compatibility",
"displayName": "Agent Compatibility",
"version": "1.0.0",
"description": "CLI-backed repo compatibility scans plus Cursor agents that audit startup, validation, and docs against reality.",
"author": {
"name": "Cursor",
"email": "plugins@cursor.com"
},
"homepage": "https://github.com/cursor/plugins/tree/main/agent-compatibility",
"repository": "https://github.com/cursor/plugins",
"license": "MIT",
"logo": "assets/avatar.png",
"keywords": [
"agent-compatibility",
"agents",
"compatibility",
"cursor-plugin",
"repo-audit",
"startup",
"validation"
],
"category": "developer-tools",
"tags": [
"agents",
"compatibility",
"quality",
"workflow"
],
"skills": "./skills/",
"agents": "./agents/"
}