In the root of the directory structure that contains your libraries:
$ cat > gerbil.pkg
(prelude: :scheme/r7rs)
^D
If you have a library (example my-lib), the gerbil.pkg file should be in whatever directory contains the example directory.
(reload :example/my-lib)
(add-load-path "./lib")