Files
semantica/plugins/.cursor-plugin/plugin.json
T

25 lines
632 B
JSON

{
"name": "semantica-cursor",
"displayName": "Semantica Cursor Plugin",
"description": "Semantica plugin for Cursor: knowledge graph skills, reasoning, extraction, and visualization.",
"version": "0.1.0",
"author": {
"name": "Semantica Contributors"
},
"homepage": "https://github.com/Hawksight-AI/semantica",
"repository": "https://github.com/Hawksight-AI/semantica",
"license": "MIT",
"keywords": [
"semantica",
"knowledge graph",
"cursor",
"visualization",
"reasoning",
"extraction",
"mcp"
],
"skills": "./skills",
"agents": "./agents",
"hooks": "./hooks/hooks.json"
}