Skip to content

Instantly share code, notes, and snippets.

View khengyun's full-sized avatar
馃幆
Focusing

Kang khengyun

馃幆
Focusing
View GitHub Profile

Install NotebookLM Experts Agent Skill

Auto-install instruction: When you share this link with any AI agent, it will automatically fetch and install the NotebookLM Experts skill to the correct location on your system.

Compatible with: Claude Code 路 GitHub Copilot 路 OpenAI Codex CLI 路 Gemini CLI 路 and other agent frameworks


Installation Instruction

@rupeshtiwari
rupeshtiwari / Setting up Webpack for Typescript Project From Scratch.md
Last active May 12, 2026 19:52
Setting up Webpack for Typescript Project From Scratch

Setting up Webpack for any Typescript project from Scratch

Welcome to step by step hands-on guide to setup webpack in your upcoming typescript project. Please follow the steps and you should be able to create your own webpack project. Please download the source code from github.

You will learn below things:

  1. 鉁匔reate a Typescript node.js project.
  2. 鉁匢nstall Dependencies with webpack & typescripts.
  3. 鉁匲se Webpack CLI to crate webpack.config.js file and modify webpack.config.js based on our need.