shared-preferences
Notably allows flexible specification of package-local preferences.
$ area51 add shared-preferencesCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(shared-preferences:some-function ...)