Skip to content

Instantly share code, notes, and snippets.

View andresbrocco's full-sized avatar
:bowtie:
Happy

André Sbrocco andresbrocco

:bowtie:
Happy
View GitHub Profile
@andresbrocco
andresbrocco / LLM Prompts for Dev.md
Last active September 13, 2025 14:17
LLM Prompts for Dev

LLM Prompts for Dev

Adapted from Harper Reed's blog

%% High-level data-flow for the “LLM Prompts for Dev” workflow
flowchart TD
  %% ──────────────── Idea phase ────────────────
  subgraph A["Idea phase"]
    A1[["Idea Refinement template"]]:::tmpl
@andresbrocco
andresbrocco / .vimrc
Last active May 15, 2020 19:48
Config files in /home/user/
" vim:foldmethod=marker:foldlevel=0
" Basic {{{
" Ward off unexpected things that your distribution might
" have made, as well as sanely reset options when re-sourcing .vimrc
set nocompatible
" Modelines have historically been a source of security vulnerabilities. As
" such, it may be a good idea to disable them and use the securemodelines
" script, <http://www.vim.org/scripts/script.php?script_id=1876>.