pedro-portfolio-recipes — capability-first code recipes
Short, copy-pasteable patterns from the stacks I ship — each one is problem, working snippet, tradeoff, anti-pattern.
The problem
Reviewers and collaborators need fast evidence that a stack claim is backed by actual code — not marketing copy, and not full apps. Long-form writeups are the wrong resolution for 'show me how you'd wire hybrid search'.
The solution
A public repo of short, self-contained recipes under recipes/<topic>/README.md. No build step, no shared framework. Each recipe stands alone at 200–500 words: problem, snippet, tradeoff, anti-pattern, reference. MIT, with a SonarQube + Dependabot + lefthook baseline.
Overview
Eight capability-first code recipes — Claude Code plugin skills, Chrome multi-profile automation, pgvector + BM25 hybrid RAG, Sigstore attestation verification, NixOS flake overlays, parallel Azure/GCP Terraform modules, sops-nix secrets, and polyglot lefthook pre-commit hooks. Each recipe is one directory: problem, working snippet, tradeoff, anti-pattern.