# Cheatsheet ## Quick Reference | Action | Command | |---------------------|--------------------------------------| | List topics | `ls topics/` | | Read topic | `bat topics/.md` | | Add topic | `cp docs/TEMPLATE.md topics/.md` | | Search across all | `grep -ri topics/` | ## File Format Each topic file follows `docs/TEMPLATE.md`: ``` # ## Overview — one-liner description ## Common Commands — daily-driver commands ## Examples — real-world patterns ## Gotchas — pitfalls and edge cases ## See Also — related topics, links ```