@dezkareid/ai-team 1.12.0 → 1.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.agent-structurerc +17 -2
- package/gemini-extension.json +2 -2
- package/package.json +1 -1
package/.agent-structurerc
CHANGED
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
},
|
|
23
23
|
"frontend-tools": {
|
|
24
24
|
"name": "frontend-tools",
|
|
25
|
-
"version": "0.0
|
|
25
|
+
"version": "0.1.0",
|
|
26
26
|
"description": "Expert procedural guidance for frontend development (React, Next.js, etc.)"
|
|
27
27
|
},
|
|
28
28
|
"database-tools": {
|
|
@@ -94,6 +94,21 @@
|
|
|
94
94
|
"source": "skills/next-best-practices/SKILL.md",
|
|
95
95
|
"claude-plugin": "frontend-tools"
|
|
96
96
|
},
|
|
97
|
+
{
|
|
98
|
+
"name": "react-components",
|
|
99
|
+
"source": "skills/react-components/SKILL.md",
|
|
100
|
+
"claude-plugin": "frontend-tools"
|
|
101
|
+
},
|
|
102
|
+
{
|
|
103
|
+
"name": "styles-methodology",
|
|
104
|
+
"source": "skills/styles-methodology/SKILL.md",
|
|
105
|
+
"claude-plugin": "frontend-tools"
|
|
106
|
+
},
|
|
107
|
+
{
|
|
108
|
+
"name": "fsd-architecture",
|
|
109
|
+
"source": "skills/fsd-architecture/SKILL.md",
|
|
110
|
+
"claude-plugin": "frontend-tools"
|
|
111
|
+
},
|
|
97
112
|
{
|
|
98
113
|
"name": "supabase-postgres-best-practices",
|
|
99
114
|
"source": "skills/supabase-postgres-best-practices/SKILL.md",
|
|
@@ -102,7 +117,7 @@
|
|
|
102
117
|
],
|
|
103
118
|
"mainMcp": {
|
|
104
119
|
"claude-plugin": "company-context",
|
|
105
|
-
"version": "1.
|
|
120
|
+
"version": "1.13.1",
|
|
106
121
|
"package": "@dezkareid/ai-team",
|
|
107
122
|
"command": "npx",
|
|
108
123
|
"args": [
|
package/gemini-extension.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "dezkareid-ai-team",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.13.1",
|
|
4
4
|
"mcpServers": {
|
|
5
5
|
"chrome-devtools": {
|
|
6
6
|
"command": "npx",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
"command": "npx",
|
|
14
14
|
"args": [
|
|
15
15
|
"-y",
|
|
16
|
-
"@dezkareid/ai-team@1.
|
|
16
|
+
"@dezkareid/ai-team@1.13.1"
|
|
17
17
|
]
|
|
18
18
|
}
|
|
19
19
|
}
|