-
Notifications
You must be signed in to change notification settings - Fork 51
Expand file tree
/
Copy pathplugin.json
More file actions
22 lines (22 loc) · 846 Bytes
/
plugin.json
File metadata and controls
22 lines (22 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "llmdoc",
"version": "2.0.0",
"description": "Doc-driven workflow with startup docs, reflections, update prompts, and reusable skills for Codex.",
"author": {
"name": "DJJ & Danniel",
"email": "shuaiqijianaho@qq.com",
"url": "https://github.com/TokenRollAI/llmdoc"
},
"homepage": "https://github.com/TokenRollAI/llmdoc",
"repository": "https://github.com/TokenRollAI/llmdoc",
"skills": "./skills/",
"interface": {
"displayName": "llmdoc",
"shortDescription": "Doc-driven coding workflow",
"longDescription": "Use startup docs, guides, reflections, and update prompts to improve coding quality and reduce repeated mistakes.",
"developerName": "TokenRoll",
"category": "Productivity",
"capabilities": ["Read", "Write"],
"websiteURL": "https://github.com/TokenRollAI/llmdoc"
}
}