weekly-dev-tips

A small collection of weekly developer tips covering shell productivity, Git hygiene, and debugging mental models.

Install

openclaw skills install @terrycarter1985/weekly-dev-tips

Weekly Dev Tips

A curated mini knowledge base for developers. Each tip is short, actionable, and meant to be skimmed in under a minute.

Contents

  • references/shell-productivity.md — shell shortcuts, history tricks, and one-liners
  • references/git-hygiene.md — commit hygiene, rebase safety, and branch cleanup
  • references/debugging-mental-models.md — how to reason about bugs before reaching for a debugger

How to Use

  1. Open the relevant reference file.
  2. Apply one tip at a time; don't try to adopt everything at once.
  3. Come back weekly — the collection is designed to grow.

Notes

  • Tips are opinionated; adapt them to your team's conventions.
  • Shell examples assume a POSIX-compatible shell (bash/zsh).