What is the best practice to incorporate sensu plugin into a chef cookbook?

Hi,

I am using chef to manage the configuration of my sensu server.

I want to know what is the best practice to deploy plugins from https://github.com/sensu/sensu-community-plugins to the server.

The most labour intensive way is to manually cherry pick various resources from a local clone of sensu-community-plugins to the right location of my cookbook. It sounds like a version control nightmare to me.

Is there any chef recipe that allow me to install from this repos e.g. like a gem?

What is the common for sensu/chef users?

Thanks, Tony