-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathplugin.json
More file actions
30 lines (30 loc) · 761 Bytes
/
Copy pathplugin.json
File metadata and controls
30 lines (30 loc) · 761 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
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "lattice",
"version": "2.1.0",
"description": "Composable AI skills framework covering the full software delivery lifecycle — design, architecture, implementation, testing, and review.",
"author": {
"name": "Rahul Garg"
},
"homepage": "https://github.com/techygarg/lattice",
"repository": "https://github.com/techygarg/lattice",
"license": "MIT",
"keywords": [
"skills",
"sdlc",
"design-first",
"requirement-forge",
"design-blueprint",
"code-forge",
"code-review",
"bug-fix",
"refactoring",
"architecture",
"ddd",
"secure-coding",
"test-quality",
"clean-code",
"tdd",
"ai-workflow"
]
}