pikakit 3.9.76 → 3.9.78
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 +9 -16
- package/package.json +2 -2
- package/packages/pikakit-extension/pikakit.vsix +0 -0
package/README.md
CHANGED
|
@@ -4,15 +4,15 @@
|
|
|
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
|
-
[](https://github.com/pikakit/agent-skills)
|
|
11
11
|
[](https://github.com/pikakit/agent-skills)
|
|
12
12
|
|
|
13
13
|
**Composable Skills · Coordinated Agents · Intelligent Execution**
|
|
14
14
|
|
|
15
|
-
[Install](#-quick-install) · [Skills](#-skills-catalog-67) · [Workflows](#-workflows-
|
|
15
|
+
[Install](#-quick-install) · [Skills](#-skills-catalog-67) · [Workflows](#-workflows-25) · [Agents](#-multi-agent-coordination-26) · [Docs](#-links)
|
|
16
16
|
|
|
17
17
|
</div>
|
|
18
18
|
|
|
@@ -24,14 +24,14 @@
|
|
|
24
24
|
npx pikakit
|
|
25
25
|
```
|
|
26
26
|
|
|
27
|
-
> One command installs **67 skills**, **
|
|
27
|
+
> One command installs **67 skills**, **25 workflows**, **26 agents**, and a complete AI operating system into your project.
|
|
28
28
|
|
|
29
29
|
### What You Get
|
|
30
30
|
|
|
31
31
|
| Component | Count | Highlights |
|
|
32
32
|
|-----------|:-----:|------------|
|
|
33
33
|
| **Skills** | 67 | Architecture, Frontend, Backend, Security, DevOps, AI, Mobile, Testing |
|
|
34
|
-
| **Workflows** |
|
|
34
|
+
| **Workflows** | 25 | `/think` · `/build` · `/autopilot` · `/studio` · `/validate` · and more |
|
|
35
35
|
| **Agents** | 26 | 21 domain specialists + 5 meta-agents for coordination |
|
|
36
36
|
| **Rules** | `GEMINI.md` | AI behavior configuration — the Supreme Law |
|
|
37
37
|
| **Scripts** | 6 | Checklist, verify, preview, session management |
|
|
@@ -228,7 +228,7 @@ kit doctor # System health check
|
|
|
228
228
|
|
|
229
229
|
---
|
|
230
230
|
|
|
231
|
-
## 📜 Workflows (
|
|
231
|
+
## 📜 Workflows (25)
|
|
232
232
|
|
|
233
233
|
| Command | Purpose | Agents |
|
|
234
234
|
|---------|---------|:------:|
|
|
@@ -256,8 +256,6 @@ kit doctor # System health check
|
|
|
256
256
|
| `/alert` | Alert rules & incident response | — |
|
|
257
257
|
| `/boost` | Enhance existing code | varies |
|
|
258
258
|
| `/pulse` | Project health dashboard | — |
|
|
259
|
-
| `/auto-accept-process` | Full autonomous workflow | all |
|
|
260
|
-
| `/think` | Ideation with alternatives | planner |
|
|
261
259
|
|
|
262
260
|
---
|
|
263
261
|
|
|
@@ -347,7 +345,6 @@ agent stats # View statistics
|
|
|
347
345
|
your-project/
|
|
348
346
|
├── .agent/
|
|
349
347
|
│ ├── GEMINI.md # AI Rules (Supreme Law)
|
|
350
|
-
│ ├── ARCHITECTURE.md # System Architecture
|
|
351
348
|
│ │
|
|
352
349
|
│ ├── skills/ # 67 Skills
|
|
353
350
|
│ │ ├── react-architect/
|
|
@@ -355,7 +352,7 @@ your-project/
|
|
|
355
352
|
│ │ ├── studio/
|
|
356
353
|
│ │ └── ...
|
|
357
354
|
│ │
|
|
358
|
-
│ ├── workflows/ #
|
|
355
|
+
│ ├── workflows/ # 25 Workflows
|
|
359
356
|
│ │ ├── think.md
|
|
360
357
|
│ │ ├── build.md
|
|
361
358
|
│ │ ├── autopilot.md
|
|
@@ -367,12 +364,8 @@ your-project/
|
|
|
367
364
|
│ │ ├── security.md
|
|
368
365
|
│ │ └── ...
|
|
369
366
|
│ │
|
|
370
|
-
│ ├── knowledge/ # Self-Learning Memory
|
|
371
|
-
│ │ └── lessons-learned.yaml
|
|
372
|
-
│ │
|
|
373
367
|
│ ├── scripts-js/ # Automation Scripts
|
|
374
|
-
│
|
|
375
|
-
│ └── metrics/ # Performance Tracking
|
|
368
|
+
│ └── config/ # Configuration
|
|
376
369
|
│
|
|
377
370
|
├── kit.cmd / kit # CLI wrapper
|
|
378
371
|
└── agent.cmd / agent # AutoLearn wrapper (optional)
|
|
@@ -425,7 +418,7 @@ UNLICENSED — See [LICENSE](LICENSE) for details.
|
|
|
425
418
|
|
|
426
419
|
<div align="center">
|
|
427
420
|
|
|
428
|
-
**⚡ PikaKit v3.9.
|
|
421
|
+
**⚡ PikaKit v3.9.79**
|
|
429
422
|
|
|
430
423
|
*Composable Skills · Coordinated Agents · Intelligent Execution*
|
|
431
424
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "pikakit",
|
|
3
|
-
"version": "3.9.
|
|
4
|
-
"description": "
|
|
3
|
+
"version": "3.9.78",
|
|
4
|
+
"description": "PikaKit — Install 67 skills, 25 workflows, 26 agents into your AI project. One command.",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "pikakit <pikakit@gmail.com>",
|
|
7
7
|
"homepage": "https://github.com/pikakit/pikakit",
|
|
Binary file
|