pikakit 3.9.110 โ 3.9.112
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/README.md +4 -43
- package/package.json +1 -1
- package/packages/pikakit-extension/pikakit.vsix +0 -0
package/README.md
CHANGED
|
@@ -1,18 +1,17 @@
|
|
|
1
1
|
<div align="center">
|
|
2
2
|
|
|
3
|
-
#
|
|
3
|
+
# ๐ค PikaKit โ FAANG-Grade AI Operating System
|
|
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
|
-
[](https://github.com/pikakit/agent-skills)
|
|
10
9
|
[](https://github.com/pikakit/agent-skills)
|
|
11
10
|
[](https://github.com/pikakit/agent-skills)
|
|
12
11
|
|
|
13
12
|
**Composable Skills ยท Coordinated Agents ยท Intelligent Execution**
|
|
14
13
|
|
|
15
|
-
[Install](#-quick-install) ยท [Skills](#-skills-catalog-51) ยท [Workflows](#-workflows-18) ยท [
|
|
14
|
+
[Install](#-quick-install) ยท [Skills](#-skills-catalog-51) ยท [Workflows](#-workflows-18) ยท [Website](https://pikakit.com)
|
|
16
15
|
|
|
17
16
|
</div>
|
|
18
17
|
|
|
@@ -32,7 +31,6 @@ npx pikakit
|
|
|
32
31
|
|--------------------|:-----------:|-------------------------------------------------------------------------|
|
|
33
32
|
| ๐งฉ **Skills** | 51 | Architecture, Frontend, Backend, Security, DevOps, AI, Mobile, Testing |
|
|
34
33
|
| โก **Workflows** | 18 | `/think` ยท `/build` ยท `/autopilot` ยท `/studio` ยท `/validate` and more |
|
|
35
|
-
| ๐ค **Agents** | 21 | 16 domain specialists + 5 meta-agents for coordination |
|
|
36
34
|
| ๐ **Rules** | `GEMINI.md` | AI behavior configuration โ the Supreme Law |
|
|
37
35
|
| ๐ ๏ธ **Scripts** | 6 | Checklist, verify, preview, session management |
|
|
38
36
|
| ๐ป **CLI** | `kit` | Skill management ยท `agent` (optional interactive dashboard) |
|
|
@@ -67,7 +65,6 @@ Create **project-specific skills** that teach AI your conventions
|
|
|
67
65
|
| Feature | PikaKit | Generic AI | Other Tools |
|
|
68
66
|
|--------------------------------|:-----------------:|:-------------:|:-------------:|
|
|
69
67
|
| โก Auto-Accept Workflow | โ
| โ | โ |
|
|
70
|
-
| ๐ค Multi-Agent Coordination | 21 specialists | 1 generic | 1โ3 |
|
|
71
68
|
| ๐ง Self-Learning Memory | โ
| โ | โ |
|
|
72
69
|
| ๐ 100% JavaScript | โ
| Mixed | Python |
|
|
73
70
|
| ๐ก๏ธ Safety Protocol | TIER -1 | โ | โ |
|
|
@@ -237,42 +234,6 @@ kit doctor # System health check
|
|
|
237
234
|
|
|
238
235
|
---
|
|
239
236
|
|
|
240
|
-
## ๐ค Multi-Agent Coordination (21)
|
|
241
|
-
|
|
242
|
-
> **16 domain specialists + 5 meta-agents** working together like a FAANG engineering team.
|
|
243
|
-
|
|
244
|
-
### ๐ง Meta-Agents (Runtime Control)
|
|
245
|
-
|
|
246
|
-
| Agent | Role |
|
|
247
|
-
|--------------------|-----------------------------------------------------|
|
|
248
|
-
| `orchestrator` | Strategic coordination & execution order |
|
|
249
|
-
| `assessor` | Risk evaluation before risky operations |
|
|
250
|
-
| `recovery` | State management & checkpoint/restore |
|
|
251
|
-
| `critic` | Conflict resolution between agents |
|
|
252
|
-
| `learner` | Continuous improvement from outcomes |
|
|
253
|
-
|
|
254
|
-
### ๐ฅ Domain Agents (16)
|
|
255
|
-
|
|
256
|
-
| Domain | Agent | Key Skills |
|
|
257
|
-
|--------------------|----------------------------|----------------------------------------|
|
|
258
|
-
| ๐จ Frontend | `frontend` | react-pro, tailwind-kit, studio |
|
|
259
|
-
| โ๏ธ Backend | `backend` | api-architect, nodejs-pro |
|
|
260
|
-
| ๐๏ธ Database | `database` | data-modeler |
|
|
261
|
-
| ๐ Security | `security` / `pentest` | security-scanner, offensive-sec |
|
|
262
|
-
| ๐งช Testing | `testing` / `qa` | test-architect, e2e-automation |
|
|
263
|
-
| โ๏ธ DevOps | `devops` | cicd-pipeline, server-ops |
|
|
264
|
-
| ๐ฑ Mobile | `mobile` | mobile-developer, mobile-design |
|
|
265
|
-
| ๐ Debug | `debug` | debug-pro |
|
|
266
|
-
| โก Performance | `perf` | perf-optimizer |
|
|
267
|
-
| ๐ Planning | `planner` / `lead` | project-planner, idea-storm |
|
|
268
|
-
| ๐ Documentation | `docs` | doc-templates |
|
|
269
|
-
| ๐ SEO | `seo` | seo-optimizer |
|
|
270
|
-
| ๐ฎ Game Dev | `gamedev` | game-development |
|
|
271
|
-
| ๐ญ Exploration | `explorer` | knowledge-graph |
|
|
272
|
-
| ๐๏ธ Legacy | `legacy` | migration patterns |
|
|
273
|
-
| ๐ก Product | `product-lead` | requirements, UX |
|
|
274
|
-
|
|
275
|
-
---
|
|
276
237
|
|
|
277
238
|
## ๐ก๏ธ Safety Protocol (TIER -1)
|
|
278
239
|
|
|
@@ -399,7 +360,7 @@ Proprietary โ See [LICENSE](LICENSE) for details.
|
|
|
399
360
|
|
|
400
361
|
<div align="center">
|
|
401
362
|
|
|
402
|
-
|
|
363
|
+
**๐ค PikaKit v3.9.110**
|
|
403
364
|
|
|
404
365
|
*Composable Skills ยท Coordinated Agents ยท Intelligent Execution*
|
|
405
366
|
|
package/package.json
CHANGED
|
Binary file
|