-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathplugin.json
More file actions
40 lines (40 loc) · 1.49 KB
/
Copy pathplugin.json
File metadata and controls
40 lines (40 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"name": "hikmah-stack",
"version": "3.0.0",
"description": "Judgment and cognitive infrastructure for agentic AI: portable skills plus a deterministic Rust co-model kernel for memory, decisions, verification, and durable learning.",
"author": {
"name": "Juber Shaikh",
"url": "https://github.com/CodeWithJuber"
},
"homepage": "https://github.com/CodeWithJuber/hikmah-stack",
"repository": "https://github.com/CodeWithJuber/hikmah-stack",
"license": "MIT",
"keywords": [
"agent-skills",
"decision-making",
"ai-oversight",
"judgment",
"verification",
"strategy",
"ethics"
],
"skills": "./skills/",
"hooks": "./hooks/codex.json",
"interface": {
"displayName": "Hikmah Stack",
"shortDescription": "Judgment infrastructure for agentic AI",
"longDescription": "Six portable skills plus a deterministic Rust cognitive kernel for human judgment, AI failure diagnosis, TraceWeave memory, structured decisions, delivery verification, and cross-skill orchestration.",
"developerName": "Juber Shaikh",
"category": "Productivity",
"capabilities": [
"Reasoning",
"Workflow"
],
"websiteURL": "https://github.com/CodeWithJuber/hikmah-stack",
"defaultPrompt": [
"Use Hikmah Stack to structure this decision and expose uncertainty.",
"Use Agent Radar and Ship Guard to diagnose why this AI workflow keeps failing.",
"Use Cognitive Kernel to design persistent model-independent memory for this agent."
]
}
}