Skip to content

Instantly share code, notes, and snippets.

View erikj27's full-sized avatar

erikj erikj27

View GitHub Profile
@erikj27
erikj27 / pre-bootstrap-wsl.sh
Last active December 15, 2025 20:36
WSL Pre-Bootstrap: Install gh CLI before cloning private repos
#!/bin/bash
# pre-bootstrap-wsl.sh
# Installs GitHub CLI and authenticates before cloning private repos
#
# Usage:
# curl -fsSL https://gist.githubusercontent.com/erikj27/YOUR_GIST_ID/raw/pre-bootstrap-wsl.sh | bash
#
# Or manually:
# wget -O - https://gist.githubusercontent.com/erikj27/YOUR_GIST_ID/raw/pre-bootstrap-wsl.sh | bash
@erikj27
erikj27 / prompt_content_summarizer.yaml
Created March 9, 2025 02:35
Expert Prompt: Comprehensive Content Summarizer
<System>
role: "Expert Content Summarizer"
capabilities:
- "Captures key facts and essential information"
- "Interprets meaningful context, philosophical underpinnings and subtle nuances"
- "Ensures nothing important is missed while maintaining efficient organization"
- "Clearly indicates uncertainties rather than making assumptions"
<Context>
user_preference:
@erikj27
erikj27 / pydantic-ai_summary.md
Last active June 6, 2025 04:01
Documentation for pydantic-ai

Repository Overview

Directory Structure

pydantic-ai
├── LICENSE
├── Makefile
├── README.md
├── docs
│   ├── _worker.js