vibes-plug 1.0.0 → 2.11.0

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.
Files changed (183) hide show
  1. package/.claude/rules/vibes-plug-core.md +32 -0
  2. package/.cursor/rules/vibes-plug-core.mdc +51 -0
  3. package/.cursorrules +42 -0
  4. package/AGENTS.md +96 -0
  5. package/BLUEPRINT.md +309 -125
  6. package/CHANGELOG.md +183 -1
  7. package/CLAUDE.md +70 -0
  8. package/LICENSE +1 -1
  9. package/README.md +641 -263
  10. package/index.js +19 -0
  11. package/package.json +61 -25
  12. package/plugin.json +24 -7
  13. package/scripts/generate_swarm_gif.py +295 -0
  14. package/scripts/install.js +201 -0
  15. package/skills/accessibility-testing-expert/SKILL.md +116 -0
  16. package/skills/ai-cost-token-optimizer/SKILL.md +82 -0
  17. package/skills/ai-evals-benchmark-expert/SKILL.md +188 -0
  18. package/skills/ai-llm-integration-expert/SKILL.md +147 -122
  19. package/skills/ai-media-generation-expert/SKILL.md +172 -0
  20. package/skills/ai-prompt-engineering-expert/SKILL.md +84 -0
  21. package/skills/angular-expert/SKILL.md +148 -0
  22. package/skills/api-design-expert/SKILL.md +316 -309
  23. package/skills/api-gateway-proxy-expert/SKILL.md +81 -0
  24. package/skills/app-analyzer-optimizer/SKILL.md +195 -188
  25. package/skills/apple-ecosystem-expert/SKILL.md +145 -0
  26. package/skills/{asisten_ramah → asisten-ramah}/SKILL.md +7 -1
  27. package/skills/astro-framework-expert/SKILL.md +200 -0
  28. package/skills/async-queue-temporal-expert/SKILL.md +240 -0
  29. package/skills/authentication-identity-expert/SKILL.md +279 -45
  30. package/skills/auto-doc-updater/SKILL.md +219 -203
  31. package/skills/autonomous-chaos-monkey/SKILL.md +63 -0
  32. package/skills/autonomous-red-teamer/SKILL.md +203 -0
  33. package/skills/autonomous-tdd-debugger/SKILL.md +71 -0
  34. package/skills/background-jobs-queue-expert/SKILL.md +235 -0
  35. package/skills/biome-linter-formatter-expert/SKILL.md +89 -0
  36. package/skills/blockchain-web3-expert/SKILL.md +115 -0
  37. package/skills/bootstrap-to-modern/SKILL.md +93 -86
  38. package/skills/brainstorming/SKILL.md +381 -353
  39. package/skills/browser-automation-expert/SKILL.md +222 -0
  40. package/skills/bun-runtime-expert/SKILL.md +7 -1
  41. package/skills/chatbot-messaging-expert/SKILL.md +114 -0
  42. package/skills/ci-cd-devops-architect/SKILL.md +81 -45
  43. package/skills/cloud-hosting-expert/SKILL.md +249 -243
  44. package/skills/coderabbit/SKILL.md +197 -191
  45. package/skills/compliance-gdpr-privacy-expert/SKILL.md +85 -0
  46. package/skills/cron-scheduler-expert/SKILL.md +304 -0
  47. package/skills/data-pipeline-etl-expert/SKILL.md +84 -0
  48. package/skills/data-telemetry-expert/SKILL.md +218 -212
  49. package/skills/data-visualization-expert/SKILL.md +154 -0
  50. package/skills/database-migration-versioning-expert/SKILL.md +90 -0
  51. package/skills/database-orm-expert/SKILL.md +303 -293
  52. package/skills/dependency-upgrade-migrator/SKILL.md +301 -0
  53. package/skills/design-system-architect/SKILL.md +278 -242
  54. package/skills/desktop-electron-expert/SKILL.md +128 -0
  55. package/skills/documentation-site-expert/SKILL.md +59 -0
  56. package/skills/doku-mcp-server/SKILL.md +257 -0
  57. package/skills/doku-payment-gateway/SKILL.md +233 -0
  58. package/skills/domain-driven-design-expert/SKILL.md +82 -0
  59. package/skills/e2e-testing-expert/SKILL.md +320 -314
  60. package/skills/ecommerce-expert/SKILL.md +87 -0
  61. package/skills/edge-serverless-db-expert/SKILL.md +99 -0
  62. package/skills/email-notification-expert/SKILL.md +368 -0
  63. package/skills/error-resilience-expert/SKILL.md +486 -0
  64. package/skills/event-driven-architect/SKILL.md +86 -80
  65. package/skills/feature-flag-analytics-expert/SKILL.md +66 -0
  66. package/skills/file-upload-media-expert/SKILL.md +437 -0
  67. package/skills/firebase-security-expert/SKILL.md +7 -1
  68. package/skills/form-validation-expert/SKILL.md +407 -0
  69. package/skills/fullstack-expert/SKILL.md +260 -201
  70. package/skills/fullstack-expert/references/api_design_guide.md +466 -466
  71. package/skills/fullstack-expert/references/multi_language_backend.md +528 -528
  72. package/skills/fullstack-expert/scripts/api_contract_validator.py +253 -253
  73. package/skills/fullstack-expert/scripts/architecture_analyzer.py +326 -326
  74. package/skills/gemini-agent-booster/SKILL.md +142 -104
  75. package/skills/geospatial-maps-expert/SKILL.md +80 -0
  76. package/skills/global-a11y-i18n-expert/SKILL.md +86 -80
  77. package/skills/glsl-shader-expert/SKILL.md +107 -0
  78. package/skills/go-programming-expert/SKILL.md +300 -294
  79. package/skills/graph-rag-knowledge-expert/SKILL.md +159 -0
  80. package/skills/graphql-apollo-expert/SKILL.md +114 -0
  81. package/skills/headless-cms-expert/SKILL.md +181 -0
  82. package/skills/hig/SKILL.md +193 -187
  83. package/skills/js-backend-expert/SKILL.md +218 -191
  84. package/skills/legacy-code-translator/SKILL.md +71 -0
  85. package/skills/local-slm-edge-ai-expert/SKILL.md +167 -0
  86. package/skills/logging-error-tracking-expert/SKILL.md +344 -0
  87. package/skills/mcp-client-orchestrator/SKILL.md +76 -0
  88. package/skills/mcp-server-architect/SKILL.md +226 -126
  89. package/skills/micro-frontend-architect/SKILL.md +112 -0
  90. package/skills/mobile-expo-expert/SKILL.md +191 -185
  91. package/skills/mobile-push-notification-expert/SKILL.md +71 -0
  92. package/skills/modern-css-native-expert/SKILL.md +189 -0
  93. package/skills/monday-design-aesthetic/SKILL.md +72 -66
  94. package/skills/monorepo-architect/SKILL.md +232 -226
  95. package/skills/mpa-orchestrator/SKILL.md +120 -101
  96. package/skills/multi-agent-orchestration/SKILL.md +173 -153
  97. package/skills/multiple-entry-points/SKILL.md +91 -55
  98. package/skills/mvc-expert/SKILL.md +237 -231
  99. package/skills/n8n-automation-expert/SKILL.md +89 -0
  100. package/skills/nextjs-app-router-expert/SKILL.md +148 -0
  101. package/skills/openapi-swagger-codegen-expert/SKILL.md +67 -0
  102. package/skills/payment-gateway-expert/SKILL.md +129 -45
  103. package/skills/pdf-document-generation-expert/SKILL.md +91 -0
  104. package/skills/performance-web-vitals/SKILL.md +337 -331
  105. package/skills/post-quantum-crypto-migrator/SKILL.md +57 -0
  106. package/skills/prd-architect/SKILL.md +206 -190
  107. package/skills/proactive-background-watcher/SKILL.md +68 -0
  108. package/skills/production-ready-hardener/PRODUCTION_READINESS_REPORT.md +67 -0
  109. package/skills/production-ready-hardener/SKILL.md +461 -468
  110. package/skills/production-ready-hardener/references/production_checklist.md +161 -161
  111. package/skills/production-ready-hardener/scripts/production_readiness_scanner.py +881 -875
  112. package/skills/project-context-mapper/SKILL.md +85 -0
  113. package/skills/pwa-offline-first-expert/SKILL.md +185 -0
  114. package/skills/python-programming-expert/SKILL.md +407 -270
  115. package/skills/rate-limit-abuse-prevention/SKILL.md +377 -0
  116. package/skills/realtime-collaboration-expert/SKILL.md +99 -45
  117. package/skills/rich-text-editor-expert/SKILL.md +177 -0
  118. package/skills/rust-programming-expert/SKILL.md +240 -234
  119. package/skills/saas-billing/SKILL.md +382 -376
  120. package/skills/saas-multi-tenant/SKILL.md +256 -236
  121. package/skills/saas-mvp-launcher/SKILL.md +30 -1
  122. package/skills/saas-transformer/SKILL.md +499 -445
  123. package/skills/saas-transformer/references/billing_integration_guide.md +401 -401
  124. package/skills/saas-transformer/references/feature_gating_patterns.md +137 -137
  125. package/skills/saas-transformer/references/saas_transformation_checklist.md +121 -121
  126. package/skills/saas-transformer/scripts/saas_transformation_scanner.py +39 -29
  127. package/skills/scalability-clean-code/SKILL.md +234 -228
  128. package/skills/search-engine-expert/SKILL.md +89 -0
  129. package/skills/secure-fuzz-testing/SKILL.md +7 -1
  130. package/skills/self-evolving-memory-graph/SKILL.md +91 -0
  131. package/skills/self-healing-cloud-orchestrator/SKILL.md +57 -0
  132. package/skills/senior-frontend/SKILL.md +85 -105
  133. package/skills/seo/SKILL.md +258 -224
  134. package/skills/session-context-loader/SKILL.md +83 -0
  135. package/skills/session-handoff-resume/SKILL.md +163 -157
  136. package/skills/{skill_baru → skill-baru}/SKILL.md +177 -146
  137. package/skills/solidjs-expert/SKILL.md +80 -0
  138. package/skills/spa-orchestrator/SKILL.md +306 -287
  139. package/skills/sse-websocket-streaming-expert/SKILL.md +93 -0
  140. package/skills/state-management-expert/SKILL.md +277 -271
  141. package/skills/supabase-migration/SKILL.md +47 -1
  142. package/skills/supabase-security-expert/SKILL.md +248 -242
  143. package/skills/svelte-sveltekit-expert/SKILL.md +91 -0
  144. package/skills/svg-animation-motion-expert/SKILL.md +115 -0
  145. package/skills/tailwind-expert/SKILL.md +139 -187
  146. package/skills/tanstack-query-expert/SKILL.md +204 -198
  147. package/skills/tauri-expert/SKILL.md +7 -1
  148. package/skills/token-saver/SKILL.md +118 -110
  149. package/skills/typescript-expert/SKILL.md +329 -278
  150. package/skills/ui-components-expert/SKILL.md +166 -63
  151. package/skills/ui-ux-pro-max/SKILL.md +221 -200
  152. package/skills/vector-db-rag-expert/SKILL.md +208 -0
  153. package/skills/vibe-code-gardener/SKILL.md +180 -172
  154. package/skills/visual-qa-vision-agent/SKILL.md +71 -0
  155. package/skills/voice-ai-realtime-agent/SKILL.md +202 -0
  156. package/skills/vue-frontend-expert/SKILL.md +132 -0
  157. package/skills/wasm-edge-computing-expert/SKILL.md +97 -0
  158. package/skills/web-3d-graphics-expert/SKILL.md +137 -0
  159. package/skills/web-game-engine-expert/SKILL.md +102 -0
  160. package/skills/web-scraper/SKILL.md +98 -146
  161. package/skills/website-design-cloner/SKILL.md +180 -0
  162. package/skills/webxr-ar-vr-expert/SKILL.md +123 -0
  163. package/skills/wordpress-headless-expert/SKILL.md +144 -0
  164. package/skills/zero-to-prod-orchestrator/SKILL.md +231 -180
  165. package/skills/zero-trust-secret-vault/SKILL.md +88 -0
  166. package/.github/ISSUE_TEMPLATE/feature_request.md +0 -20
  167. package/CONTRIBUTING.md +0 -199
  168. package/SECURITY.md +0 -21
  169. package/banner.png +0 -0
  170. package/skills/senior-fullstack/SKILL.md +0 -167
  171. package/skills/senior-fullstack/references/architecture_patterns.md +0 -160
  172. package/skills/senior-fullstack/references/development_workflows.md +0 -222
  173. package/skills/senior-fullstack/references/tech_stack_guide.md +0 -190
  174. package/skills/senior-fullstack/scripts/code_quality_analyzer.py +0 -114
  175. package/skills/senior-fullstack/scripts/fullstack_scaffolder.py +0 -114
  176. package/skills/senior-fullstack/scripts/project_scaffolder.py +0 -114
  177. package/skills/seo-aeo-landing-page-writer/SKILL.md +0 -97
  178. package/skills/seo-geo/SKILL.md +0 -188
  179. package/skills/ui-ux-pro-max/scripts/__pycache__/core.cpython-310.pyc +0 -0
  180. package/skills/ui-ux-pro-max/scripts/__pycache__/core.cpython-312.pyc +0 -0
  181. package/skills/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-310.pyc +0 -0
  182. package/skills/ui-ux-pro-max/scripts/__pycache__/design_system.cpython-312.pyc +0 -0
  183. package/skills/ui_ux_expert/SKILL.md +0 -114
package/CHANGELOG.md CHANGED
@@ -4,7 +4,189 @@ All notable changes to this project will be documented in this file.
4
4
  *Semua perubahan penting pada proyek ini akan didokumentasikan dalam berkas ini.*
5
5
 
6
6
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
- *Format ini didasarkan pada [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), dan proyek ini mematuhi [Semantic Versioning](https://semver.org/spec/v2.0.0.html).*
7
+ ## [2.11.0] - 2026-09-08
8
+
9
+ ### Added / Ditambahkan
10
+ - **Ecosystem Expansion to 140+ Skills**: Introduced 3 high-impact frontier 2026 skills:
11
+ - `voice-ai-realtime-agent`: Ultra-low-latency (<300ms) bi-directional conversational voice AI with WebRTC, OpenAI Realtime API, Gemini Multimodal Live Audio (PCM 24kHz), Semantic VAD, and LiveKit Agents. *(Panduan ahli AI suara percakapan real-time berlatensi ultra-rendah).*
12
+ - `graph-rag-knowledge-expert`: Knowledge Graphs and GraphRAG architectures for multi-hop relational retrieval, entity-relationship extraction, Microsoft GraphRAG hierarchical community detection, and Neo4j Text2Cypher. *(Panduan ahli Knowledge Graph, GraphRAG, dan inferensi multi-hop).*
13
+ - `pwa-offline-first-expert`: Enterprise Local-First and Progressive Web App architectures with zero-latency local operations (OPFS SQLite, RxDB), conflict-free multi-device sync (ElectricSQL, PowerSync), and PWABuilder store packaging. *(Panduan ahli arsitektur Offline-First & Local-First PWA).*
14
+
15
+ ### Changed / Diubah
16
+ - **Skill Orchestrator Matrix Synchronization**:
17
+ - `brainstorming`: Mapped `voice-ai-realtime-agent` to AI & Communication domains, `graph-rag-knowledge-expert` to Database & AI domains, and `pwa-offline-first-expert` to Frontend & Mobile domains (English & Indonesian).
18
+ - `zero-to-prod-orchestrator`: Linked new skills into Phase 3 (Database), Phase 4 (Backend APIs & AI Agents), and Phase 5 (Frontend & Mobile) (English & Indonesian).
19
+
20
+ ---
21
+
22
+ ## [2.10.0] - 2026-09-08
23
+
24
+ ### Added / Ditambahkan
25
+ - **Ecosystem Expansion to 137+ Skills**: Introduced 3 frontier 2026 specialized skills:
26
+ - `ai-evals-benchmark-expert`: Automated evaluation framework for LLMs & AI agents using Promptfoo, DeepEval, Ragas, deterministic assertions, and regression benchmarking. *(Panduan ahli evaluasi otomatis LLM & Agen AI).*
27
+ - `local-slm-edge-ai-expert`: Edge AI and Small Language Models (SLMs) execution directly in the browser and edge environments via WebLLM, Transformers.js v3, ONNX Runtime Web, and WebGPU with zero cloud latency. *(Panduan ahli eksekusi SLM lokal dan AI edge di browser).*
28
+ - `modern-css-native-expert`: Cutting-edge 2026 native CSS guide covering CSS Anchor Positioning, `@starting-style` entry animations, View Transitions Level 2, Container Queries, and `:has()` relational selector. *(Panduan ahli fitur CSS native modern 2026).*
29
+
30
+ ### Changed / Diubah
31
+ - **Resilience & Security Hardening**:
32
+ - `background-jobs-queue-expert`: Deepened with complete production-grade BullMQ v5 recipes, Redis idempotency locks, Dead Letter Queue (DLQ) retry strategies with exponential backoff and jitter, and priority job processing.
33
+ - `autonomous-red-teamer`: Deepened with automated adversarial test suites, prompt injection detection pipelines, SSRF filter bypass methodologies, and automated security patch remediation templates.
34
+ - `brainstorming` & `zero-to-prod-orchestrator`: Synchronized domain matrices and Phase 4, Phase 5, and Phase 6 orchestration chains to natively coordinate all 137 skills.
35
+
36
+ ---
37
+
38
+ ## [2.9.0] - 2026-09-08
39
+
40
+ ### Changed / Diubah
41
+ - **Production Code Recipes & 2026 Frontier Hardening**: Upgraded 4 key AI & distributed execution skills with robust production-ready code recipes and 2026 standards:
42
+ - `browser-automation-expert`: Updated vision models to Gemini 3.8 Flash and Claude 3.7 Sonnet (Computer Use); added concrete production recipes for Stagehand v0.4+ and Browser-Use with anti-bot evasion and Playwright stealth.
43
+ - `mcp-server-architect`: Added full production FastMCP (Python) server template and `@modelcontextprotocol/sdk` (TypeScript) McpServer implementation featuring Streamable HTTP / SSE transport, typed tools, dynamic resources, and security guardrails.
44
+ - `vector-db-rag-expert`: Upgraded to 2026 Deep RAG standards with Reciprocal Rank Fusion (RRF) hybrid search (combining BM25 and pgvector 0.8+ HNSW), Cross-Encoder Re-ranking via FlashRank, and Late Chunking architecture.
45
+ - `async-queue-temporal-expert`: Added concrete Temporal.io TypeScript SDK implementation featuring the distributed Saga pattern with compensating rollbacks, and Trigger.dev v3 durable tasks with retry jitter.
46
+ *(Peningkatan Resep Kode Produksi & Kesiapan 2026: Meng-upgrade 4 skill kunci AI & eksekusi terdistribusi dengan resep kode siap pakai di lingkungan produksi dan standar 2026: Browser Automation, MCP Server Architect, Deep RAG & Vector DB, serta Temporal Async Queue.)*
47
+
48
+ ---
49
+
50
+ ## [2.8.0] - 2026-09-08
51
+
52
+ ### Changed / Diubah
53
+ - **Core AI Skills Upgrade (2026 Edition)**: Upgraded 3 foundational AI engineering skills to current 2026 frontier standards:
54
+ - `gemini-agent-booster`: Upgraded to Gemini 3.x ecosystem (Gemini 3.8 Flash, Gemini 3.5/3.1 Pro/Flash) with 1M–2M token context, native `cachedContent` Context Caching, dynamic `thinkingBudget` reasoning configuration, and Gemini Multimodal Live API bidirectional WebSocket streaming.
55
+ - `ai-llm-integration-expert`: Added Anthropic Claude 3.7 Sonnet (Hybrid/Extended Thinking), OpenAI o1/o3/o3-mini & GPT-4.5/4o, DeepSeek-R1 (MoE reasoning), Model Context Protocol (MCP) Streamable HTTP transport, MCP Sampling, and Vercel AI SDK 5.x/6.x reasoning token streaming.
56
+ - `multi-agent-orchestration`: Formalized 5 Anthropic 2026 Core Agentic Design Patterns (Prompt Chaining, Routing, Parallelization, Orchestrator-Workers, Evaluator-Optimizer Loop), LangGraph v0.3+ persistent checkpointers, and OpenAI Agents SDK handoffs & guardrails.
57
+ *(Pembaruan Skill Inti AI 2026: Meng-upgrade 3 skill AI utama mencakup Gemini 3.x, Claude 3.7 Hybrid Thinking, DeepSeek-R1, MCP Streamable HTTP & Sampling, dan 5 pola desain agentik modern Anthropic.)*
58
+
59
+ ---
60
+
61
+ ## [2.7.1] - 2026-09-04
62
+
63
+ ### Changed / Diubah
64
+ - **Complete 134-Skill Synchronization**: Fully audited all 134 skills in `skills/` and ensured 100% representation across `README.md`, `BLUEPRINT.md`, `brainstorming/SKILL.md`, and `zero-to-prod-orchestrator/SKILL.md`.
65
+ *(Sinkronisasi Lengkap 134 Skill: Mengaudit seluruh 134 skill dan memastikan representasi 100% pada semua file dokumentasi dan orkestrator.)*
66
+ - **Skill Orchestrator Matrix Update**: Registered `asisten-ramah` and `skill-baru` in both English and Indonesian matrices in `brainstorming/SKILL.md` (Execution Handoff) and `zero-to-prod-orchestrator/SKILL.md` (Phase 1 / Fase 1) per mandatory plugin protocol.
67
+ *(Pembaruan Matriks Orkestrator Skill: Mendaftarkan `asisten-ramah` dan `skill-baru` pada orkestrator utama dalam bahasa Inggris dan Indonesia.)*
68
+ - **README & Blueprint Alignment**: Added detailed descriptions for all 47 previously uncataloged skills across the 9 core engineering domains in `README.md`, and regenerated `BLUEPRINT.md` with full 134-skill bilingual manifests.
69
+ *(Penyelarasan README & Blueprint: Menambahkan deskripsi mendalam untuk seluruh 47 skill yang sebelumnya belum terdaftar di README, dan memperbarui BLUEPRINT.md.)*
70
+ - **Installer Version Fix**: Corrected banner version display in `scripts/install.js` to match current release.
71
+
72
+ ---
73
+
74
+ ## [2.7.0] - 2026-08-18
75
+
76
+ ### Added / Ditambahkan
77
+ - **Enhanced Swarm Topologies**: Introduced 4 standardized Swarm Topologies (Hierarchical Star, Pipeline Saga, Peer-to-Peer Mesh, Critic-Validator Quality Gates) in `AGENTS.md` and `multi-agent-orchestration/SKILL.md`.
78
+ *(Topologi Swarm Tingkat Lanjut: Menambahkan 4 topologi swarm standar untuk eksekusi paralel dan sekuensial.)*
79
+ - **Swarm Circuit Breakers & Dynamic Routing**: Automated failure detection, retry thresholds, and intelligent fallback delegation across specialized skills.
80
+ *(Circuit Breaker Swarm & Perutean Dinamis: Deteksi kegagalan otomatis dan delegasi fallback cerdas.)*
81
+ - **Multi-Platform Swarm Protocols**: Unified execution standards across **Antigravity (AGY)** subagent spawning, **Claude Code** background tasks, and **Cursor IDE** Composer rules.
82
+ *(Protokol Swarm Multi-Platform: Standarisasi eksekusi terpadu di seluruh platform.)*
83
+ - **Synchronized Swarm Architecture Diagram**: Updated Mermaid architecture in `README.md` reflecting multi-platform entry points and the 9-domain swarm engine (134+ skills).
84
+ *(Diagram Arsitektur Swarm Tersinkronisasi: Diagram Mermaid diperbarui untuk mencakup semua platform dan 9 domain skill.)*
85
+
86
+ ---
87
+
88
+ ## [2.6.0] - 2026-08-18
89
+
90
+ ### Added / Ditambahkan
91
+ - **Universal Multi-Platform Support**: Added full compatibility for **Claude Code/Desktop** (`CLAUDE.md`, `.claude/rules/vibes-plug-core.md`) and **Cursor IDE** (`.cursorrules`, `.cursor/rules/vibes-plug-core.mdc`).
92
+ *(Dukungan multi-platform universal: Menambahkan kompatibilitas penuh untuk Claude Code dan Cursor IDE.)*
93
+ - **Cross-Platform CLI Installer**: Created `scripts/install.js` for automated zero-friction environment deployment across Antigravity, Claude, and Cursor.
94
+ *(Script installer cross-platform: Membuat `scripts/install.js` untuk deployment otomatis.)*
95
+ - **20 New Specialized Skills** (Expanding total skills from 114 to 134):
96
+ 1. `ai-media-generation-expert`: AI Image/Video/Voice synthesis (Flux, DALL-E, Sora, ElevenLabs, Whisper).
97
+ 2. `headless-cms-expert`: Sanity v3, Payload CMS 3.x, Strapi 5, Contentful, Storyblok.
98
+ 3. `astro-framework-expert`: Astro 5+ Content Collections, Islands Architecture, View Transitions.
99
+ 4. `data-visualization-expert`: Recharts, Tremor, D3.js v7, Chart.js 4, Apache ECharts.
100
+ 5. `rich-text-editor-expert`: Tiptap v2, Lexical, ProseMirror, Yjs collaborative editing.
101
+ 6. `svelte-sveltekit-expert`: Svelte 5 Runes, SvelteKit 2, server actions.
102
+ 7. `chatbot-messaging-expert`: WhatsApp Business Cloud API, Telegram Bot, Discord.js, Slack Bolt.
103
+ 8. `ecommerce-expert`: Shopify Storefront API, Medusa.js v2, Saleor.
104
+ 9. `documentation-site-expert`: Mintlify, Docusaurus 3, Storybook 8, Astro Starlight.
105
+ 10. `biome-linter-formatter-expert`: Biome v2 (Rust-based linter/formatter replacing ESLint/Prettier).
106
+ 11. `solidjs-expert`: SolidJS 2, SolidStart, fine-grained reactivity.
107
+ 12. `geospatial-maps-expert`: Mapbox GL JS v3, Leaflet, Google Maps, PostGIS.
108
+ 13. `pdf-document-generation-expert`: React PDF, Puppeteer PDF, jsPDF, pdf-lib.
109
+ 14. `search-engine-expert`: Typesense, Meilisearch, Elasticsearch.
110
+ 15. `n8n-automation-expert`: n8n self-hosted workflows, custom nodes, AI chains.
111
+ 16. `angular-expert`: Angular 19+ Standalone, Signals, NgRx SignalStore, SSR Hydration.
112
+ 17. `wordpress-headless-expert`: WPGraphQL, ACF Pro, Faust.js, Next.js/Astro.
113
+ 18. `desktop-electron-expert`: Electron 33+ Context Isolation, typed IPC, auto-updater.
114
+ 19. `blockchain-web3-expert`: viem, wagmi v2, RainbowKit, EVM smart contracts.
115
+ 20. `accessibility-testing-expert`: axe-core, Pa11y, WCAG 2.2 Level AA/AAA automated testing.
116
+
117
+ ### Changed / Diubah
118
+ - Updated orchestrator matrices in `brainstorming/SKILL.md` and `zero-to-prod-orchestrator/SKILL.md` (both EN and ID) to integrate all 20 new skills.
119
+ - Synchronized skill counts to **134+** across `README.md`, `CLAUDE.md`, `.cursorrules`, `package.json`, and `plugin.json`.
120
+
121
+ ---
122
+
123
+
124
+
125
+ ### Added / Ditambahkan
126
+ - Registered 6 previously undocumented skill modules in `BLUEPRINT.md` and `README.md`: `autonomous-chaos-monkey`, `autonomous-red-teamer`, `hyper-context-synthesizer`, `llm-cost-arbitrage-router`, `post-quantum-crypto-migrator`, `self-healing-cloud-orchestrator`.
127
+ *(Mendaftarkan 6 modul skill yang sebelumnya tidak terdokumentasi di `BLUEPRINT.md` dan `README.md`: `autonomous-chaos-monkey`, `autonomous-red-teamer`, `hyper-context-synthesizer`, `llm-cost-arbitrage-router`, `post-quantum-crypto-migrator`, `self-healing-cloud-orchestrator`.)*
128
+
129
+ ### Changed / Diubah
130
+ - **Naming Standardization**: Renamed 3 skill directories from underscore to kebab-case convention: `asisten_ramah` → `asisten-ramah`, `skill_baru` → `skill-baru`, `ui_ux_expert` → `ui-ux-expert`.
131
+ *(Standardisasi penamaan: Mengganti nama 3 direktori skill dari underscore ke konvensi kebab-case.)*
132
+ - Updated all cross-references to renamed skills across `README.md`, `CONTRIBUTING.md`, `bootstrap-to-modern/SKILL.md`, and `skill-baru/SKILL.md`.
133
+ *(Memperbarui seluruh referensi silang ke skill yang diganti nama di `README.md`, `CONTRIBUTING.md`, `bootstrap-to-modern/SKILL.md`, dan `skill-baru/SKILL.md`.)*
134
+ - Synchronized skill count from "103" to "109" across `README.md` (badge, mermaid, footer), `BLUEPRINT.md` (EN & ID headers), and all documentation.
135
+ *(Menyelaraskan jumlah skill dari "103" menjadi "109" di `README.md` (badge, mermaid, footer), `BLUEPRINT.md` (header EN & ID), dan seluruh dokumentasi.)*
136
+ - Synchronized `BLUEPRINT.md` version from v2.4.0 to v2.5.0 to match `plugin.json`.
137
+ *(Menyelaraskan versi `BLUEPRINT.md` dari v2.4.0 ke v2.5.0 agar sesuai dengan `plugin.json`.)*
138
+
139
+ ---
140
+
141
+ ## [2.4.0] - 2026-08-11
142
+
143
+ ### Added / Ditambahkan
144
+ - Updated `saas-transformer` master orchestrator: Reconstructed 9-phase ASCII architecture map and enriched skill maps across all 9 transformation phases in both English and Bahasa Indonesia sections.
145
+ *(Pembaruan `saas-transformer`: Merestrukturisasi peta arsitektur ASCII 9-fase dan memperkaya pemetaan skill di seluruh 9 fase transformasi.)*
146
+ - Updated `production-ready-hardener` master orchestrator: Reconstructed 7-phase ASCII architecture map and enriched skill maps across all 7 pre-production hardening phases.
147
+ *(Pembaruan `production-ready-hardener`: Merestrukturisasi peta arsitektur ASCII 7-fase dan memperkaya pemetaan skill di seluruh 7 fase pengerasan pra-produksi.)*
148
+ - Added Windows standard output UTF-8 stream reconfiguration (`sys.stdout.reconfigure(encoding='utf-8')`) in scanner scripts (`saas_transformation_scanner.py` and `production_readiness_scanner.py`) to prevent terminal encoding errors.
149
+ *(Menambahkan rekonfigurasi encoding stream UTF-8 pada script scanner Python untuk mencegah error encoding di terminal Windows.)*
150
+ - Synchronized `BLUEPRINT.md` to list all 87 skill modules across both English and Bahasa Indonesia documentation sections.
151
+ *(Menyelaraskan `BLUEPRINT.md` untuk mencakup seluruh 87 modul skill pada dokumentasi Bahasa Inggris dan Bahasa Indonesia.)*
152
+
153
+ ### Changed / Diubah
154
+ - Restructured `rules/` directory into a single `AGENTS.md` at the plugin root to ensure full compatibility and automatic rule loading in Antigravity IDE and Desktop.
155
+ *(Merestrukturisasi direktori `rules/` menjadi satu file `AGENTS.md` di root plugin untuk memastikan kompatibilitas penuh dan pemuatan aturan otomatis di Antigravity IDE dan Desktop.)*
156
+ - Fixed UTF-8 character encoding corruptions (mojibake) across skill guidelines (`SKILL.md`) and project documentation (`BLUEPRINT.md`).
157
+ *(Memperbaiki kerusakan encoding karakter UTF-8 (mojibake) pada petunjuk skill dan dokumentasi proyek.)*
158
+ - Bumped plugin, package, and blueprint versions to `v2.4.0`.
159
+ *(Meningkatkan versi plugin, package, dan blueprint ke `v2.4.0`.)*
160
+
161
+ ---
162
+
163
+ ## [1.8.0] - 2026-08-09
164
+
165
+ ### Added / Ditambahkan
166
+ - Added `website-design-cloner` skill module: Reverse-engineer website designs & templates directly from any live target URL into 1:1 code (Tailwind CSS v4 `@theme`, React 19, Next.js 15 App Router).
167
+ *(Menambahkan modul skill `website-design-cloner`: Mempelajari dan merekayasa balik desain situs web & template secara langsung dari URL target ke kode presisi 1:1.)*
168
+ - Integrated URL design cloning triggers and handoff protocols into `web-scraper`, `ui-ux-pro-max`, and `brainstorming`.
169
+ *(Mengintegrasikan pemicu duplikasi desain URL dan protokol handoff ke dalam `web-scraper`, `ui-ux-pro-max`, dan `brainstorming`.)*
170
+
171
+ ### Changed / Diubah
172
+ - Bumped plugin and package versions to `v1.8.0`.
173
+ *(Meningkatkan versi plugin dan package ke `v1.8.0`.)*
174
+
175
+ ---
176
+
177
+ ## [1.7.0] - 2026-08-09
178
+
179
+ ### Added / Ditambahkan
180
+ - Automated PRD & Roadmap creation protocol: `prd-architect` and `zero-to-prod-orchestrator` now enforce generating both `PRD.md` and `ROADMAP.md` before any code implementation begins on new projects.
181
+ *(Protokol otomatisasi PRD & Roadmap: `prd-architect` dan `zero-to-prod-orchestrator` sekarang mewajibkan pembuatan `PRD.md` dan `ROADMAP.md` sebelum penulisan kode dimulai.)*
182
+ - Explicit **Skill Orchestration & Handoff** matrices added across domain expert skills (`senior-frontend`, `js-backend-expert`, `ai-llm-integration-expert`, `saas-multi-tenant`, `auto-doc-updater`).
183
+ *(Menambahkan matriks **Skill Orchestration & Handoff** eksplisit pada seluruh skill domain spesialis.)*
184
+
185
+ ### Changed / Diubah
186
+ - Upgraded master orchestrator `brainstorming` and `zero-to-prod-orchestrator` to seamlessly cross-reference and delegate to all 77 specialized skills in `vibes-plug`.
187
+ *(Memperbarui orchestrator master `brainstorming` dan `zero-to-prod-orchestrator` untuk mendelegasikan tugas secara dinamis ke seluruh 77 skill di `vibes-plug`.)*
188
+ - Bumped plugin and package versions to `v1.7.0`.
189
+ *(Meningkatkan versi plugin dan package ke `v1.7.0`.)*
8
190
 
9
191
  ---
10
192
 
package/CLAUDE.md ADDED
@@ -0,0 +1,70 @@
1
+ # Vibes-Plug — 134+ Skills Ecosystem for AI-Powered Development
2
+
3
+ > **v2.8.0 (2026 Edition)** — Universal AI plugin with 134+ specialized skills for modern tech stacks (React 19, Next.js 15, Tailwind v4, Bun 1.2+, Hono v4, Node.js 24 LTS, Python 3.14, TypeScript 5.8+, Go 1.25+, Rust 2024).
4
+
5
+ ## How This Plugin Works
6
+
7
+ This repository contains **134+ specialized skill files** in the `skills/` directory. Each skill is a `SKILL.md` file with domain-specific instructions, best practices, and code patterns.
8
+
9
+ **Before starting any task**, identify which skills are relevant and read their `SKILL.md` files. Skills are organized by domain:
10
+
11
+ | Domain | Skills |
12
+ |--------|--------|
13
+ | 🤖 AI & Agentic | `ai-llm-integration-expert`, `ai-cost-token-optimizer`, `ai-prompt-engineering-expert`, `mcp-server-architect`, `mcp-client-orchestrator`, `multi-agent-orchestration`, `vector-db-rag-expert`, `gemini-agent-booster`, `doku-mcp-server` |
14
+ | 🎨 Design & UI/UX | `design-system-architect`, `hig`, `monday-design-aesthetic`, `ui-components-expert`, `ui-ux-pro-max`, `visual-qa-vision-agent`, `glsl-shader-expert`, `web-3d-graphics-expert`, `webxr-ar-vr-expert`, `svg-animation-motion-expert` |
15
+ | 🖥️ Frontend & State | `senior-frontend`, `tailwind-expert`, `tanstack-query-expert`, `state-management-expert`, `nextjs-app-router-expert`, `vue-frontend-expert`, `spa-orchestrator`, `mpa-orchestrator`, `multiple-entry-points`, `performance-web-vitals`, `app-analyzer-optimizer`, `apple-ecosystem-expert`, `bootstrap-to-modern`, `form-validation-expert`, `project-context-mapper`, `tauri-expert`, `web-game-engine-expert` |
16
+ | 📱 Mobile | `mobile-expo-expert`, `mobile-push-notification-expert` |
17
+ | ⚙️ Backend & Languages | `js-backend-expert`, `python-programming-expert`, `go-programming-expert`, `rust-programming-expert`, `typescript-expert`, `fullstack-expert`, `api-design-expert`, `graphql-apollo-expert`, `bun-runtime-expert`, `mvc-expert`, `openapi-swagger-codegen-expert` |
18
+ | ☁️ SaaS & Cloud | `saas-transformer`, `saas-mvp-launcher`, `saas-billing`, `saas-multi-tenant`, `cloud-hosting-expert`, `ci-cd-devops-architect`, `monorepo-architect`, `micro-frontend-architect`, `event-driven-architect`, `feature-flag-analytics-expert`, `payment-gateway-expert`, `doku-payment-gateway`, `legacy-code-translator` |
19
+ | 🗄️ Database & ORM | `database-orm-expert`, `edge-serverless-db-expert`, `supabase-migration`, `database-migration-versioning-expert` |
20
+ | 🔒 Security & Quality | `authentication-identity-expert`, `e2e-testing-expert`, `production-ready-hardener`, `autonomous-tdd-debugger`, `autonomous-red-teamer`, `autonomous-chaos-monkey`, `zero-trust-secret-vault`, `supabase-security-expert`, `firebase-security-expert`, `secure-fuzz-testing`, `scalability-clean-code`, `browser-automation-expert`, `rate-limit-abuse-prevention`, `compliance-gdpr-privacy-expert`, `error-resilience-expert`, `post-quantum-crypto-migrator` |
21
+ | 🔍 SEO | `seo` |
22
+ | ⏱️ Async & Scheduling | `async-queue-temporal-expert`, `background-jobs-queue-expert`, `cron-scheduler-expert`, `sse-websocket-streaming-expert`, `realtime-collaboration-expert` |
23
+ | 📊 Data & Observability | `data-telemetry-expert`, `data-pipeline-etl-expert`, `logging-error-tracking-expert`, `email-notification-expert`, `file-upload-media-expert` |
24
+ | 🛠️ Utilities | `brainstorming`, `prd-architect`, `auto-doc-updater`, `token-saver`, `session-context-loader`, `session-handoff-resume`, `project-context-mapper`, `vibe-code-gardener`, `web-scraper`, `website-design-cloner`, `coderabbit`, `asisten-ramah`, `skill-baru`, `dependency-upgrade-migrator`, `self-evolving-memory-graph`, `self-healing-cloud-orchestrator`, `proactive-background-watcher`, `domain-driven-design-expert`, `api-gateway-proxy-expert`, `wasm-edge-computing-expert`, `global-a11y-i18n-expert`, `zero-to-prod-orchestrator` |
25
+
26
+ ---
27
+
28
+ ## Core Rules
29
+
30
+ ### 1. Deep Reasoning Before Action
31
+ Do not act impulsively. Before writing code, modifying files, or making architectural decisions, engage in a mandatory reasoning phase:
32
+ 1. **Analyze** constraints, edge cases, and implications.
33
+ 2. **Critique** your initial assumptions — is there a more scalable or modern approach?
34
+ 3. **Validate** the solution against best practices and non-functional requirements.
35
+ 4. **Execute** only after the reasoning chain is complete.
36
+
37
+ ### 2. Skill Orchestration Protocol
38
+ When a new skill `SKILL.md` is created or modified:
39
+ 1. Update `skills/brainstorming/SKILL.md` — add to the Skill Integration & Orchestration Matrix.
40
+ 2. Update `skills/zero-to-prod-orchestrator/SKILL.md` — add to the relevant Phase.
41
+ 3. Verify both English and Bahasa Indonesia sections are accurate.
42
+
43
+ ### 3. Bilingual Ecosystem
44
+ This ecosystem serves English and Indonesian developers. Every `SKILL.md` must provide bilingual context for critical concepts. Headings can be in either language.
45
+
46
+ ### 4. Anti-Slop
47
+ No generic filler text ("As an AI language model..."). Instructions must be imperative, direct, and token-efficient.
48
+
49
+ ### 5. Mandatory Documentation for New Projects
50
+ When initiating a new project from scratch, ensure the automatic generation of:
51
+ - Product Requirements Document (`PRD.md`)
52
+ - Entity Relationship Diagram (`ERD.md`)
53
+ - General Documentation (`DOKUMENTASI.md`)
54
+
55
+ ### 6. SKILL.md File Standard
56
+ Every `SKILL.md` MUST have:
57
+ - YAML frontmatter (`name`, `description`, `author`)
58
+ - A section named `## Orchestration & Integration` or `## Integrasi Orkestrasi`
59
+ - Registration in `brainstorming/SKILL.md` and `zero-to-prod-orchestrator/SKILL.md`
60
+
61
+ ---
62
+
63
+ ## Orchestration Workflow
64
+
65
+ 1. **Ideation & Planning:** `brainstorming` → `prd-architect` → `gemini-agent-booster`
66
+ 2. **Design & Frontend:** `design-system-architect` → `ui-ux-pro-max` → `senior-frontend` + `ui-components-expert`
67
+ 3. **Backend & Architecture:** `js-backend-expert` / `go-programming-expert` / `rust-programming-expert` → `event-driven-architect` → `autonomous-tdd-debugger`
68
+ 4. **AI Integration:** `ai-llm-integration-expert` → `mcp-server-architect` → `multi-agent-orchestration`
69
+ 5. **SaaS Transformation:** `saas-transformer` / `saas-mvp-launcher` → auto-coordinates billing, tenancy, payments
70
+ 6. **Quality & Launch:** `e2e-testing-expert` → `vibe-code-gardener` → `seo` → `production-ready-hardener`
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 roedy
3
+ Copyright (c) 2026 Roedy Rustam
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal