@dezkareid/ai-team 1.6.0 → 1.7.0

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.
@@ -19,6 +19,11 @@
19
19
  "name": "web-quality",
20
20
  "version": "0.0.1",
21
21
  "description": "Skills for auditing and optimizing web quality (Performance, Accessibility, SEO, Core Web Vitals, Best Practices)"
22
+ },
23
+ "frontend-tools": {
24
+ "name": "frontend-tools",
25
+ "version": "0.0.1",
26
+ "description": "Expert procedural guidance for frontend development (React, Next.js, etc.)"
22
27
  }
23
28
  },
24
29
  "commands": [
@@ -68,12 +73,22 @@
68
73
  "name": "web-quality-audit",
69
74
  "source": "skills/web-quality-audit/SKILL.md",
70
75
  "claude-plugin": "web-quality"
76
+ },
77
+ {
78
+ "name": "react-best-practices",
79
+ "source": "skills/react-best-practices/SKILL.md",
80
+ "claude-plugin": "frontend-tools"
81
+ },
82
+ {
83
+ "name": "next-best-practices",
84
+ "source": "skills/next-best-practices/SKILL.md",
85
+ "claude-plugin": "frontend-tools"
71
86
  }
72
87
  ],
73
88
  "mcpServers": {
74
89
  "ai-team": {
75
90
  "claude-plugin": "company-context",
76
- "version": "1.6.0",
91
+ "version": "1.7.0",
77
92
  "package": "@dezkareid/ai-team",
78
93
  "command": "npx",
79
94
  "args": [
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "dezkareid-ai-team",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "mcpServers": {
5
5
  "ai-team": {
6
6
  "command": "npx",
7
7
  "args": [
8
8
  "-y",
9
- "@dezkareid/ai-team@1.6.0"
9
+ "@dezkareid/ai-team@1.7.0"
10
10
  ]
11
11
  }
12
12
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dezkareid/ai-team",
3
- "version": "1.6.0",
3
+ "version": "1.7.0",
4
4
  "description": "Repository for AI Team",
5
5
  "type": "module",
6
6
  "main": "index.js",