Add Claude Skill support, plugin manifests, and plugin folder updates

This commit is contained in:
KaifAhmad1
2026-04-08 22:24:09 +05:30
parent 47828cff0d
commit 79a980d956
30 changed files with 3303 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
{
"plugins": [
{
"name": "semantica-codex",
"description": "Semantica plugin for Codex: knowledge graph commands and analytics.",
"path": "."
}
]
}
+11
View File
@@ -0,0 +1,11 @@
{
"name": "semantica-codex",
"description": "Semantica plugin for Codex: knowledge graph commands, export capabilities, and reasoning workflows.",
"version": "0.1.0",
"author": {"name": "Semantica Contributors"},
"homepage": "https://github.com/Hawksight-AI/semantica",
"repository": "https://github.com/Hawksight-AI/semantica",
"platforms": ["codex"],
"keywords": ["semantica", "knowledge graph", "codex", "visualization", "reasoning", "extraction", "mcp"],
"license": "MIT"
}