You may list collective.behavior.sku to buildout.cfg or setup.py in your own package.
Use zc.buildout and the plone.recipe.zope2instance recipe by adding collective.behavior.sku to the list of egg:
[buildout]
...
eggs =
...
collective.behavior.sku
You may also list to install_requires to setup.py within your package.