pikakit 3.9.93 → 3.9.95

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 CHANGED
@@ -4,15 +4,15 @@
4
4
 
5
5
  ### Transform your AI Agent into a FAANG-level engineering team
6
6
 
7
- [![npm version](https://img.shields.io/badge/npm-v3.9.93-7c3aed?style=for-the-badge&logo=npm&logoColor=white&labelColor=18181b)](https://www.npmjs.com/package/pikakit)
8
- [![Skills](https://img.shields.io/badge/skills-67-06b6d4?style=for-the-badge&labelColor=18181b)](https://github.com/pikakit/agent-skills)
9
- [![Agents](https://img.shields.io/badge/agents-26-f59e0b?style=for-the-badge&labelColor=18181b)](https://github.com/pikakit/agent-skills)
10
- [![Workflows](https://img.shields.io/badge/workflows-25-10b981?style=for-the-badge&labelColor=18181b)](https://github.com/pikakit/agent-skills)
7
+ [![npm version](https://img.shields.io/badge/npm-v3.9.95-7c3aed?style=for-the-badge&logo=npm&logoColor=white&labelColor=18181b)](https://www.npmjs.com/package/pikakit)
8
+ [![Skills](https://img.shields.io/badge/skills-51-06b6d4?style=for-the-badge&labelColor=18181b)](https://github.com/pikakit/agent-skills)
9
+ [![Agents](https://img.shields.io/badge/agents-21-f59e0b?style=for-the-badge&labelColor=18181b)](https://github.com/pikakit/agent-skills)
10
+ [![Workflows](https://img.shields.io/badge/workflows-18-10b981?style=for-the-badge&labelColor=18181b)](https://github.com/pikakit/agent-skills)
11
11
  [![JavaScript](https://img.shields.io/badge/100%25-JavaScript-F7DF1E?style=for-the-badge&logo=javascript&logoColor=black&labelColor=18181b)](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-25) · [Agents](#-multi-agent-coordination-26) · [Docs](#-links)
15
+ [Install](#-quick-install) · [Skills](#-skills-catalog-51) · [Workflows](#-workflows-18) · [Agents](#-multi-agent-coordination-21) · [Docs](#-links)
16
16
 
17
17
  </div>
18
18
 
@@ -24,15 +24,15 @@
24
24
  npx pikakit
25
25
  ```
26
26
 
27
- > One command installs **67 skills**, **25 workflows**, **26 agents**, and a complete AI operating system into your project.
27
+ > One command installs **51 skills**, **18 workflows**, **21 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
- | **Skills** | 67 | Architecture, Frontend, Backend, Security, DevOps, AI, Mobile, Testing |
34
- | **Workflows** | 25 | `/think` · `/build` · `/autopilot` · `/studio` · `/validate` · and more |
35
- | **Agents** | 26 | 21 domain specialists + 5 meta-agents for coordination |
33
+ | **Skills** | 51 | Architecture, Frontend, Backend, Security, DevOps, AI, Mobile, Testing |
34
+ | **Workflows** | 18 | `/think` · `/build` · `/autopilot` · `/studio` · `/validate` · and more |
35
+ | **Agents** | 21 | 16 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 |
38
38
  | **CLI** | `kit` | Skill management · `agent` (optional interactive dashboard) |
@@ -67,7 +67,7 @@ Create **project-specific skills** that teach AI your conventions
67
67
  | | PikaKit | Generic AI | Other Tools |
68
68
  |---|:---:|:---:|:---:|
69
69
  | **Auto-Accept Workflow** | ✅ | ❌ | ❌ |
70
- | **Multi-Agent Coordination** | 26 specialists | 1 generic | 1–3 |
70
+ | **Multi-Agent Coordination** | 21 specialists | 1 generic | 1–3 |
71
71
  | **Self-Learning Memory** | ✅ | ❌ | ❌ |
72
72
  | **100% JavaScript** | ✅ | Mixed | Python |
73
73
  | **Safety Protocol** | TIER -1 | ❌ | ❌ |
@@ -107,13 +107,12 @@ kit doctor # System health check
107
107
 
108
108
  ---
109
109
 
110
- ## 🧩 Skills Catalog (67)
110
+ ## 🧩 Skills Catalog (51)
111
111
 
112
112
  ### 🏗️ Architecture & Planning
113
113
 
114
114
  | Skill | Description |
115
115
  |-------|-------------|
116
- | `app-scaffold` | Full-stack app scaffolding from natural language |
117
116
  | `project-planner` | Task planning with dependency graph |
118
117
  | `idea-storm` | Socratic questioning & brainstorming |
119
118
  | `lifecycle-orchestrator` | End-to-end task lifecycle management |
@@ -124,14 +123,11 @@ kit doctor # System health check
124
123
 
125
124
  | Skill | Description |
126
125
  |-------|-------------|
127
- | `react-architect` | Modern React patterns, hooks, composition |
126
+ | `react-pro` | Modern React patterns, hooks, state management |
128
127
  | `nextjs-pro` | App Router, RSC, 60+ optimization rules |
129
- | `frontend-design` | Anti-AI-slop production-grade interfaces |
130
- | `frontend-development` | React + TypeScript + TanStack Query + MUI |
131
128
  | `design-system` | Color theory, typography, UX psychology |
132
129
  | `studio` | 50+ styles, 97 palettes, 57 font pairings |
133
130
  | `tailwind-kit` | Tailwind CSS v4 patterns |
134
- | `web-design-guidelines` | WCAG, semantic HTML, accessibility |
135
131
 
136
132
  ### ⚙️ Backend & API
137
133
 
@@ -142,9 +138,6 @@ kit doctor # System health check
142
138
  | `python-pro` | FastAPI, Django, Flask |
143
139
  | `data-modeler` | Schema design, Prisma/Drizzle |
144
140
  | `auth-patterns` | OAuth2, JWT, RBAC/ABAC, MFA, Passkeys |
145
- | `payment-patterns` | SePay, Polar, subscription lifecycle |
146
- | `caching-strategy` | Redis, CDN, service workers, SWR |
147
- | `event-driven` | Kafka, RabbitMQ, CQRS, saga patterns |
148
141
 
149
142
  ### 🔐 Security
150
143
 
@@ -153,14 +146,12 @@ kit doctor # System health check
153
146
  | `security-scanner` | OWASP 2025, supply chain security |
154
147
  | `offensive-sec` | Red team tactics, MITRE ATT&CK |
155
148
  | `code-constitution` | Constitutional governance (Supreme Law) |
156
- | `mobile-security-coder` | Mobile-specific security patterns |
157
149
 
158
150
  ### 🧪 Testing & Quality
159
151
 
160
152
  | Skill | Description |
161
153
  |-------|-------------|
162
154
  | `test-architect` | Unit, integration, E2E strategies |
163
- | `test-driven-dev` | RED-GREEN-REFACTOR cycle |
164
155
  | `e2e-automation` | Playwright, visual testing, deep audit |
165
156
  | `code-craft` | Clean code, SRP, DRY, KISS |
166
157
  | `code-review` | Linting, static analysis, PR review |
@@ -179,13 +170,13 @@ kit doctor # System health check
179
170
  | Skill | Description |
180
171
  |-------|-------------|
181
172
  | `google-adk-python` | Google Agent Development Kit |
182
- | `skill-generator` | Auto-generate skills from patterns |
183
173
  | `auto-learned` | Hierarchical auto-learned patterns |
174
+ | `auto-learner` | Pattern extraction from errors |
184
175
  | `execution-reporter` | Agent routing transparency |
176
+ | `smart-router` | Intelligent agent routing |
185
177
  | `mcp-builder` | Build MCP servers for AI agents |
186
178
  | `mcp-management` | Discover & execute MCP tools |
187
179
  | `ai-artist` | Prompt engineering for LLM & image AI |
188
- | `scout` | Fast parallel codebase exploration |
189
180
 
190
181
  ### ☁️ DevOps & Infrastructure
191
182
 
@@ -205,10 +196,7 @@ kit doctor # System health check
205
196
  |-------|-------------|
206
197
  | `mobile-developer` | React Native, Flutter, native |
207
198
  | `mobile-design` | Mobile-first UI/UX patterns |
208
- | `mobile-first` | Mobile routing & publishing |
209
199
  | `game-development` | Game logic & mechanics |
210
- | `remotion` | Programmatic video creation in React |
211
- | `shader` | GLSL fragment shaders |
212
200
  | `typescript-expert` | Type-level programming, monorepo |
213
201
  | `shell-script` | Bash/Linux terminal patterns |
214
202
 
@@ -219,16 +207,13 @@ kit doctor # System health check
219
207
  | `doc-templates` | README, API docs, ADR templates |
220
208
  | `copywriting` | AIDA, PAS, conversion formulas |
221
209
  | `seo-optimizer` | SEO, E-E-A-T, Core Web Vitals |
222
- | `geo-spatial` | GEO for AI search engines |
223
- | `markdown-novel-viewer` | Markdown preview server |
224
- | `mermaid-editor` | Live Mermaid diagram editor |
225
- | `plans-kanban` | Visual Kanban dashboard |
226
210
  | `media-processing` | FFmpeg, ImageMagick, RMBG |
227
211
  | `agent-browser` | AI-optimized browser automation |
212
+ | `knowledge-graph` | AST parsing, find-usages, impact analysis |
228
213
 
229
214
  ---
230
215
 
231
- ## 📜 Workflows (25)
216
+ ## 📜 Workflows (18)
232
217
 
233
218
  | Command | Purpose | Agents |
234
219
  |---------|---------|:------:|
@@ -246,22 +231,16 @@ kit doctor # System health check
246
231
  | `/mobile` | Mobile app development | mobile |
247
232
  | `/game` | Game development | gamedev |
248
233
  | `/chronicle` | Auto-documentation | docs |
249
- | `/diagram` | Auto-generate architecture diagrams | — |
250
234
  | `/launch` | Zero-downtime deployment | devops |
251
235
  | `/stage` | Dev sandbox & Docker Compose | devops |
252
236
  | `/monitor` | Observability setup | — |
253
237
  | `/optimize` | Performance optimization | perf |
254
- | `/benchmark` | Load testing (k6/Artillery) | — |
255
- | `/flags` | Feature flag management | — |
256
- | `/alert` | Alert rules & incident response | — |
257
- | `/boost` | Enhance existing code | varies |
258
- | `/pulse` | Project health dashboard | — |
259
238
 
260
239
  ---
261
240
 
262
- ## 🤝 Multi-Agent Coordination (26)
241
+ ## 🤝 Multi-Agent Coordination (21)
263
242
 
264
- > **21 domain specialists + 5 meta-agents** working together like a FAANG engineering team.
243
+ > **16 domain specialists + 5 meta-agents** working together like a FAANG engineering team.
265
244
 
266
245
  ### Meta-Agents (Runtime Control)
267
246
 
@@ -273,12 +252,12 @@ kit doctor # System health check
273
252
  | `critic` | Conflict resolution between agents |
274
253
  | `learner` | Continuous improvement from outcomes |
275
254
 
276
- ### Domain Agents (21)
255
+ ### Domain Agents (16)
277
256
 
278
257
  | Domain | Agent | Key Skills |
279
258
  |--------|-------|------------|
280
- | Frontend | `frontend` | react-architect, tailwind-kit, studio |
281
- | Backend | `backend` / `api` | api-architect, nodejs-pro |
259
+ | Frontend | `frontend` | react-pro, tailwind-kit, studio |
260
+ | Backend | `backend` | api-architect, nodejs-pro |
282
261
  | Database | `database` | data-modeler |
283
262
  | Security | `security` / `pentest` | security-scanner, offensive-sec |
284
263
  | Testing | `testing` / `qa` | test-architect, e2e-automation |
@@ -287,12 +266,12 @@ kit doctor # System health check
287
266
  | Debug | `debug` | debug-pro |
288
267
  | Performance | `perf` | perf-optimizer |
289
268
  | Planning | `planner` / `lead` | project-planner, idea-storm |
290
- | Documentation | `docs` | doc-templates, chronicle |
269
+ | Documentation | `docs` | doc-templates |
291
270
  | SEO | `seo` | seo-optimizer |
292
271
  | Game Dev | `gamedev` | game-development |
293
- | Exploration | `explorer` / `scout` | scout, knowledge-graph |
272
+ | Exploration | `explorer` | knowledge-graph |
294
273
  | Legacy | `legacy` | migration patterns |
295
- | Product | `po` / `pm` | requirements, UX |
274
+ | Product | `product-lead` | requirements, UX |
296
275
 
297
276
  ---
298
277
 
@@ -346,25 +325,24 @@ your-project/
346
325
  ├── .agent/
347
326
  │ ├── GEMINI.md # AI Rules (Supreme Law)
348
327
  │ │
349
- │ ├── skills/ # 67 Skills
350
- │ │ ├── react-architect/
328
+ │ ├── skills/ # 51 Skills
329
+ │ │ ├── react-pro/
351
330
  │ │ ├── debug-pro/
352
331
  │ │ ├── studio/
353
332
  │ │ └── ...
354
333
  │ │
355
- │ ├── workflows/ # 25 Workflows
334
+ │ ├── workflows/ # 18 Workflows
356
335
  │ │ ├── think.md
357
336
  │ │ ├── build.md
358
337
  │ │ ├── autopilot.md
359
338
  │ │ └── ...
360
339
  │ │
361
- │ ├── agents/ # 26 Specialist Agents
340
+ │ ├── agents/ # 21 Specialist Agents
362
341
  │ │ ├── frontend.md
363
342
  │ │ ├── backend.md
364
343
  │ │ ├── security.md
365
344
  │ │ └── ...
366
345
  │ │
367
- │ ├── scripts-js/ # Automation Scripts
368
346
  │ └── config/ # Configuration
369
347
 
370
348
  ├── kit.cmd / kit # CLI wrapper
@@ -418,7 +396,7 @@ UNLICENSED — See [LICENSE](LICENSE) for details.
418
396
 
419
397
  <div align="center">
420
398
 
421
- **⚡ PikaKit v3.9.93**
399
+ **⚡ PikaKit v3.9.95**
422
400
 
423
401
  *Composable Skills · Coordinated Agents · Intelligent Execution*
424
402
 
@@ -502,19 +502,7 @@ export async function run(spec) {
502
502
  archInstalled = true;
503
503
  }
504
504
 
505
- // Install knowledge (silent)
506
- const knowledgeDir = path.join(baseAgentDir, "knowledge");
507
- const targetKnowledgeDir = path.join(WORKSPACE, "..", "knowledge");
508
- let knowledgeInstalled = false;
509
-
510
- if (fs.existsSync(knowledgeDir) && !fs.existsSync(targetKnowledgeDir)) {
511
- fs.cpSync(knowledgeDir, targetKnowledgeDir, { recursive: true });
512
- knowledgeInstalled = true;
513
- } else if (!fs.existsSync(targetKnowledgeDir)) {
514
- fs.mkdirSync(targetKnowledgeDir, { recursive: true });
515
- fs.writeFileSync(path.join(targetKnowledgeDir, "lessons-learned.yaml"), "# Lessons learned by AI Agent\nlessons: []\n");
516
- knowledgeInstalled = true;
517
- }
505
+
518
506
 
519
507
  // Install config (silent)
520
508
  const configDir = path.join(baseAgentDir, "config");
@@ -525,14 +513,7 @@ export async function run(spec) {
525
513
  configInstalled = true;
526
514
  }
527
515
 
528
- // Install scripts-js (silent)
529
- const scriptsJsDir = path.join(baseAgentDir, "scripts-js");
530
- const targetScriptsJsDir = path.join(WORKSPACE, "..", "scripts-js");
531
- let scriptsJsInstalled = false;
532
- if (fs.existsSync(scriptsJsDir) && !fs.existsSync(targetScriptsJsDir)) {
533
- fs.cpSync(scriptsJsDir, targetScriptsJsDir, { recursive: true });
534
- scriptsJsInstalled = true;
535
- }
516
+
536
517
 
537
518
  // Install metrics (silent)
538
519
  const metricsDir = path.join(baseAgentDir, "metrics");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pikakit",
3
- "version": "3.9.93",
3
+ "version": "3.9.95",
4
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>",