@jgamaraalv/ts-dev-kit 1.0.0 → 1.0.2
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.
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
"plugins": [
|
|
11
11
|
{
|
|
12
12
|
"name": "ts-dev-kit",
|
|
13
|
-
"source": "
|
|
13
|
+
"source": "./",
|
|
14
14
|
"description": "15 specialized agents and 14 skills for TypeScript fullstack development",
|
|
15
|
-
"version": "1.0.
|
|
15
|
+
"version": "1.0.2",
|
|
16
16
|
"author": {
|
|
17
17
|
"name": "jgamaraalv"
|
|
18
18
|
},
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> 15 specialized agents + 14 curated skills for TypeScript fullstack development
|
|
4
4
|
|
|
5
|
-
[](https://www.npmjs.com/package/ts-dev-kit)
|
|
5
|
+
[](https://www.npmjs.com/package/@jgamaraalv/ts-dev-kit)
|
|
6
6
|
[](LICENSE)
|
|
7
7
|
[](https://docs.anthropic.com/en/docs/claude-code)
|
|
8
8
|
|
|
@@ -87,8 +87,8 @@ claude plugin install ts-dev-kit --scope user
|
|
|
87
87
|
### Method 3: npm
|
|
88
88
|
|
|
89
89
|
```bash
|
|
90
|
-
npm install -g ts-dev-kit
|
|
91
|
-
claude --plugin-dir ./node_modules/ts-dev-kit
|
|
90
|
+
npm install -g @jgamaraalv/ts-dev-kit
|
|
91
|
+
claude --plugin-dir ./node_modules/@jgamaraalv/ts-dev-kit
|
|
92
92
|
```
|
|
93
93
|
|
|
94
94
|
### Method 4: Direct from GitHub
|