summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--about/resources.md204
-rw-r--r--gemfeed/2025-06-22-task-samurai.md1
-rw-r--r--gemfeed/2025-08-05-local-coding-llm-with-ollama.md1
-rw-r--r--gemfeed/2026-02-14-meta-slash-commands-for-prompts-and-context.md1
-rw-r--r--gemfeed/2026-02-14-til-meta-slash-commands-for-ai-workflows.md84
-rw-r--r--gemfeed/index.md1
-rw-r--r--index.md3
-rw-r--r--uptime-stats.md2
8 files changed, 104 insertions, 193 deletions
diff --git a/about/resources.md b/about/resources.md
index c79c688f..9f0f4a78 100644
--- a/about/resources.md
+++ b/about/resources.md
@@ -35,110 +35,110 @@ You won't find any links on this site because, over time, the links will break.
In random order:
-* Data Science at the Command Line; Jeroen Janssens; O'Reilly
-* Raku Fundamentals; Moritz Lenz; Apress
-* Polished Ruby Programming; Jeremy Evans; Packt Publishing
-* Leanring eBPF; Liz Rice; O'Reilly
-* Developing Games in Java; David Brackeen and others...; New Riders
-* Perl New Features; Joshua McAdams, brian d foy; Perl School
-* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press
+* Modern Perl; Chromatic ; Onyx Neon Press
+* Site Reliability Engineering; How Google runs production systems; O'Reilly
* Programming Ruby 3.3 (5th Edition); Noel Rappin, with Dave Thomas; The Pragmatic Bookshelf
-* Funktionale Programmierung; Peter Pepper; Springer
-* The Docker Book; James Turnbull; Kindle
-* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications
-* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook
-* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications
-* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly
-* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly
-* The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional Pro Git; Scott Chacon, Ben Straub; Apress
-* Effective Java; Joshua Bloch; Addison-Wesley Professional
-* The Pragmatic Programmer; David Thomas; Addison-Wesley
-* Terraform Cookbook; Mikael Krief; Packt Publishing
-* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly
-* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible
-* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly
-* C++ Programming Language; Bjarne Stroustrup;
-* DNS and BIND; Cricket Liu; O'Reilly
-* Concurrency in Go; Katherine Cox-Buday; O'Reilly
* Systemprogrammierung in Go; Frank Müller; dpunkt
-* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional
+* Raku Recipes; J.J. Merelo; Apress
+* Leanring eBPF; Liz Rice; O'Reilly
+* Pro Puppet; James Turnbull, Jeffrey McCune; Apress
* Effective awk programming; Arnold Robbins; O'Reilly
+* 97 things every SRE should know; Emil Stolarsky, Jaime Woo; O'Reilly
+* DNS and BIND; Cricket Liu; O'Reilly
* Hands-on Infrastructure Monitoring with Prometheus; Joel Bastos, Pedro Araujo; Packt
+* Systems Performance Tuning; Gian-Paolo D. Musumeci and others...; O'Reilly
+* Ultimate Go Notebook; Bill Kennedy
+* Kubernetes Cookbook; Sameer Naik, Sébastien Goasguen, Jonathan Michaux; O'Reilly
+* Amazon Web Services in Action; Michael Wittig and Andreas Wittig; Manning Publications
+* Think Raku (aka Think Perl 6); Laurent Rosenfeld, Allen B. Downey; O'Reilly
+* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner
+* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press
+* The Kubernetes Book; Nigel Poulton; Unabridged Audiobook
* Chaos Engineering - System Resiliency in Practice; Casey Rosenthal and Nora Jones; eBook
-* Java ist auch eine Insel; Christian Ullenboom;
-* Site Reliability Engineering; How Google runs production systems; O'Reilly
-* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible
-* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton
* Clusterbau mit Linux-HA; Michael Schwartzkopff; O'Reilly
-* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly
-* Raku Recipes; J.J. Merelo; Apress
-* Modern Perl; Chromatic ; Onyx Neon Press
-* Ultimate Go Notebook; Bill Kennedy
* Go Brain Teasers - Exercise Your Mind; Miki Tebeka; The Pragmatic Programmers
+* Concurrency in Go; Katherine Cox-Buday; O'Reilly
+* The KCNA (Kubernetes and Cloud Native Associate) Book; Nigel Poulton
+* The Go Programming Language; Alan A. A. Donovan; Addison-Wesley Professional
+* Perl New Features; Joshua McAdams, brian d foy; Perl School
+* 21st Century C: C Tips from the New School; Ben Klemens; O'Reilly
+* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson
+* Raku Fundamentals; Moritz Lenz; Apress
+* Funktionale Programmierung; Peter Pepper; Springer
+* Polished Ruby Programming; Jeremy Evans; Packt Publishing
* Programming Perl aka "The Camel Book"; Tom Christiansen, brian d foy, Larry Wall & Jon Orwant; O'Reilly
-* Pro Puppet; James Turnbull, Jeffrey McCune; Apress
+* Terraform Cookbook; Mikael Krief; Packt Publishing
+* DevOps And Site Reliability Engineering Handbook; Stephen Fleming; Audible
+* The Docker Book; James Turnbull; Kindle
* Seeking SRE: Conversations About Running Production Systems at Scale; David N. Blank-Edelman; eBook
+* Effective Java; Joshua Bloch; Addison-Wesley Professional
+* Developing Games in Java; David Brackeen and others...; New Riders
+* The DevOps Handbook; Gene Kim, Jez Humble, Patrick Debois, John Willis; Audible
+* Data Science at the Command Line; Jeroen Janssens; O'Reilly
* Tmux 2: Productive Mouse-free Development; Brain P. Hogan; The Pragmatic Programmers
+* The Practise of System and Network Administration; Thomas A. Limoncelli, Christina J. Hogan, Strata R. Chalup; Addison-Wesley Professional Pro Git; Scott Chacon, Ben Straub; Apress
* Higher Order Perl; Mark Dominus; Morgan Kaufmann
-* Distributed Systems: Principles and Paradigms; Andrew S. Tanenbaum; Pearson
-* Learn You Some Erlang for Great Good; Fred Herbert; No Starch Press
-* Object-Oriented Programming with ANSI-C; Axel-Tobias Schreiner
+* Java ist auch eine Insel; Christian Ullenboom;
+* C++ Programming Language; Bjarne Stroustrup;
+* The Pragmatic Programmer; David Thomas; Addison-Wesley
+* 100 Go Mistakes and How to Avoid Them; Teiva Harsanyi; Manning Publications
+* Learn You a Haskell for Great Good!; Miran Lipovaca; No Starch Press
## Technical references
I didn't read them from the beginning to the end, but I am using them to look up things. The books are in random order:
-* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly
* The Linux Programming Interface; Michael Kerrisk; No Starch Press
-* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley
* BPF Performance Tools - Linux System and Application Observability, Brendan Gregg; Addison Wesley
-* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly
+* Algorithms; Robert Sedgewick, Kevin Wayne; Addison Wesley
* Go: Design Patterns for Real-World Projects; Mat Ryer; Packt
* Implementing Service Level Objectives; Alex Hidalgo; O'Reilly
+* Understanding the Linux Kernel; Daniel P. Bovet, Marco Cesati; O'Reilly
+* Groovy Kurz & Gut; Joerg Staudemeier; O'Reilly
* Relayd and Httpd Mastery; Michael W Lucas
## Self-development and soft-skills books
In random order:
-* The Bullet Journal Method; Ryder Carroll; Fourth Estate
-* The Courage to Be Disliked; Ichiro Kishimi and Fumitake Koga; Audiobook
-* The Software Engineer's Guidebook: Navigating senior, tech lead, and staff engineer positions at tech companies and startups; Gergely Orosz; Audiobook
-* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business
* The Good Enough Job; Simone Stolzoff; Ebury Edge
-* Atomic Habits; James Clear; Random House Business
-* So Good They Can't Ignore You; Cal Newport; Business Plus
-* Psycho-Cybernetics; Maxwell Maltz; Perigee Books
-* 101 Essays that change the way you think; Brianna Wiest; Audiobook
-* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook
-* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books
-* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press
-* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select
-* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly
* Deep Work; Cal Newport; Piatkus
-* Solve for Happy; Mo Gawdat (RE-READ 1ST TIME)
+* Time Management for System Administrators; Thomas A. Limoncelli; O'Reilly
+* The Complete Software Developer's Career Guide; John Sonmez; Unabridged Audiobook
+* The Bullet Journal Method; Ryder Carroll; Fourth Estate
+* 101 Essays that change the way you think; Brianna Wiest; Audiobook
+* Never Split the Difference; Chris Voss, Tahl Raz; Random House Business
+* Ultralearning; Scott Young; Thorsons
+* Eat That Frog!; Brian Tracy; Hodder Paperbacks
+* Stop starting, start finishing; Arne Roock; Lean-Kanban University
* The Power of Now; Eckhard Tolle; Yellow Kite
-* Ultralearning; Anna Laurent; Self-published via Amazon
-* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK
+* Influence without Authority; A. Cohen, D. Bradford; Wiley
+* Eat That Frog; Brian Tracy
+* Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook
+* The Software Engineer's Guidebook: Navigating senior, tech lead, and staff engineer positions at tech companies and startups; Gergely Orosz; Audiobook
* Who Moved My Cheese?; Dr. Spencer Johnson; Vermilion
+* Getting Things Done; David Allen
+* The 7 Habits Of Highly Effective People; Stephen R. Covey; Simon & Schuster UK
+* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne
+* Solve for Happy; Mo Gawdat (RE-READ 1ST TIME)
+* The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME)
+* Psycho-Cybernetics; Maxwell Maltz; Perigee Books
* The Joy of Missing Out; Christina Crook; New Society Publishers
-* Slow Productivity; Cal Newport; Penguin Random House
-* Soft Skills; John Sommez; Manning Publications
* The Obstacle Is The Way; Ryan Holiday; Profile Books Ltd
* 97 Things Every Engineering Manager Should Know; Camille Fournier; Audiobook
+* The Phoenix Project - A Novel About IT, DevOps, and Helping your Business Win; Gene Kim and Kevin Behr; Trade Select
+* Soft Skills; John Sommez; Manning Publications
+* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing
+* The Daily Stoic; Ryan Holiday, Stephen Hanselman; Profile Books
+* Coders at Work - Reflections on the craft of programming, Peter Seibel and Mitchell Dorian et al., Audiobook
+* Atomic Habits; James Clear; Random House Business
* Digital Minimalism; Cal Newport; Portofolio Penguin
-* Ultralearning; Scott Young; Thorsons
* Meditation for Mortals, Oliver Burkeman, Audiobook
-* The Off Switch; Mark Cropley; Virgin Books (RE-READ 1ST TIME)
-* Search Inside Yourself - The Unexpected path to Achieving Success, Happiness (and World Peace); Chade-Meng Tan, Daniel Goleman, Jon Kabat-Zinn; HarperOne
-* Stop starting, start finishing; Arne Roock; Lean-Kanban University
-* Influence without Authority; A. Cohen, D. Bradford; Wiley
-* Getting Things Done; David Allen
-* Coders at Work - Reflections on the craft of programming, Peter Seibel and Mitchell Dorian et al., Audiobook
-* Eat That Frog; Brian Tracy
-* Staff Engineer: Leadership beyond the management track; Will Larson; Audiobook
-* Buddah and Einstein walk into a Bar; Guy Joseph Ale, Claire Bloom; Blackstone Publishing
-* Eat That Frog!; Brian Tracy; Hodder Paperbacks
+* So Good They Can't Ignore You; Cal Newport; Business Plus
+* Consciousness: A Very Short Introduction; Susan Blackmore; Oxford Uiversity Press
+* Slow Productivity; Cal Newport; Penguin Random House
+* Ultralearning; Anna Laurent; Self-published via Amazon
+* The Courage to Be Disliked; Ichiro Kishimi and Fumitake Koga; Audiobook
[Here are notes of mine for some of the books](../notes/index.md)
@@ -146,29 +146,29 @@ In random order:
Some of these were in-person with exams; others were online learning lectures only. In random order:
-* Scripting Vim; Damian Conway; O'Reilly Online
-* F5 Loadbalancers Training; 2-day on-site training; F5, Inc.
-* Structure and Interpretation of Computer Programs; Harold Abelson and more...;
+* MySQL Deep Dive Workshop; 2-day on-site training
+* Functional programming lecture; Remote University of Hagen
+* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online
* Developing IaC with Terraform (with Live Lessons); O'Reilly Online
-* Ultimate Go Programming; Bill Kennedy; O'Reilly Online
-* Apache Tomcat Best Practises; 3-day on-site training
-* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online
+* Structure and Interpretation of Computer Programs; Harold Abelson and more...;
+* AWS Immersion Day; Amazon; 1-day interactive online training
+* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training
+* F5 Loadbalancers Training; 2-day on-site training; F5, Inc.
* Protocol buffers; O'Reilly Online
-* Red Hat Certified System Administrator; Course + certification (Although I had the option, I decided not to take the next course as it is more effective to self learn what I need)
* Cloud Operations on AWS - Learn how to configure, deploy, maintain, and troubleshoot your AWS environments; 3-day online live training with labs; Amazon
-* The Well-Grounded Rubyist Video Edition; David. A. Black; O'Reilly Online
* The Ultimate Kubernetes Bootcamp; School of Devops; O'Reilly Online
-* Linux Security and Isolation APIs Training; Michael Kerrisk; 3-day on-site training
-* MySQL Deep Dive Workshop; 2-day on-site training
-* Functional programming lecture; Remote University of Hagen
-* AWS Immersion Day; Amazon; 1-day interactive online training
+* Red Hat Certified System Administrator; Course + certification (Although I had the option, I decided not to take the next course as it is more effective to self learn what I need)
+* Algorithms Video Lectures; Robert Sedgewick; O'Reilly Online
+* Apache Tomcat Best Practises; 3-day on-site training
+* Ultimate Go Programming; Bill Kennedy; O'Reilly Online
+* Scripting Vim; Damian Conway; O'Reilly Online
## Technical guides
These are not whole books, but guides (smaller or larger) which I found very useful. in random order:
-* How CPUs work at https://cpu.land
* Advanced Bash-Scripting Guide
+* How CPUs work at https://cpu.land
* Raku Guide at https://raku.guide
## Podcasts
@@ -177,57 +177,57 @@ These are not whole books, but guides (smaller or larger) which I found very use
In random order:
-* Fallthrough [Golang]
-* Maintainable
+* Fork Around And Find Out
+* Pratical AI
+* Cup o' Go [Golang]
+* The ProdCast (Google SRE Podcast)
* Modern Mentor
-* BSD Now [BSD]
+* Fallthrough [Golang]
* Backend Banter
-* The Changelog Podcast(s)
+* Maintainable
* The Pragmatic Engineer Podcast
-* Dev Interrupted
-* The ProdCast (Google SRE Podcast)
-* Pratical AI
* Hidden Brain
* Wednesday Wisdom
-* Fork Around And Find Out
+* The Changelog Podcast(s)
+* BSD Now [BSD]
* Deep Questions with Cal Newport
-* Cup o' Go [Golang]
+* Dev Interrupted
### Podcasts I liked
I liked them but am not listening to them anymore. The podcasts have either "finished" (no more episodes) or I stopped listening to them due to time constraints or a shift in my interests.
+* Go Time (predecessor of fallthrough)
* Java Pub House
-* Ship It (predecessor of Fork Around And Find Out)
-* Modern Mentor
* FLOSS weekly
-* Go Time (predecessor of fallthrough)
+* Modern Mentor
+* Ship It (predecessor of Fork Around And Find Out)
* CRE: Chaosradio Express [german]
## Newsletters I like
This is a mix of tech and non-tech newsletters I am subscribed to. In random order:
-* Changelog News
-* VK Newsletter
-* The Valuable Dev
-* The Pragmatic Engineer
-* Monospace Mentor
* Golang Weekly
-* Andreas Brandhorst Newsletter (Sci-Fi author)
* byteSizeGo
* Register Spill
-* Applied Go Weekly Newsletter
+* The Pragmatic Engineer
* The Imperfectionist
+* Changelog News
+* Applied Go Weekly Newsletter
+* VK Newsletter
* Ruby Weekly
+* Andreas Brandhorst Newsletter (Sci-Fi author)
+* Monospace Mentor
+* The Valuable Dev
## Magazines I like(d)
This is a mix of tech I like(d). I may not be a current subscriber, but now and then, I buy an issue. In random order:
+* Linux User
* freeX (not published anymore)
* Linux Magazine
-* Linux User
* LWN (online only)
# Formal education
diff --git a/gemfeed/2025-06-22-task-samurai.md b/gemfeed/2025-06-22-task-samurai.md
index 1d1e510f..3a743653 100644
--- a/gemfeed/2025-06-22-task-samurai.md
+++ b/gemfeed/2025-06-22-task-samurai.md
@@ -126,7 +126,6 @@ E-Mail your comments to `paul@nospam.buetow.org` :-)
Other related posts are:
-[2026-02-14 TIL: Meta slash-commands for reusable AI prompts and context](./2026-02-14-til-meta-slash-commands-for-ai-workflows.md)
[2025-08-05 Local LLM for Coding with Ollama on macOS](./2025-08-05-local-coding-llm-with-ollama.md)
[2025-06-22 Task Samurai: An agentic coding learning experiment (You are currently reading this)](./2025-06-22-task-samurai.md)
diff --git a/gemfeed/2025-08-05-local-coding-llm-with-ollama.md b/gemfeed/2025-08-05-local-coding-llm-with-ollama.md
index 5a3088d1..bb8f11a5 100644
--- a/gemfeed/2025-08-05-local-coding-llm-with-ollama.md
+++ b/gemfeed/2025-08-05-local-coding-llm-with-ollama.md
@@ -421,7 +421,6 @@ E-Mail your comments to `paul@nospam.buetow.org` :-)
Other related posts are:
-[2026-02-14 TIL: Meta slash-commands for reusable AI prompts and context](./2026-02-14-til-meta-slash-commands-for-ai-workflows.md)
[2025-08-05 Local LLM for Coding with Ollama on macOS (You are currently reading this)](./2025-08-05-local-coding-llm-with-ollama.md)
[2025-06-22 Task Samurai: An agentic coding learning experiment](./2025-06-22-task-samurai.md)
diff --git a/gemfeed/2026-02-14-meta-slash-commands-for-prompts-and-context.md b/gemfeed/2026-02-14-meta-slash-commands-for-prompts-and-context.md
index fbf85883..c3d208d6 100644
--- a/gemfeed/2026-02-14-meta-slash-commands-for-prompts-and-context.md
+++ b/gemfeed/2026-02-14-meta-slash-commands-for-prompts-and-context.md
@@ -213,7 +213,6 @@ Context is what the agent *knows*; commands are what the agent *does*. Both are
Other related posts:
-[2026-02-14 TIL: Meta slash-commands for reusable AI prompts and context](./2026-02-14-til-meta-slash-commands-for-ai-workflows.md)
[2026-02-14 Meta slash-commands to manage prompts and context for coding agents (You are currently reading this)](./2026-02-14-meta-slash-commands-for-prompts-and-context.md)
[2026-02-02 A tmux popup editor for Cursor Agent CLI prompts](./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.md)
diff --git a/gemfeed/2026-02-14-til-meta-slash-commands-for-ai-workflows.md b/gemfeed/2026-02-14-til-meta-slash-commands-for-ai-workflows.md
deleted file mode 100644
index a6ec82ca..00000000
--- a/gemfeed/2026-02-14-til-meta-slash-commands-for-ai-workflows.md
+++ /dev/null
@@ -1,84 +0,0 @@
-# TIL: Meta slash-commands for reusable AI prompts and context
-
-> Published at 2026-02-14T14:00:00+02:00
-
-Short post in "This week I learned" style: what I tried, why it worked, and how you can replicate it. Format: Problem → Approach → Copy/paste → Result → Gotchas. Full reference for the meta-commands lives in a separate post.
-
-[Full reference: Meta slash-commands to manage prompts and context for coding agents](./2026-02-14-meta-slash-commands-for-prompts-and-context.md)
-
-## TIL
-
-### Problem
-
-When I use a coding agent (Cursor Agent, Claude Code CLI, Ampcode, etc.), I repeat the same requests: "review this function," "explain this error," "add tests for this module," "format this as a blog post." Typing long prompts from scratch is tedious; ad-hoc prompts are easy to forget. I also keep pasting the same background (API conventions, project rules, infra notes) into every session so the agent doesn't guess blindly.
-
-### Approach
-
-Treat prompts and context as first-class artefacts: store them as markdown files (one per slash-command or per context) in a dotfiles repo. Use a small set of *meta* slash-commands so the agent itself creates, updates, and deletes these files from the conversation—no hand-editing. Two kinds of artefacts:
-
-* Commands — Reusable workflows (e.g. review-code, explain-error). Live in `commands/` as `.md` files.
-* Context — Reusable background (API guidelines, runbooks, personas). Live in `context/` as `.md` files; you *load* one at session start so the agent has it in mind.
-
-### Copy/paste
-
-Minimal workflow:
-
-```
-/load-context api-guidelines
-```
-
-Then ask the agent to implement a feature or fix a bug; it already has the guidelines.
-
-To turn something you just did into a reusable command:
-
-```
-/create-command review-code
-```
-
-Full command reference (all meta-commands, parameters, examples):
-
-[Meta slash-commands — full reference](./2026-02-14-meta-slash-commands-for-prompts-and-context.md)
-
-### Result
-
-No more retyping long prompts; same prompt library across Cursor Agent, Claude Code CLI, OpenCode, Ampcode. Context is load-on-demand per session instead of pasting walls of text. Everything is versioned in git and synced across machines.
-
-### Gotchas
-
-* Requires an agent that supports custom slash-commands (or reading prompt files from disk).
-* Context is explicit: you must run `/load-context <name>` at session start; it's not implicit like some "skills" systems.
-* A flat directory of commands can grow; if it gets unwieldy, consider grouping by skill or exposing via an MCP server later.
-
-## Before/After
-
-* Before: Retyping or pasting long prompts each time; pasting API/project context into every session; prompts scattered and inconsistent across tools.
-* After: `/load-context <name>` once per session; `/<command>` for repeatable tasks; commands and context in git, same library across agents.
-
-## Workflow recipe
-
-* Steps: (1) Create or update context/commands via meta-commands when you have something worth reusing. (2) Start a session → run `/load-context <name>`. (3) Use slash-commands or ask ad-hoc; agent has background and consistent prompts.
-* Tools: Cursor Agent (CLI), Claude Code CLI, OpenCode, Ampcode; markdown in e.g. `~/Notes/Prompts/commands/` and `~/Notes/Prompts/context/`.
-* Impact: Saves retyping and keeps prompts consistent; one-time cost is creating the first context/command with the agent.
-
-## Micro-template (quick reference)
-
-| Meta-command | Purpose | Good for |
-|--------------------|--------------------------------|-------------------------------------------|
-| /create-command | Create new slash-command | Turn current or recurring tasks into one |
-| /update-command | Edit existing slash-command | Refine after use |
-| /delete-command | Remove slash-command file | Clean up unused commands |
-| /create-context | Create new context file | Capture project/infra knowledge once |
-| /update-context | Edit existing context file | Keep context up to date |
-| /delete-context | Remove context file | Remove outdated context |
-| /load-context | Load context into conversation | Give agent background before tasks |
-
-Example usage: `/load-context api-guidelines`, `/create-command review-code`, `/update-command review-code`. Full details and examples in the main post linked above.
-
-Other related posts:
-
-[2026-02-14 Meta slash-commands to manage prompts and context for coding agents](./2026-02-14-meta-slash-commands-for-prompts-and-context.md)
-[2026-02-02 A tmux popup editor for Cursor Agent CLI prompts](./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.md)
-
-E-Mail your comments to `paul@nospam.buetow.org` :-)
-
-[Back to the main site](../)
diff --git a/gemfeed/index.md b/gemfeed/index.md
index 29aced7a..a817c703 100644
--- a/gemfeed/index.md
+++ b/gemfeed/index.md
@@ -3,7 +3,6 @@
## To be in the .zone!
[2026-02-15 - Loadbars resurrected: From Perl to Go after 15 years](./2026-02-15-loadbars-resurrected-from-perl-to-go.md)
-[2026-02-14 - TIL: Meta slash-commands for reusable AI prompts and context](./2026-02-14-til-meta-slash-commands-for-ai-workflows.md)
[2026-02-14 - Meta slash-commands to manage prompts and context for coding agents](./2026-02-14-meta-slash-commands-for-prompts-and-context.md)
[2026-02-02 - A tmux popup editor for Cursor Agent CLI prompts](./2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.md)
[2026-01-01 - Using Supernote Nomad offline](./2026-01-01-using-supernote-nomad-offline.md)
diff --git a/index.md b/index.md
index db6fda50..490f8b1b 100644
--- a/index.md
+++ b/index.md
@@ -1,6 +1,6 @@
# Hello!
-> This site was generated at 2026-02-14T23:11:16+02:00 by `Gemtexter`
+> This site was generated at 2026-02-14T23:20:12+02:00 by `Gemtexter`
Welcome to the foo.zone!
@@ -31,7 +31,6 @@ Everything you read on this site is my personal opinion and experience. You can
### Posts
[2026-02-15 - Loadbars resurrected: From Perl to Go after 15 years](./gemfeed/2026-02-15-loadbars-resurrected-from-perl-to-go.md)
-[2026-02-14 - TIL: Meta slash-commands for reusable AI prompts and context](./gemfeed/2026-02-14-til-meta-slash-commands-for-ai-workflows.md)
[2026-02-14 - Meta slash-commands to manage prompts and context for coding agents](./gemfeed/2026-02-14-meta-slash-commands-for-prompts-and-context.md)
[2026-02-02 - A tmux popup editor for Cursor Agent CLI prompts](./gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.md)
[2026-01-01 - Using Supernote Nomad offline](./gemfeed/2026-01-01-using-supernote-nomad-offline.md)
diff --git a/uptime-stats.md b/uptime-stats.md
index 3c4a05b5..59a67c97 100644
--- a/uptime-stats.md
+++ b/uptime-stats.md
@@ -1,6 +1,6 @@
# My machine uptime stats
-> This site was last updated at 2026-02-14T23:11:16+02:00
+> This site was last updated at 2026-02-14T23:20:12+02:00
The following stats were collected via `uptimed` on all of my personal computers over many years and the output was generated by `guprecords`, the global uptime records stats analyser of mine.