forked from XTSoftwareLabs/neatcontext-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkimi.plugin.json
More file actions
39 lines (39 loc) · 1.37 KB
/
Copy pathkimi.plugin.json
File metadata and controls
39 lines (39 loc) · 1.37 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
{
"name": "neatcontext",
"version": "0.3.5",
"description": "Save Kimi Code work as reusable, domain-aware context",
"keywords": [
"neatcontext",
"context",
"knowledge-management",
"grounding",
"mcp"
],
"author": {
"name": "XTSoftwareLabs"
},
"homepage": "https://github.com/XTSoftwareLabs/neatcontext-plugins",
"license": "MIT",
"skills": "./plugins/kimi-code/neatcontext/skills/",
"sessionStart": {
"skill": "using-neatcontext"
},
"skillInstructions": "For NeatContext workflows, use this plugin's neatcontext-* skills and preserve the Kimi session id injected into each skill. Run bundled JavaScript commands exactly as written with kimi __plugin_run_node; do not replace it with system node.",
"mcpServers": {
"neatcontext": {
"command": "node",
"args": [
"./plugins/kimi-code/neatcontext/src/kimi/mcp-bridge.mjs"
],
"cwd": "./"
}
},
"commands": "./plugins/kimi-code/neatcontext/commands/",
"interface": {
"displayName": "NeatContext",
"shortDescription": "Save Kimi Code work as reusable context",
"longDescription": "Extract durable knowledge from Kimi Code conversations, reconnect it in later sessions, and route each session to the right domain context.",
"developerName": "XTSoftwareLabs",
"websiteURL": "https://github.com/XTSoftwareLabs/neatcontext-plugins"
}
}