object-class
Ensures that special subclasses of standard-object cluster right in front of standard-object in the class precedence list.
$ area51 add object-classCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(object-class:some-function ...)