pikakit 3.9.113 โ 3.9.117
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/LICENSE +1 -1
- package/README.md +6 -4
- package/package.json +3 -3
- package/packages/pikakit-extension/pikakit.vsix +0 -0
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
|
|
5
5
|
### Transform your AI Agent into a FAANG-level engineering team
|
|
6
6
|
|
|
7
|
-
[](https://www.npmjs.com/package/pikakit)
|
|
8
8
|
[](https://github.com/pikakit/agent-skills)
|
|
9
9
|
[](https://github.com/pikakit/agent-skills)
|
|
10
10
|
[](https://github.com/pikakit/agent-skills)
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
npx pikakit
|
|
24
24
|
```
|
|
25
25
|
|
|
26
|
-
> One command installs **51 skills**, **18 workflows**, and a complete AI operating system into your project.
|
|
26
|
+
> One command installs **51 skills**, **18 workflows**, and a complete FAANG-grade AI operating system into your project.
|
|
27
27
|
|
|
28
28
|
### What You Get
|
|
29
29
|
|
|
@@ -69,6 +69,8 @@ Create **project-specific skills** that teach AI your conventions
|
|
|
69
69
|
| ๐ 100% JavaScript | โ
| Mixed | Python |
|
|
70
70
|
| ๐ก๏ธ Safety Protocol | TIER -1 | โ | โ |
|
|
71
71
|
| ๐ Token Efficiency | Modular loading | Baseline | Varies |
|
|
72
|
+
| ๐ FAANG-Grade Telemetry | โ
| โ | โ |
|
|
73
|
+
| ๐ Multi-language (EN/VI) | โ
| โ | โ |
|
|
72
74
|
|
|
73
75
|
---
|
|
74
76
|
|
|
@@ -297,7 +299,7 @@ your-project/
|
|
|
297
299
|
โ โ โโโ autopilot.md
|
|
298
300
|
โ โ โโโ ...
|
|
299
301
|
โ โ
|
|
300
|
-
โ โโโ agents/ #
|
|
302
|
+
โ โโโ agents/ # Specialist Agents
|
|
301
303
|
โ โ โโโ frontend.md
|
|
302
304
|
โ โ โโโ backend.md
|
|
303
305
|
โ โ โโโ security.md
|
|
@@ -360,7 +362,7 @@ Proprietary โ See [LICENSE](LICENSE) for details.
|
|
|
360
362
|
|
|
361
363
|
<div align="center">
|
|
362
364
|
|
|
363
|
-
**๐ค PikaKit v3.9.
|
|
365
|
+
**๐ค PikaKit v3.9.115**
|
|
364
366
|
|
|
365
367
|
*Composable Skills ยท Coordinated Agents ยท Intelligent Execution*
|
|
366
368
|
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pikakit",
|
|
3
|
-
"version": "3.9.
|
|
4
|
-
"description": "PikaKit โ Install 51 skills, 18 workflows
|
|
5
|
-
"license": "
|
|
3
|
+
"version": "3.9.117",
|
|
4
|
+
"description": "PikaKit FAANG-Grade AI Operating System โ Install 51 skills, 18 workflows.",
|
|
5
|
+
"license": "Proprietary",
|
|
6
6
|
"author": "pikakit <pikakit@gmail.com>",
|
|
7
7
|
"homepage": "https://github.com/pikakit/pikakit",
|
|
8
8
|
"repository": {
|
|
Binary file
|