-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkimi.plugin.json
More file actions
31 lines (31 loc) · 889 Bytes
/
Copy pathkimi.plugin.json
File metadata and controls
31 lines (31 loc) · 889 Bytes
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
{
"name": "terraphim-skills-intro",
"description": "Search code, capture learning, and retrieve memory with Terraphim command-line tools.",
"version": "0.2.3",
"author": {
"name": "Terraphim AI",
"email": "engineering@terraphim.ai"
},
"homepage": "https://terraphim-skills.md/",
"repository": "https://github.com/terraphim/terraphim-cursor-plugin",
"license": "Apache-2.0",
"keywords": [
"terraphim",
"code-search",
"learning",
"memory",
"knowledge-graph",
"developer-tools"
],
"skills": [
"./skills/terraphim-grep",
"./skills/terraphim-agent-learn",
"./skills/terraphim-agent-memory"
],
"interface": {
"displayName": "Terraphim Skills Introduction",
"shortDescription": "Local search, learning, and memory workflows",
"developerName": "Terraphim AI",
"websiteURL": "https://terraphim-skills.md/"
}
}