graph TD
subgraph PLATFORMS["π Universal AI Platform Entry Points"]
AGY["π€ Google Antigravity (AGY)<br/>via AGENTS.md"]
CLAUDE["π§ Claude Code / Desktop<br/>via CLAUDE.md & .claude/rules/"]
CURSOR["β‘ Cursor IDE<br/>via .cursorrules & .cursor/rules/"]
end
DIRECTOR["π― Swarm Director & Orchestration Protocol<br/>brainstorming β’ zero-to-prod β’ multi-agent-orchestration β’ prd-architect"]
subgraph SWARM["β‘ 125 Specialized Engineering Skills Swarm Ecosystem"]
D1["π‘ Discovery, Ideation & Architecture (10 Skills)<br/>brainstorming β’ prd-architect β’ session-memory-manager β’ anti-slop"]
D2["π€ AI, LLM & Agentic Systems (14 Skills)<br/>ai-llm-integration β’ vercel-ai-sdk β’ deep-research β’ pydantic-ai β’ synthetic-data β’ mcp-server"]
D3["π¨ Design Systems, UI/UX & Visuals (13 Skills)<br/>design-system β’ modern-css-native β’ hig β’ ui-ux-pro-max β’ data-visualization"]
D4["π₯οΈ Frontend Frameworks & State (20 Skills)<br/>senior-frontend β’ pwa-offline-first β’ tailwind-expert β’ astro β’ svelte β’ solidjs"]
D5["π± Mobile, Desktop & WebXR (7 Skills)<br/>mobile-expo β’ apple-ecosystem β’ tauri β’ desktop-electron β’ webxr-ar-vr"]
D6["βοΈ Backend, Microservices & Runtimes (21 Skills)<br/>js-backend β’ python β’ go β’ rust β’ bun β’ api-design β’ n8n-automation β’ chatbot"]
D7["ποΈ Database, ORM, Search & Data (10 Skills)<br/>database-orm β’ graph-rag-knowledge β’ search-engine β’ data-pipeline-etl"]
D8["βοΈ SaaS, Commerce & Cloud (14 Skills)<br/>saas-architect β’ saas-billing β’ ecommerce β’ payment-gateway β’ doku-gateway β’ ci-cd"]
D9["π Testing, Security, A11y & Resilience (16 Skills)<br/>e2e-testing β’ accessibility-testing β’ zero-trust β’ error-resilience β’ autonomous-tdd"]
end
PROD["π Production-Ready Release<br/>Scalable, Secure, Accessible, AI-Native & Fully Hardened"]
AGY --> DIRECTOR
CLAUDE --> DIRECTOR
CURSOR --> DIRECTOR
DIRECTOR --> D1
D1 --> D2
D1 --> D3
D2 --> D6
D3 --> D4
D4 --> D5
D4 --> D8
D6 --> D7
D6 --> D8
D7 --> D9
D8 --> D9
D9 --> PROD
classDef hero fill:#2d1b4e,stroke:#a855f7,stroke-width:2px,color:#fff;
classDef ai fill:#1e1b4b,stroke:#818cf8,stroke-width:2px,color:#f8fafc;
classDef ui fill:#831843,stroke:#f472b6,stroke-width:2px,color:#f8fafc;
classDef front fill:#0f3f2a,stroke:#34d399,stroke-width:2px,color:#f8fafc;
classDef back fill:#451a03,stroke:#fbbf24,stroke-width:2px,color:#f8fafc;
classDef saas fill:#3b0764,stroke:#c084fc,stroke-width:2px,color:#f8fafc;
classDef db fill:#042f2e,stroke:#2dd4bf,stroke-width:2px,color:#f8fafc;
classDef sec fill:#4c0519,stroke:#fb7185,stroke-width:2px,color:#f8fafc;
classDef util fill:#1e293b,stroke:#94a3b8,stroke-width:2px,color:#f8fafc;
classDef target fill:#064e3b,stroke:#34d399,stroke-width:2px,color:#ecfdf5;
class AGY,CLAUDE,CURSOR,DIRECTOR hero;
class D1 util;
class D2 ai;
class D3 ui;
class D4 front;
class D5 front;
class D6 back;
class D7 db;
class D8 saas;
class D9 sec;
class PROD target;
2026 Edition β Universal AI plugin for Antigravity, Claude, and Cursor containing 125 specialized skills updated for the modern 2026 tech stack (React 19, Next.js 15, Tailwind v4, Bun 1.2+, Hono v4, Node.js 24 LTS, Python 3.14, TypeScript 5.8+). Designed to support software development, UI/UX design, AI/LLM integration, SEO optimization, and SaaS business strategies.
Clone the Git repository directly into your Antigravity plugins directory.
Windows (PowerShell / CMD):
git clone https://github.com/roedyrustam/vibes-plug.git "$HOME\.gemini\config\plugins\vibes-plug"Mac / Linux (Terminal):
git clone https://github.com/roedyrustam/vibes-plug.git ~/.gemini/config/plugins/vibes-plugAntigravity will automatically scan the folder and detect all plugins and skills.
Clone vibes-plug and run the installer to set up Claude-compatible config files.
# 1. Clone the repo
git clone https://github.com/roedyrustam/vibes-plug.git ~/vibes-plug
# 2. Run the Claude installer
node ~/vibes-plug/scripts/install.js --claudeThis copies CLAUDE.md, .claude/rules/, and skills/ to ~/.claude/.
Per-project install (optional β for project-specific rules):
node ~/vibes-plug/scripts/install.js --claude --project ./my-projectCursor uses per-project configuration. Clone vibes-plug and install into your project:
# 1. Clone the repo
git clone https://github.com/roedyrustam/vibes-plug.git ~/vibes-plug
# 2. Run the Cursor installer
node ~/vibes-plug/scripts/install.js --cursor --project ./my-projectThis copies .cursorrules, .cursor/rules/, and skills/ to your project directory.
node ~/vibes-plug/scripts/install.js --all --project ./my-projectTip: To update skills in the future, run
git pullfrom inside thevibes-plugfolder, then re-run the installer.
Using npm:
npm install vibes-plugUsing curl & tar:
mkdir -p ~/.gemini/config/plugins/vibes-plug && curl -L https://registry.npmjs.org/vibes-plug/-/vibes-plug-2.14.0.tgz | tar -xz -C ~/.gemini/config/plugins/vibes-plug --strip-components=1This plugin provides the following 125 specialized skills across 9 core engineering domains:
- Ai Llm Integration Expert (
ai-llm-integration-expert): Expert guide for integrating Large Language Models (LLMs), Model Context Protocol (MCP), dynamic model routing, prompt caching, RAG architecture, vector databases, and AI agents. - Vercel Ai Sdk Expert (
vercel-ai-sdk-expert): Expert guide for Vercel AI SDK (Core, UI, RSC), streaming structured data, multi-provider model switching, tool calling loops, and React 19/Next.js 15 AI engineering. - Deep Research Analyst (
deep-research-analyst): Expert guide for autonomous deep research, iterative web search, citation verification, evidence graph synthesis, and hallucination mitigation. - Pydantic Ai Expert (
pydantic-ai-expert): Expert guide for type-safe Python AI agent development with Pydantic AI β dependency injection, structured outputs, model-agnostic routing, and graph workflows. - Synthetic Data Finetuning Expert (
synthetic-data-finetuning-expert): Expert guide for synthetic dataset generation, LLM-as-a-judge filtering, QLoRA fine-tuning (Unsloth), DPO alignment, and GGUF/Ollama export for local SLMs. - Voice Ai Realtime Agent (
voice-ai-realtime-agent): Expert guide for Ultra-Low Latency Conversational Voice AI (<300ms), WebRTC bidirectional streaming, OpenAI Realtime API, Gemini Multimodal Live Audio, LiveKit Agents, and Semantic VAD. - Local Slm Edge Ai Expert (
local-slm-edge-ai-expert): Expert guide for Local Small Language Models (SLMs) and Edge AI execution β WebLLM, Transformers.js v3, ONNX Runtime Web, WebGPU, and zero-latency local embeddings. - Ai Prompt Engineering Expert (
ai-prompt-engineering-expert): Expert guide for systematic Prompt Engineering, automated evaluations (Promptfoo, DeepEval, Ragas), Chain-of-Thought, few-shot prompting, structured output (JSON mode), and prompt versioning. - Ai Media Generation Expert (
ai-media-generation-expert): Expert guide for AI image generation (Flux, DALL-E, Stable Diffusion), video generation (Sora, Runway), voice synthesis (ElevenLabs TTS), and speech recognition (Whisper STT) integration. - Vector Db Rag Expert (
vector-db-rag-expert): Expert guide for high-performance Vector Databases, RAG architectures, pgvector HNSW indexing, hybrid search (Dense + BM25), and semantic chunking. - Mcp Server Architect (
mcp-server-architect): Ultimate guide for designing, building, security-hardening, and dynamically consuming modern AI Tools/Bots via Model Context Protocol (MCP) in TypeScript and Python. - Multi Agent Orchestration (
multi-agent-orchestration): Expert guide for designing and orchestrating multi-agent systems, agent swarms, graph-based workflows (LangGraph, CrewAI, AutoGen), shared state memory, and human-in-the-loop guardrails in English and Indonesian. - Gemini Agent Booster (
gemini-agent-booster): Master optimization protocol for Gemini Agent (Antigravity) to unlock native 1M+ long-context reasoning, multimodal vision UI audits, visual subagent feedback, and high-speed problem solving. - Proactive Background Watcher (
proactive-background-watcher): Grants the AI the ability to act proactively using native cron/timer scheduling. The agent can monitor systems, poll APIs, or watch logs in the background and self-trigger without waiting for user prompts. - Doku Mcp Server (
doku-mcp-server): Expert guide for DOKU Model Context Protocol (MCP) Server integration. Enables AI Agentic Commerce with tools for payment links, Virtual Accounts, QRIS, transaction status checks, and client configuration (Claude Desktop, Cursor, AGY).
- Design System Architect (
design-system-architect): Expert guide for designing, building, and maintaining scalable UI design systems with design tokens, 4-pillar headless primitives (Radix UI, Base UI), Material Design 3 (M3), Tailwind v4 @theme, and WCAG 2.2 accessibility. - Hig (
hig): Applies Human Interface Guidelines (HIG) principles β Hierarchy, Harmony, and Consistency β to UI/UX designs to ensure intuitive and cohesive interfaces. - Ui Ux Pro Max (
ui-ux-pro-max): Comprehensive design guide & BM25 search engine for web and mobile applications across 11 tech stacks with SaaS aesthetic presets. - Data Visualization Expert (
data-visualization-expert): Expert guide for data visualization, charts, and dashboards using D3.js, Recharts, Chart.js, Nivo, and Tremor. - Rich Text Editor Expert (
rich-text-editor-expert): Expert guide for rich text editor integration (Tiptap, Lexical, ProseMirror), collaborative editing, and custom extensions. - Svg Animation Motion Expert (
svg-animation-motion-expert): Expert guide for web animations: SVG manipulation, Framer Motion 12+, GSAP 3, CSS Scroll-Driven Animations, and View Transitions API. - Web 3d Graphics Expert (
web-3d-graphics-expert): Expert guide for WebGL and 3D graphics in the browser using Three.js, Babylon.js, React Three Fiber (R3F), and TresJS. Covers scene optimization, shaders, lighting, 3D model loading (GLTF/GLB), and performance tuning. - Glsl Shader Expert (
glsl-shader-expert): Expert guide for writing custom GLSL shaders (Vertex/Fragment) for WebGL using Three.js and Babylon.js. Covers shader materials, post-processing, noise, and performance optimization. - Webxr Ar Vr Expert (
webxr-ar-vr-expert): Expert guide for WebXR (Web-based Virtual and Augmented Reality) development using Babylon.js and Three.js. Covers device compatibility, immersive sessions, controllers, and hit-testing. - Modern Css Native Expert (
modern-css-native-expert): Expert guide for cutting-edge Native CSS (2026 Standard) β CSS Anchor Positioning, @starting-style, View Transitions Level 2, Container Queries, and :has(). - Visual Qa Vision Agent (
visual-qa-vision-agent): Equips the AI agent with visual QA capabilities using Playwright/Puppeteer and the agent's innate Vision capabilities to self-correct UI layout, CSS alignment, and visual regressions.
- Senior Frontend (
senior-frontend): Frontend development for React 19, Next.js 15, TypeScript, and Tailwind CSS v4. - Pwa Offline First Expert (
pwa-offline-first-expert): Expert guide for Local-First & Offline-First architectures, CRDT conflict-free sync (RxDB, ElectricSQL, PowerSync), OPFS SQLite, Service Worker v3, and PWABuilder deployment. - Nextjs App Router Expert (
nextjs-app-router-expert): Expert guide for Next.js 15 App Router: RSC, Server Actions, Middleware, Parallel/Intercepting Routes, Streaming, and Caching strategies. - Tailwind Expert (
tailwind-expert): Expert guide for Tailwind CSS v4, CSS-first configuration, @theme customization, and modern responsive design. - Astro Framework Expert (
astro-framework-expert): Expert guide for Astro 5+ framework β Content Collections, Islands Architecture, View Transitions, partial hydration, and MDX integration. - Svelte Sveltekit Expert (
svelte-sveltekit-expert): Expert guide for Svelte 5 (Runes) and SvelteKit 2+ β fine-grained reactivity, server-first architecture, form actions, and SSR/SSG. - Solidjs Expert (
solidjs-expert): Expert guide for SolidJS 2 and SolidStart β fine-grained reactivity, signals, createResource, and server-first rendering. - Angular Expert (
angular-expert): Expert guide for Angular 19+ enterprise applications β Signals, Standalone Components, NgRx SignalStore, SSR with Hydration, and Angular Material 3. - Vue Frontend Expert (
vue-frontend-expert): Expert guide for Vue 3 (Composition API), Nuxt 3, and Pinia. Covers advanced reactive state management,<script setup>syntax, Vue Router, VueUse, and SPA/SSR architectural patterns in English and Indonesian. - Form Validation Expert (
form-validation-expert): Expert guide for complex form handling with React Hook Form, server-side validation (useActionState + Zod), multi-step wizards, and accessible form patterns. - State Management Expert (
state-management-expert): Expert guide for modern client-side state management: Zustand, Jotai, Valtio, TanStack Store, Redux Toolkit, and server state patterns with TanStack Query. - Tanstack Query Expert (
tanstack-query-expert): Advanced TanStack Query (v5) expert. Covers useSuspenseQuery, infinite scrolling, optimistic mutations, SSR/React Server Components hydration, and advanced cache invalidation. - Spa Orchestrator (
spa-orchestrator): Orchestrates Single-Page Application (SPA) architecture, integrating frontend state management with API-driven backends. - Mpa Orchestrator (
mpa-orchestrator): Orchestrates Multi-Page Application (MPA) architecture within a single repository, integrating with relevant skills. - Bootstrap To Modern (
bootstrap-to-modern): Expert skill to refactor and migrate legacy Bootstrap CSS applications to modern stacks using Tailwind CSS v4 and Alpine.js. - Performance Web Vitals (
performance-web-vitals): Expert guide for Web Performance optimization: Core Web Vitals (LCP, INP, CLS), bundle analysis, image optimization, rendering strategies, and Lighthouse score improvement. - Realtime Collaboration Expert (
realtime-collaboration-expert): Expert guide for building real-time collaboration features using WebSockets, WebRTC, CRDTs (Yjs, Automerge), and Liveblocks. - Mobile Expo Expert (
mobile-expo-expert): Expert guide for React Native 0.79+ and Expo SDK 53+ development. Covers cross-platform mobile architecture, Expo Router v4, New Architecture, OTA updates, and native modules. - Apple Ecosystem Expert (
apple-ecosystem-expert): Expert guide for Apple Ecosystem development. Covers iOS support, Safari WebKit compatibility, PWAs (Progressive Web Apps) for iOS, and Human Interface Guidelines (HIG) for web and native apps. - Desktop Electron Expert (
desktop-electron-expert): Expert guide for Electron 33+ desktop application development β Electron Forge, context isolation, IPC security, native menus, auto-updates, and multi-window management. - Tauri Expert (
tauri-expert): Expert skill for Tauri (v2) development, Rust backend, IPC, and security. - Web Game Engine Expert (
web-game-engine-expert): Expert guide for web-based game development. Covers Entity Component System (ECS) architectures, physics engines (Rapier, Havok, Cannon-es), collision detection, and game loop optimization. - Blockchain Web3 Expert (
blockchain-web3-expert): Expert guide for Web3 and blockchain dApp integration β viem, wagmi v2, ethers.js v6, RainbowKit, smart contract interactions, and EVM wallet state. - Multiple Entry Points (
multiple-entry-points): Expert guide for designing and implementing Multiple Entry Points architecture in web applications. - Micro Frontend Architect (
micro-frontend-architect): Expert guide for designing Micro-Frontend architectures using Webpack Module Federation, Vite Federation, and Single-SPA for large scale Vue and React applications.
- Js Backend Expert (
js-backend-expert): Expert-level skill for Node.js 24+ (LTS), Bun 1.2+, and Deno 2.x backend development. Covers Express 5, Fastify 5, Hono v4, NestJS, Prisma 6, Drizzle ORM, WebSockets, BullMQ, OpenTelemetry, and microservices in English and Indonesian. - Bun Runtime Expert (
bun-runtime-expert): Expert guide for Bun JavaScript/TypeScript runtime. Use when building, testing, or deploying applications with Bun. - Python Programming Expert (
python-programming-expert): Expert-level skill for Python programming (Python 3.13/3.14+). Covers type safety, generic syntax (PEP 695), async/await TaskGroups, FastAPI 0.115+, Pydantic v2, uv package manager, Ruff, and pytest in English and Indonesian. - Go Programming Expert (
go-programming-expert): Expert-level skill for Go programming (Go 1.25+). Covers high-performance microservices, concurrency patterns, sqlc, net/http, Gin/Echo/Fiber, gRPC, and testing in English and Indonesian. - Rust Programming Expert (
rust-programming-expert): Expert-level skill for Rust programming (Rust 2024 / v1.85+). Covers memory safety, async, Axum/SQLx, CLI, and optimization in English and Indonesian. - Typescript Expert (
typescript-expert): Expert guide for TypeScript 5.8+ advanced type system, strict mode, generics, utility types, branded types, inferred type predicates, isolated declarations, and type-safe architectural patterns. - Mvc Expert (
mvc-expert): Expert guidelines to refactor legacy PHP codebases into clean, modern, and scalable MVC-structured projects. - Domain Driven Design Expert (
domain-driven-design-expert): Expert guide for Domain-Driven Design (DDD). Covers tactical patterns (Aggregates, Value Objects), strategic patterns (Bounded Contexts), event storming, and CQRS. - Api Design Expert (
api-design-expert): Expert guide for designing robust APIs: REST best practices, GraphQL, gRPC, tRPC, OpenAPI/Swagger, API versioning, rate limiting, and contract-first design. - Api Gateway Proxy Expert (
api-gateway-proxy-expert): Expert guide for API Gateways, Reverse Proxies, and Service Mesh. Covers Kong, Traefik, NGINX, Cloudflare Gateway, and load balancing. - Graphql Apollo Expert (
graphql-apollo-expert): Expert guide for designing and consuming GraphQL APIs. Covers Apollo Server/Client, NestJS GraphQL (Code-First & Schema-First), TypeGraphQL, caching, and N+1 query optimization. - Openapi Swagger Codegen Expert (
openapi-swagger-codegen-expert): OpenAPI 3.1 spec authoring, Swagger UI, automatic client/server code generation (openapi-typescript, Orval, Kiota), contract testing. - Async Queue Temporal Expert (
async-queue-temporal-expert): Unified expert guide for async job queues and durable workflows: BullMQ v5 (Redis queues), Trigger.dev v3 (serverless tasks), Inngest, and Temporal.io (distributed sagas). - Cron Scheduler Expert (
cron-scheduler-expert): Expert guide for scheduled tasks, cron jobs, recurring background work (Vercel Cron, Cloudflare Workers Cron, Inngest, node-cron), and distributed scheduling. - Sse Websocket Streaming Expert (
sse-websocket-streaming-expert): Expert guide for Server-Sent Events (SSE), WebSockets, and Streaming Architectures. Covers real-time data push, Socket.IO, Hono WebSocket, and AI response streaming. - N8n Automation Expert (
n8n-automation-expert): Expert guide for workflow automation (n8n, Zapier, Make), custom nodes, webhook triggers, and AI-powered automation chains. - Chatbot Messaging Expert (
chatbot-messaging-expert): Expert guide for chatbot and messaging platform integration (WhatsApp Business, Telegram Bot, Discord.js, Slack Bolt) and conversational AI. - Pdf Document Generation Expert (
pdf-document-generation-expert): Expert guide for PDF generation and document processing (React PDF, Puppeteer, jsPDF, pdf-lib). - Wasm Edge Computing Expert (
wasm-edge-computing-expert): Expert guide for WebAssembly (WASM) and Edge Computing. Covers WASI preview 2, Spin/Fermyon, Cloudflare Workers WASM, and high-performance browser computing. - Autonomous Tdd Debugger (
autonomous-tdd-debugger): Empowers the agent to autonomously run tests, read terminal stack traces, and self-heal code until tests pass. Transforms the agent from a passive coder to an active CI pipeline debugger.
- Saas Architect (
saas-architect): Master SaaS architecture guide for end-to-end MVP launch (0-to-1) and full enterprise transformation (1-to-N: multi-tenancy, billing, team management, feature gating). - Saas Multi Tenant (
saas-multi-tenant): Design and implement multi-tenant SaaS architectures with RLS, tenant isolation, and PostgreSQL. - Saas Billing (
saas-billing): Implement and audit SaaS billing systems, subscription state machines, secure webhooks, and local database synchronization. - Feature Flag Analytics Expert (
feature-flag-analytics-expert): Expert guide for Feature Flags & Progressive Rollout (PostHog, LaunchDarkly, GrowthBook), A/B testing orchestration, and canary releases. - Payment Gateway Expert (
payment-gateway-expert): Expert guide for integrating payment gateways (Stripe, PayPal, Xendit, Midtrans, DOKU) and secure webhooks into SaaS platforms. - Doku Payment Gateway (
doku-payment-gateway): Expert guide for integrating DOKU Payment Gateway (Jokul API v2). Covers HMAC-SHA256 header signature calculation, Checkout & Direct APIs (VA, QRIS, E-Wallet, Credit Card), webhook notification verification, and sandbox/production setup. - Ecommerce Expert (
ecommerce-expert): Expert guide for e-commerce architecture (Shopify Storefront, Medusa.js, Saleor), product catalogs, cart/checkout UX, and order management. - Headless Cms Expert (
headless-cms-expert): Expert guide for Headless CMS integration (Sanity, Payload CMS, Strapi, Contentful, Storyblok) with modern frameworks. - Wordpress Headless Expert (
wordpress-headless-expert): Expert guide for headless WordPress architecture β WPGraphQL, ACF Pro, Faust.js, Next.js/Astro frontend, webhooks, and caching. - Email Notification Expert (
email-notification-expert): Expert guide for transactional email (Resend, Postmark, SES), React Email templates, cross-platform push notifications (Expo Push, FCM, APNs, Live Activities), in-app notifications, and unified communication pipelines. - File Upload Media Expert (
file-upload-media-expert): Expert guide for file uploads (S3, R2, Supabase Storage), presigned URLs, image/video processing, CDN optimization, and media pipeline architecture. - Fullstack Expert (
fullstack-expert): Expert-level fullstack development guide covering multi-language (TypeScript, Python, Go, Rust), multi-framework (Next.js, FastAPI, Gin, Axum), API design, microservices, DevOps, and system design. - Monorepo Architect (
monorepo-architect): Expert guide for designing and managing scalable monorepos using Turborepo, pnpm workspaces, and shared packages. - Event Driven Architect (
event-driven-architect): Expert guide for microservices, message queues, Event Sourcing, and high-scale backend architectures. - Legacy Code Translator (
legacy-code-translator): Methodological guide for the AI Agent to safely and systematically translate, refactor, and modernize giant legacy codebases (PHP, Python 2, old React) into modern stacks. - Cloud Hosting Expert (
cloud-hosting-expert): Expert guide for deploying SaaS applications with multiple entry points on modern edge and serverless platforms like Vercel and Cloudflare. - Ci Cd Devops Architect (
ci-cd-devops-architect): Expert guide for continuous integration, deployment pipelines, Docker, Kubernetes, and Infrastructure as Code (IaC). - Self Healing Cloud Orchestrator (
self-healing-cloud-orchestrator): Real-time log monitoring, crash detection, and auto-hotfixing code without human intervention. - Dependency Upgrade Migrator (
dependency-upgrade-migrator): Expert guide for dependency upgrades, breaking change migrations, codemod automation, and package audit remediation. - Prd Architect (
prd-architect): Comprehensive guide for pre-code PRD, ERD, and documentation generation, plus continuous post-code ADR, CHANGELOG, and PROGRESS updates.
- Database Orm Expert (
database-orm-expert): Unified database skill covering ORM tools (Prisma 6, Drizzle ORM), zero-downtime expand-and-contract migrations, serverless/edge DBs (Neon, Turso, Cloudflare D1), query optimization, and Supabase CLI workflows. - Graph Rag Knowledge Expert (
graph-rag-knowledge-expert): Expert guide for Knowledge Graphs, GraphRAG, Microsoft GraphRAG, Neo4j Text2Cypher, multi-hop relational retrieval, and hybrid vector-graph search. - Search Engine Expert (
search-engine-expert): Expert guide for full-text search engines (Typesense, Meilisearch, Elasticsearch), faceted search, and autocomplete. - Geospatial Maps Expert (
geospatial-maps-expert): Expert guide for maps and geospatial data (Mapbox GL JS, Leaflet, Google Maps, PostGIS). - Data Pipeline Etl Expert (
data-pipeline-etl-expert): Expert guide for Data Pipelines, ETL/ELT, and Analytics Engineering. Covers dbt, Apache Airflow, Dagster, BigQuery, ClickHouse, dan DuckDB.
- E2e Testing Expert (
e2e-testing-expert): Expert guide for End-to-End (E2E) testing with Playwright, unit/integration testing with Vitest, and CI/CD automated testing pipeline setup. - Accessibility Testing Expert (
accessibility-testing-expert): Expert guide for automated and manual Web Accessibility (a11y) testing β axe-core, Pa11y, Playwright a11y, screen reader testing, and WCAG 2.2 Level AA/AAA compliance. - Browser Automation Expert (
browser-automation-expert): Expert guide for autonomous web agents (Browser-Use, Stagehand), hardcore anti-bot evasion (Playwright Stealth, WebGL masking), and Vision LLM visual QA. - Authentication Identity Expert (
authentication-identity-expert): Expert guide for implementing secure authentication, authorization (RBAC/ABAC), OAuth2, and identity management (Clerk, Auth.js, Supabase Auth). - Rate Limit Abuse Prevention (
rate-limit-abuse-prevention): Expert guide for API rate limiting, bot protection, DDoS mitigation, brute-force prevention, and abuse detection. - Secure Fuzz Testing (
secure-fuzz-testing): Expert-level skill for writing and integrating coverage-guided fuzz tests in Python, Rust, and Go for secure code validation in English and Indonesian. - Autonomous Red Teamer (
autonomous-red-teamer): AI-driven dynamic security fuzzing, exploit generation (XSS, SQLi, SSRF, Prompt Injection), and automated patch remediation. - Error Resilience Expert (
error-resilience-expert): Expert guide for error handling patterns, resilience engineering, retry strategies, circuit breakers, graceful degradation, and automated chaos failure injection across React, Next.js, and Node.js. - Logging Error Tracking Expert (
logging-error-tracking-expert): Expert guide for structured logging (Pino, Winston), error tracking (Sentry), log aggregation (Axiom, Datadog), request correlation, and GDPR-compliant log management. - Post Quantum Crypto Migrator (
post-quantum-crypto-migrator): FinTech future-proofing. Scans and migrates classical encryption to NIST-approved Post-Quantum Cryptography (PQC). - Compliance Gdpr Privacy Expert (
compliance-gdpr-privacy-expert): Expert guide for Data Privacy, GDPR, CCPA, and PDPA compliance. Covers consent management, data retention, privacy-by-design, and audit trails. - Global A11y I18n Expert (
global-a11y-i18n-expert): Expert guide for Web Accessibility (WCAG a11y) and Internationalization (i18n). - Zero Trust Secret Vault (
zero-trust-secret-vault): Expert guide for Zero-Trust Secret Management (Infisical, HashiCorp Vault, Doppler), automated API key rotation, and environment security. - Firebase Security Expert (
firebase-security-expert): Firebase security expert to audit Security Rules (Firestore/Realtime Database/Storage), authentication, API keys, data leakage prevention, and App Check configuration. - Supabase Security Expert (
supabase-security-expert): Supabase security expert to audit RLS (Row Level Security), RBAC, relational databases, prevent data leakage, and utilize Supabase Linter. - Scalability Clean Code (
scalability-clean-code): Software architecture guidelines to maintain code readability (Clean Code, SOLID, DRY) and application scalability. - Biome Linter Formatter Expert (
biome-linter-formatter-expert): Expert guide for Biome (Rust-based linter + formatter), ESLint/Prettier migration, and code quality tooling. - Production Ready Hardener (
production-ready-hardener): Ultimate production readiness skill that orchestrates all relevant skills (frontend, backend, security, performance, SEO, testing, DevOps) to harden applications before deployment. - Zero To Prod Orchestrator (
zero-to-prod-orchestrator): Master orchestrator to build an application from scratch to a production-ready release, enforcing strict step-by-step progression and continuous documentation.
- Seo (
seo): Run a broad SEO audit across technical SEO, on-page SEO, schema, sitemaps, content quality, AI search readiness, and GEO.
- Brainstorming (
brainstorming): Master ideation protocol & architectural orchestrator with Modern Web Guidance. Validates design ideas and orchestrates all specialized vibes-plug skills before coding begins. - Session Memory Manager (
session-memory-manager): Manages the entire session lifecycle: from context loading (PRD, Tech Stack) at startup, to maintaining persistent project memory during active sessions, and creating ultra-compact checkpoints for handoff. - Anti Slop (
anti-slop): Comprehensive Anti-AI Slop enforcement guide, token budgeting, and code gardening protocol to eliminate placeholders, fluff, and architectural decay. - App Analyzer Optimizer (
app-analyzer-optimizer): Deeply analyzes application architecture and structure to perform audit, bottleneck detection, and code/performance optimization. - Data Telemetry Expert (
data-telemetry-expert): Expert guide for observability, analytics, telemetry, and data pipelines (OpenTelemetry, PostHog, Mixpanel). - Coderabbit (
coderabbit): AI-powered automated code review, PR summarization, and interactive developer feedback. - Web Scraper (
web-scraper): Smart agentic web data extraction with multi-strategy scraping (Crawl4AI v4, Firecrawl), LLM extraction loops, anti-bot bypass, and structured export. - Website Design Cloner (
website-design-cloner): Analyzes and reverse-engineers website designs directly from a target URL, extracting layout structures, design tokens (colors, typography, spacing), component hierarchies, visual assets, and responsive behaviors to enable full 1:1 duplication into modern code (Tailwind CSS v4, React/Next.js, HTML/CSS). - Documentation Site Expert (
documentation-site-expert): Expert guide for technical documentation sites (Mintlify, Docusaurus, Storybook, VitePress) and component documentation.
To unlock the full potential of vibes-plug, skills are designed to act as a highly orchestrated, interconnected swarm that builds upon each other:
- Ideation & Planning: Start with
brainstormingandprd-architectto validate requirements, architectures, and design ideas. Triggergemini-agent-boosterfor deep architectural reasoning. Keepsession-memory-managerandanti-slopactive to eliminate placeholders and fluff. - Design & Frontend: Trigger
design-system-architectandui-ux-pro-maxto establish tokens, then usesenior-frontendalongsidemodern-web-guidanceandtanstack-query-expertto build robust, accessible UIs. - Backend & Architecture: Orchestrate
js-backend-expert(orgo-programming-expert/rust-programming-expert) withevent-driven-architect,async-queue-temporal-expert, andautonomous-tdd-debuggerfor high-performance, scalable backends. Addauthentication-identity-expertfor secure auth flows. - AI Integration: Invoke
ai-llm-integration-expertandmcp-server-architectfor LLM integrations and MCP tooling. Usemulti-agent-orchestrationfor complex agentic workflows. - SaaS Transformation: Invoke
saas-architectβ this master skill automatically coordinatessaas-multi-tenant,saas-billing,feature-flag-analytics-expert,payment-gateway-expert, andsupabase-security-expert. - Quality & Launch: Use
e2e-testing-expert,browser-automation-expert,zero-trust-secret-vault,anti-slop, andseoto validate and purge code bloat. Finally, invokeproduction-ready-hardenerto audit the entire system before Edge/Cloud deployment.
By letting skills naturally invoke one another, you transform the AI into a complete, end-to-end engineering team.
For those who want to contribute by adding new skills or updating existing ones, please read our complete guide at CONTRIBUTING.md.
| Platform | Entry Point | Config Files | Skills Access |
|---|---|---|---|
| Antigravity (AGY) | AGENTS.md |
plugin.json |
Direct via skills/ |
| Claude Code | CLAUDE.md |
.claude/rules/*.md |
Via skills/ directory |
| Cursor IDE | .cursorrules |
.cursor/rules/*.mdc |
Via skills/ directory |
v2.14.0 (2026 Edition) β 125 active skills | Supports AGY + Claude + Cursor
https://github.com/roedyrustam/vibes-plug.git
This project is licensed under the MIT License β see the LICENSE file for details.
Copyright (c) 2026 Roedy Rustam.
Edisi 2026 β Plugin AI universal untuk Antigravity, Claude, dan Cursor yang berisi 125 skills khusus yang diperbarui untuk tech stack modern 2026 (React 19, Next.js 15, Tailwind v4, Bun 1.2+, Hono v4, Node.js 24 LTS, Python 3.14, TypeScript 5.8+). Dirancang untuk menunjang pengembangan perangkat lunak, desain UI/UX, integrasi AI/LLM, optimasi SEO, hingga strategi bisnis SaaS.
Clone repositori Git ke dalam direktori plugin Antigravity.
Windows (PowerShell / CMD):
git clone https://github.com/roedyrustam/vibes-plug.git "$HOME\.gemini\config\plugins\vibes-plug"Mac / Linux (Terminal):
git clone https://github.com/roedyrustam/vibes-plug.git ~/.gemini/config/plugins/vibes-plugAntigravity akan otomatis memindai folder dan mendeteksi seluruh plugin beserta skills.
Clone vibes-plug dan jalankan installer untuk mengkonfigurasi Claude.
# 1. Clone repo
git clone https://github.com/roedyrustam/vibes-plug.git ~/vibes-plug
# 2. Jalankan installer Claude
node ~/vibes-plug/scripts/install.js --claudeIni akan menyalin CLAUDE.md, .claude/rules/, dan skills/ ke ~/.claude/.
Instalasi per-project (opsional):
node ~/vibes-plug/scripts/install.js --claude --project ./proyek-sayaCursor menggunakan konfigurasi per-project. Clone vibes-plug lalu install ke proyek Anda:
# 1. Clone repo
git clone https://github.com/roedyrustam/vibes-plug.git ~/vibes-plug
# 2. Jalankan installer Cursor
node ~/vibes-plug/scripts/install.js --cursor --project ./proyek-sayaIni akan menyalin .cursorrules, .cursor/rules/, dan skills/ ke direktori proyek Anda.
node ~/vibes-plug/scripts/install.js --all --project ./proyek-sayaTip: Untuk memperbarui skill, cukup jalankan
git pulldari foldervibes-plug, lalu jalankan installer ulang.
Menggunakan npm:
npm install vibes-plugMenggunakan curl & tar:
mkdir -p ~/.gemini/config/plugins/vibes-plug && curl -L https://registry.npmjs.org/vibes-plug/-/vibes-plug-2.14.0.tgz | tar -xz -C ~/.gemini/config/plugins/vibes-plug --strip-components=1Plugin ini menyediakan 125 kemampuan (skills) terspesialisasi di 9 domain rekayasa utama:
- Ai Llm Integration Expert (
ai-llm-integration-expert): Panduan ahli untuk integrasi LLM, Model Context Protocol (MCP), dynamic model routing, prompt caching, arsitektur RAG, vector database, dan agen AI. - Vercel Ai Sdk Expert (
vercel-ai-sdk-expert): Panduan ahli Vercel AI SDK (Core, UI, RSC), streaming data terstruktur, tool calling loops, dan rekayasa AI modern di React 19/Next.js 15. - Deep Research Analyst (
deep-research-analyst): Panduan ahli riset mendalam otonom, pencarian web iteratif, verifikasi sitasi, evidence graph synthesis, dan mitigasi halusinasi. - Pydantic Ai Expert (
pydantic-ai-expert): Panduan ahli pengembangan agen AI Python type-safe dengan Pydantic AI β dependency injection, structured outputs, dan alur kerja graph. - Synthetic Data Finetuning Expert (
synthetic-data-finetuning-expert): Panduan ahli generasi data sintetis, penyaringan LLM-as-a-judge, QLoRA fine-tuning (Unsloth), DPO, dan ekspor GGUF/Ollama untuk SLM lokal. - Voice Ai Realtime Agent (
voice-ai-realtime-agent): Panduan ahli AI suara percakapan real-time berlatensi ultra-rendah (<300ms) menggunakan WebRTC, OpenAI Realtime API, Gemini Live Audio, dan LiveKit. - Local Slm Edge Ai Expert (
local-slm-edge-ai-expert): Panduan ahli SLM lokal dan AI edge di browser (WebLLM, Transformers.js v3, ONNX Runtime Web, WebGPU). - Ai Prompt Engineering Expert (
ai-prompt-engineering-expert): Panduan ahli rekayasa prompt, evaluasi otomatis LLM (Promptfoo, DeepEval, Ragas), Chain-of-Thought, few-shot prompting, dan output terstruktur. - Ai Media Generation Expert (
ai-media-generation-expert): Panduan ahli integrasi AI generasi gambar, video, suara (TTS), dan pengenalan suara (STT). - Vector Db Rag Expert (
vector-db-rag-expert): Panduan ahli Vector DB, arsitektur RAG, pgvector HNSW, dan hybrid search. - Mcp Server Architect (
mcp-server-architect): Panduan utama merancang, membangun, mengamankan, dan mengonsumsi AI Tools/Bots modern melalui Model Context Protocol (MCP) dalam TypeScript dan Python. - Multi Agent Orchestration (
multi-agent-orchestration): Panduan ahli merancang dan mengorkestrasi sistem multi-agen, agent swarm, workflow berbasis grafik (LangGraph, CrewAI, AutoGen), memori state bersama, dan guardrail human-in-the-loop. - Gemini Agent Booster (
gemini-agent-booster): Protokol optimasi utama untuk Gemini Agent (Antigravity) untuk mengaktifkan pemikiran long-context 1M+, audit UI visual multimodal, dan pemecahan masalah kecepatan tinggi. - Proactive Background Watcher (
proactive-background-watcher): Memberikan AI kemampuan proaktif menggunakan cron/timer native. Agen dapat memantau sistem, polling API, atau memantau log di latar belakang secara mandiri tanpa menunggu prompt pengguna. - Doku Mcp Server (
doku-mcp-server): Panduan ahli DOKU MCP Server untuk AI Agentic Commerce.
- Design System Architect (
design-system-architect): Panduan ahli merancang, membangun, dan memelihara design system UI skalabel dengan design tokens, 4-pillar headless primitives (Radix UI, Base UI), Material Design 3 (M3), Tailwind v4 @theme, dan aksesibilitas WCAG 2.2. - Hig (
hig): Menerapkan prinsip Human Interface Guidelines (HIG) β Hierarchy, Harmony, dan Consistency β pada desain UI/UX untuk memastikan antarmuka yang intuitif dan kohesif. - Ui Ux Pro Max (
ui-ux-pro-max): Panduan desain komprehensif & mesin pencari BM25 untuk aplikasi web dan mobile di 11 tech stack dengan preset estetika SaaS modern. - Data Visualization Expert (
data-visualization-expert): Panduan ahli visualisasi data, chart, dan dashboard menggunakan D3.js, Recharts, Chart.js, Nivo, dan Tremor. - Rich Text Editor Expert (
rich-text-editor-expert): Panduan ahli integrasi editor rich text (Tiptap, Lexical, ProseMirror), editing kolaboratif, dan ekstensi kustom. - Svg Animation Motion Expert (
svg-animation-motion-expert): Panduan ahli animasi web. - Web 3d Graphics Expert (
web-3d-graphics-expert): Panduan ahli grafis WebGL dan 3D di browser menggunakan Three.js, Babylon.js, React Three Fiber (R3F), dan TresJS. Mencakup optimasi scene, shader, pencahayaan, pemuatan model 3D (GLTF/GLB), dan penyetelan performa. - Glsl Shader Expert (
glsl-shader-expert): Panduan ahli menulis custom GLSL shader (Vertex/Fragment) untuk WebGL menggunakan Three.js dan Babylon.js. Mencakup material shader, post-processing, noise, dan optimasi performa. - Webxr Ar Vr Expert (
webxr-ar-vr-expert): Panduan ahli pengembangan WebXR (Virtual & Augmented Reality di web) menggunakan Babylon.js dan Three.js. Mencakup kompatibilitas perangkat, sesi imersif, kontroler, dan hit-testing. - Modern Css Native Expert (
modern-css-native-expert): Panduan ahli fitur CSS native modern 2026 (CSS Anchor Positioning, @starting-style, View Transitions L2, Container Queries, :has). - Visual Qa Vision Agent (
visual-qa-vision-agent): Membekali agen AI dengan kapabilitas Visual QA menggunakan Playwright/Puppeteer dan kapabilitas Vision bawaan untuk mengoreksi mandiri tata letak UI, perataan CSS, dan regresi visual.
- Senior Frontend (
senior-frontend): Pengembangan frontend dengan React 19, Next.js 15, TypeScript, dan Tailwind CSS v4. - Pwa Offline First Expert (
pwa-offline-first-expert): Panduan ahli arsitektur Offline-First & Local-First PWA, sinkronisasi bebas konflik CRDT (RxDB, ElectricSQL, PowerSync), dan packaging ke app store via PWABuilder. - Nextjs App Router Expert (
nextjs-app-router-expert): Panduan ahli untuk Next.js 15 App Router. - Tailwind Expert (
tailwind-expert): Panduan ahli untuk Tailwind CSS v4, konfigurasi CSS-first, kustomisasi @theme, dan desain responsif modern. - Astro Framework Expert (
astro-framework-expert): Panduan ahli framework Astro 5+ β Content Collections, Islands Architecture, View Transitions, partial hydration, dan integrasi MDX. - Svelte Sveltekit Expert (
svelte-sveltekit-expert): Panduan ahli Svelte 5 (Runes) dan SvelteKit 2+ β reaktivitas fine-grained, arsitektur server-first, form actions, dan SSR/SSG. - Solidjs Expert (
solidjs-expert): Panduan ahli SolidJS 2 dan SolidStart β reaktivitas fine-grained, signals, createResource, dan rendering server-first. - Angular Expert (
angular-expert): Panduan ahli aplikasi enterprise Angular 19+. - Vue Frontend Expert (
vue-frontend-expert): Panduan ahli Vue 3 (Composition API), Nuxt 3, dan Pinia. Mencakup manajemen state reaktif lanjutan, sintaks<script setup>, Vue Router, VueUse, dan pola arsitektur SPA/SSR. - Form Validation Expert (
form-validation-expert): Panduan ahli penanganan formulir kompleks dengan React Hook Form, validasi server-side, wizard multi-langkah, dan pola formulir aksesibel. - State Management Expert (
state-management-expert): Panduan ahli untuk manajemen state client-side modern: Zustand, Jotai, Valtio, TanStack Store, Redux Toolkit, dan pola server state dengan TanStack Query. - Tanstack Query Expert (
tanstack-query-expert): Pakar manajemen state asinkron menggunakan TanStack Query (React Query) v5 dan Next.js App Router (SSR). - Spa Orchestrator (
spa-orchestrator): Mengorkestrasi arsitektur Single-Page Application (SPA), mengintegrasikan state management frontend dengan backend berbasis API. - Mpa Orchestrator (
mpa-orchestrator): Mengorkestrasi arsitektur Multi-Page Application (MPA) dalam satu repositori, terintegrasi dengan skill relevan lainnya. - Bootstrap To Modern (
bootstrap-to-modern): Skill ahli untuk melakukan refaktor dan migrasi aplikasi Bootstrap CSS lama ke stack modern menggunakan Tailwind CSS v4 dan Alpine.js. - Performance Web Vitals (
performance-web-vitals): Panduan ahli untuk optimasi performa web: Core Web Vitals (LCP, INP, CLS), analisis bundle, optimasi gambar, strategi rendering, dan peningkatan skor Lighthouse. - Realtime Collaboration Expert (
realtime-collaboration-expert): Panduan ahli untuk fitur kolaborasi real-time. - Mobile Expo Expert (
mobile-expo-expert): Panduan ahli pengembangan React Native 0.79+ dan Expo SDK 53+ untuk aplikasi mobile. - Apple Ecosystem Expert (
apple-ecosystem-expert): Panduan ahli pengembangan ekosistem Apple (iOS & Web). - Desktop Electron Expert (
desktop-electron-expert): Panduan ahli pengembangan desktop Electron 33+. - Tauri Expert (
tauri-expert): Panduan ahli untuk pengembangan Tauri v2, Rust backend, IPC, dan keamanan. - Web Game Engine Expert (
web-game-engine-expert): Panduan ahli pengembangan game berbasis web. Mencakup arsitektur Entity Component System (ECS), engine fisika (Rapier, Havok, Cannon-es), deteksi tabrakan, dan optimasi game loop. - Blockchain Web3 Expert (
blockchain-web3-expert): Panduan ahli integrasi Web3 dan blockchain. - Multiple Entry Points (
multiple-entry-points): Panduan ahli untuk merancang dan mengimplementasikan arsitektur Multiple Entry Points pada aplikasi web. - Micro Frontend Architect (
micro-frontend-architect): Panduan ahli perancangan arsitektur Micro-Frontend menggunakan Webpack Module Federation, Vite Federation, dan Single-SPA untuk aplikasi Vue dan React skala besar.
- Js Backend Expert (
js-backend-expert): Expert-level skill for Node.js 24+ (LTS), Bun 1.2+, and Deno 2.x backend development. Covers Express 5, Fastify 5, Hono v4, NestJS, Prisma 6, Drizzle ORM, WebSockets, BullMQ, OpenTelemetry, and microservices in English and Indonesian. - Bun Runtime Expert (
bun-runtime-expert): Panduan ahli untuk runtime JavaScript/TypeScript Bun. Digunakan saat membuat, menguji, atau meluncurkan aplikasi dengan Bun. - Python Programming Expert (
python-programming-expert): Expert-level skill for Python programming (Python 3.13/3.14+). Covers type safety, generic syntax (PEP 695), async/await TaskGroups, FastAPI 0.115+, Pydantic v2, uv package manager, Ruff, and pytest in English and Indonesian. - Go Programming Expert (
go-programming-expert): Expert-level skill for Go programming (Go 1.25+). Covers high-performance microservices, concurrency patterns, sqlc, net/http, Gin/Echo/Fiber, gRPC, and testing in English and Indonesian. - Rust Programming Expert (
rust-programming-expert): Panduan tingkat ahli pemrograman Rust (Rust 2024 / v1.85+). Mencakup memory safety, async, Axum/SQLx, CLI, dan optimasi sistem berkinerja tinggi. - Typescript Expert (
typescript-expert): Panduan ahli untuk sistem tipe TypeScript 5.8+, mode strict, generics, utility types, branded types, inferred type predicates, isolated declarations, dan pola arsitektur type-safe. - Mvc Expert (
mvc-expert): Pedoman ahli untuk merefaktor codebase PHP lama menjadi proyek terstruktur MVC yang bersih, modern, dan skalabel. - Domain Driven Design Expert (
domain-driven-design-expert): Panduan ahli Desain Berbasis Domain (DDD). - Api Design Expert (
api-design-expert): Panduan ahli untuk merancang API yang kuat: praktik terbaik REST, GraphQL, gRPC, tRPC, OpenAPI/Swagger, versioning API, rate limiting, dan desain contract-first. - Api Gateway Proxy Expert (
api-gateway-proxy-expert): Panduan ahli untuk API Gateway, Reverse Proxy, dan Service Mesh. - Graphql Apollo Expert (
graphql-apollo-expert): Panduan ahli perancangan dan konsumsi API GraphQL. Mencakup Apollo Server/Client, NestJS GraphQL (Code-First & Schema-First), TypeGraphQL, caching, dan optimasi query N+1. - Openapi Swagger Codegen Expert (
openapi-swagger-codegen-expert): Penulisan spesifikasi OpenAPI 3.1, Swagger UI, pembuatan kode klien/server otomatis, dan pengujian kontrak. - Async Queue Temporal Expert (
async-queue-temporal-expert): Panduan ahli terpadu untuk antrean job asinkron & workflow tahan-gagal: BullMQ v5 (Redis queues), Trigger.dev v3 (serverless tasks), Inngest, dan Temporal.io (distributed sagas). - Cron Scheduler Expert (
cron-scheduler-expert): Panduan ahli untuk tugas terjadwal, cron job, pekerjaan latar belakang berulang, dan penjadwalan terdistribusi. - Sse Websocket Streaming Expert (
sse-websocket-streaming-expert): Panduan ahli streaming real-time. - N8n Automation Expert (
n8n-automation-expert): Panduan ahli otomasi workflow (n8n, Zapier, Make), custom nodes, webhook triggers, dan rantai otomasi berbasis AI. - Chatbot Messaging Expert (
chatbot-messaging-expert): Panduan ahli integrasi chatbot dan platform messaging (WhatsApp Business, Telegram Bot, Discord.js, Slack Bolt) dan AI percakapan. - Pdf Document Generation Expert (
pdf-document-generation-expert): Panduan ahli generasi PDF dan pemrosesan dokumen (React PDF, Puppeteer, jsPDF, pdf-lib). - Wasm Edge Computing Expert (
wasm-edge-computing-expert): Panduan ahli untuk WebAssembly (WASM) dan Edge Computing. Mencakup WASI preview 2, Spin/Fermyon, Cloudflare Workers WASM, dan komputasi performa tinggi di browser. - Autonomous Tdd Debugger (
autonomous-tdd-debugger): Memberdayakan agen untuk menjalankan pengujian mandiri, membaca stack trace terminal, dan memperbaiki kode secara otomatis hingga tes lolos.
- Saas Architect (
saas-architect): Panduan master arsitektur SaaS untuk peluncuran MVP dari nol (0-to-1) dan transformasi enterprise penuh (1-to-N: multi-tenancy, billing, manajemen tim, feature gating). - Saas Multi Tenant (
saas-multi-tenant): Desain dan implementasikan arsitektur SaaS multi-tenant dengan RLS, isolasi tenant, dan PostgreSQL. - Saas Billing (
saas-billing): Implementasi dan audit sistem billing SaaS, state machine langganan, webhook aman, dan sinkronisasi database lokal. - Feature Flag Analytics Expert (
feature-flag-analytics-expert): Panduan ahli Feature Flags, A/B testing, dan rilis bertahap. - Payment Gateway Expert (
payment-gateway-expert): Panduan ahli integrasi payment gateway dan webhook aman. - Doku Payment Gateway (
doku-payment-gateway): Panduan ahli integrasi DOKU Payment Gateway. - Ecommerce Expert (
ecommerce-expert): Panduan ahli arsitektur e-commerce (Shopify, Medusa.js, Saleor), katalog produk, UX keranjang/checkout, dan manajemen pesanan. - Headless Cms Expert (
headless-cms-expert): Panduan ahli integrasi Headless CMS (Sanity, Payload, Strapi, Contentful) dengan framework modern. - Wordpress Headless Expert (
wordpress-headless-expert): Panduan ahli arsitektur WordPress headless. - Email Notification Expert (
email-notification-expert): Panduan ahli untuk email transaksional (Resend, Postmark, SES), template React Email, notifikasi push lintas platform (Expo Push, FCM, APNs, Live Activities), notifikasi in-app, dan pipeline komunikasi terpadu. - File Upload Media Expert (
file-upload-media-expert): Panduan ahli untuk upload file (S3, R2, Supabase Storage), presigned URL, pemrosesan gambar/video, optimasi CDN, dan arsitektur pipeline media. - Fullstack Expert (
fullstack-expert): Panduan fullstack tingkat ahli mencakup multi-bahasa (TypeScript, Python, Go, Rust), multi-framework (Next.js, FastAPI, Gin, Axum), desain API, microservices, DevOps, dan system design. - Monorepo Architect (
monorepo-architect): Panduan ahli untuk merancang dan mengelola monorepo skalabel menggunakan Turborepo dan pnpm workspaces. - Event Driven Architect (
event-driven-architect): Panduan ahli untuk arsitektur microservices, antrean pesan, dan backend skala tinggi. - Legacy Code Translator (
legacy-code-translator): Panduan metodologis bagi agen AI untuk menerjemahkan, merefaktor, dan memodernisasi codebase warisan besar (PHP, Python 2, React lama) secara aman ke stack modern. - Cloud Hosting Expert (
cloud-hosting-expert): Panduan ahli untuk mendeploy aplikasi SaaS dengan multiple entry points di platform edge dan serverless modern seperti Vercel dan Cloudflare. - Ci Cd Devops Architect (
ci-cd-devops-architect): Panduan ahli untuk CI/CD dan infrastruktur. - Self Healing Cloud Orchestrator (
self-healing-cloud-orchestrator): Pemantauan log real-time, deteksi kerusakan, dan perbaikan kode hotfix otomatis tanpa intervensi manusia. - Dependency Upgrade Migrator (
dependency-upgrade-migrator): Panduan ahli untuk upgrade dependensi, migrasi breaking change, otomasi codemod, dan remediasi audit paket. - Prd Architect (
prd-architect): Panduan komprehensif pembuatan PRD, ERD, dan dokumentasi pra-kode, serta pembaruan kontinu ADR, CHANGELOG, dan PROGRESS pasca-kode.
- Database Orm Expert (
database-orm-expert): Keahlian database terpadu untuk ORM (Prisma 6, Drizzle ORM), migrasi expand-and-contract zero-downtime, edge/serverless DB (Neon, Turso, Cloudflare D1), dan alur kerja Supabase CLI. - Graph Rag Knowledge Expert (
graph-rag-knowledge-expert): Panduan ahli Knowledge Graph, GraphRAG, Microsoft GraphRAG, Neo4j Text2Cypher, dan pencarian relasional multi-hop. - Search Engine Expert (
search-engine-expert): Panduan ahli mesin pencarian full-text (Typesense, Meilisearch, Elasticsearch), pencarian berfaset, dan autocomplete. - Geospatial Maps Expert (
geospatial-maps-expert): Panduan ahli peta dan data geospasial (Mapbox GL JS, Leaflet, Google Maps, PostGIS). - Data Pipeline Etl Expert (
data-pipeline-etl-expert): Panduan ahli untuk Data Pipelines, ETL/ELT. Mencakup dbt, Airflow, Dagster, BigQuery, ClickHouse, dan DuckDB.
- E2e Testing Expert (
e2e-testing-expert): Panduan ahli pengujian End-to-End (E2E) dengan Playwright, pengujian unit/integrasi dengan Vitest, dan otomatisasi CI/CD. - Accessibility Testing Expert (
accessibility-testing-expert): Panduan ahli pengujian aksesibilitas web. - Browser Automation Expert (
browser-automation-expert): Panduan ahli agen web otonom, penghindaran deteksi bot, dan QA visual berbasis Vision LLM. - Authentication Identity Expert (
authentication-identity-expert): Panduan ahli untuk autentikasi dan otorisasi. - Rate Limit Abuse Prevention (
rate-limit-abuse-prevention): Panduan ahli untuk rate limiting API, perlindungan bot, mitigasi DDoS, pencegahan brute-force, dan deteksi penyalahgunaan. - Secure Fuzz Testing (
secure-fuzz-testing): Panduan ahli menulis dan mengintegrasikan coverage-guided fuzz testing di Python, Rust, dan Go untuk validasi kode yang aman. - Autonomous Red Teamer (
autonomous-red-teamer): Fuzzing keamanan dinamis berbasis AI, eksploitasi, dan remediasi otomatis. - Error Resilience Expert (
error-resilience-expert): Panduan ahli pola penanganan error, rekayasa ketahanan, strategi retry, circuit breaker, degradasi anggun, dan injeksi kegagalan chaos otomatis di React, Next.js, dan Node.js. - Logging Error Tracking Expert (
logging-error-tracking-expert): Panduan ahli untuk logging terstruktur (Pino, Winston), pelacakan error (Sentry), agregasi log, korelasi request, dan manajemen log sesuai GDPR. - Post Quantum Crypto Migrator (
post-quantum-crypto-migrator): Migrasi ke Kriptografi Pasca-Kuantum (PQC) yang disetujui NIST untuk sistem FinTech. - Compliance Gdpr Privacy Expert (
compliance-gdpr-privacy-expert): Panduan kepatuhan Privasi Data, GDPR, dan PDPA. - Global A11y I18n Expert (
global-a11y-i18n-expert): Panduan ahli untuk Aksesibilitas Web dan Internasionalisasi. - Zero Trust Secret Vault (
zero-trust-secret-vault): Panduan ahli manajemen rahasia Zero-Trust, rotasi kunci API, dan keamanan variabel lingkungan. - Firebase Security Expert (
firebase-security-expert): Ahli keamanan Firebase untuk audit Security Rules (Firestore/Realtime Database/Storage), autentikasi, API keys, pencegahan kebocoran data, dan konfigurasi App Check. - Supabase Security Expert (
supabase-security-expert): Ahli keamanan Supabase untuk audit RLS (Row Level Security), RBAC, database relasional, pencegahan kebocoran data, dan pemanfaatan Supabase Linter. - Scalability Clean Code (
scalability-clean-code): Panduan arsitektur perangkat lunak untuk menjaga keterbacaan kode (Clean Code, SOLID, DRY) dan kemampuan skalabilitas aplikasi. - Biome Linter Formatter Expert (
biome-linter-formatter-expert): Panduan ahli Biome (linter + formatter berbasis Rust), migrasi dari ESLint/Prettier, dan tooling kualitas kode. - Production Ready Hardener (
production-ready-hardener): Skill kesiapan produksi utama yang mengorkestrasi semua skill relevan (frontend, backend, keamanan, performa, SEO, testing, DevOps) untuk mengeraskan aplikasi sebelum deployment. - Zero To Prod Orchestrator (
zero-to-prod-orchestrator): Orkestrator utama untuk membangun aplikasi dari nol hingga rilis siap produksi dengan dokumentasi bertahap.
- Seo (
seo): Audit SEO menyeluruh (Technical, On-Page, Schema, Sitemap, E-E-A-T, GEO).
- Brainstorming (
brainstorming): Protokol ideasi utama & orkestrator arsitektur dengan Modern Web Guidance. Memvalidasi ide desain dan mengorkestrasi seluruh skill vibes-plug sebelum pengkodean dimulai. - Session Memory Manager (
session-memory-manager): Mengelola siklus hidup sesi: dari pemuatan konteks awal (PRD, Tech Stack), pemeliharaan memori proyek selama sesi aktif, hingga pembuatan checkpoint ringkas untuk handoff. - Anti Slop (
anti-slop): Panduan penegakan anti-AI slop komprehensif, budgeting token, dan protokol code gardening untuk menghapus placeholder code, fluff, dan degradasi arsitektur. - App Analyzer Optimizer (
app-analyzer-optimizer): Mempelajari arsitektur dan struktur aplikasi secara mendalam untuk melakukan audit, deteksi bottleneck, serta optimasi performa dan kode. - Data Telemetry Expert (
data-telemetry-expert): Panduan ahli untuk observabilitas, telemetri, dan analitik. - Coderabbit (
coderabbit): Review kode otomatis berbasis AI, ringkasan PR, dan umpan balik developer interaktif. - Web Scraper (
web-scraper): Ekstraksi data web cerdas dan agentic dengan scraping multi-strategi (Crawl4AI v4, Firecrawl), ekstraksi LLM, bypass anti-bot, dan ekspor terstruktur. - Website Design Cloner (
website-design-cloner): Mempelajari dan merekayasa balik desain situs web langsung dari URL target, mengekstrak struktur layout, design token (warna, tipografi, spacing), hierarki komponen, aset visual, dan perilaku responsif untuk duplikasi 1:1 penuh ke kode modern. - Documentation Site Expert (
documentation-site-expert): Panduan ahli situs dokumentasi teknis (Mintlify, Docusaurus, Storybook, VitePress) dan dokumentasi komponen.
Untuk membuka potensi penuh dari vibes-plug, skill dirancang untuk bertindak sebagai ekosistem (swarm) yang saling terhubung dan terorkestrasi:
- Ideasi & Perencanaan: Mulai dengan
brainstormingdanprd-architectuntuk memvalidasi persyaratan dan arsitektur. Aktifkangemini-agent-boosteruntuk penalaran arsitektur mendalam. Jagasession-memory-managerdananti-sloptetap aktif agar kode bebas dari placeholder dan basa-basi. - Desain & Frontend: Picu
design-system-architectdanui-ux-pro-maxuntuk membuat design tokens, lalu gunakansenior-frontendbersamamodern-web-guidancedantanstack-query-expertuntuk membangun UI yang kuat dan aksesibel. - Backend & Arsitektur: Orkestrasikan
js-backend-expert(ataugo-programming-expert/rust-programming-expert) denganevent-driven-architect,async-queue-temporal-expert, danautonomous-tdd-debuggeruntuk backend berkinerja tinggi. Tambahkanauthentication-identity-expertuntuk alur autentikasi yang aman. - Integrasi AI: Panggil
ai-llm-integration-expert,vector-db-rag-expert, danmcp-server-architectuntuk integrasi LLM dan tooling MCP. Gunakanmulti-agent-orchestrationuntuk alur kerja agentik yang kompleks. - Transformasi SaaS: Panggil
saas-architectβ skill master ini otomatis mengoordinasikansaas-multi-tenant,saas-billing,feature-flag-analytics-expert,payment-gateway-expert, dansupabase-security-expert. - Kualitas & Peluncuran: Gunakan
e2e-testing-expert,browser-automation-expert,zero-trust-secret-vault,anti-slop, danseountuk validasi serta pembersihan AI slop. Terakhir, panggilproduction-ready-hardeneruntuk mengaudit seluruh sistem sebelum rilis ke Edge/Cloud.
By letting skills naturally invoke one another, you transform the AI into a complete, end-to-end engineering team.
Bagi Anda yang ingin berkontribusi menambahkan skill baru atau memperbarui skill yang ada, silakan baca panduan lengkap kami di CONTRIBUTING.md.
| Platform | Entry Point | File Konfigurasi | Akses Skills |
|---|---|---|---|
| Antigravity (AGY) | AGENTS.md |
plugin.json |
Langsung via skills/ |
| Claude Code | CLAUDE.md |
.claude/rules/*.md |
Via direktori skills/ |
| Cursor IDE | .cursorrules |
.cursor/rules/*.mdc |
Via direktori skills/ |
v2.14.0 (Edisi 2026) β 125 skills | Mendukung AGY + Claude + Cursor
https://github.com/roedyrustam/vibes-plug.git
Proyek ini dilisensikan di bawah Lisensi MIT β lihat file LICENSE untuk detail selengkapnya.
Hak Cipta (c) 2026 Roedy Rustam.

