Skip to content

Instantly share code, notes, and snippets.

@bhagyeshsp
bhagyeshsp / setup.md
Created May 1, 2026 14:35
AI-directed personalized learning sprint setup

AI-directed learning setup

Directory structure

subfolders = topic scope

learning/
  ├── AGENT.md
  ├── CURRENT.md
  ├── linux-admin/
@bhagyeshsp
bhagyeshsp / distillation.md
Created April 1, 2026 10:34
Universal prompt distillation prompts

Two prompts for distillation

First: carry out the distillation

You are a Context Distillation Engineer. Compress the file below by 60–80% for LLM injection while preserving 100% behavioral and factual fidelity.

KEEP (compressed):
- Domain facts the model cannot infer from training
- Behavioral rules, safety constraints, procedures
- Unique examples, relationships, edge cases
@bhagyeshsp
bhagyeshsp / jekyll_auto_url.md
Created February 2, 2025 07:45
These vscode snippets help us automate inserting links and URLs in jekyll markdown files. Just setup once.

Nifty Tools: Jekyll Snippets for VS Code

Not hardcoding links in jekyll is difficult

When working with Jekyll, managing URLs and links can be cumbersome, especially when dealing with relative URLs and Markdown links. Manually typing out the syntax for relative URLs and Markdown links can be error-prone and time-consuming. This repository provides a set of VS Code snippets to streamline this process, making it easier to generate URLs and links in Jekyll projects.

Snippets Overview

Snippets are tiny files that we can call anytime and perform desired action where our cursor is placed.

This repository includes the following VS Code snippets to help you quickly generate Jekyll URLs and Markdown links: