So, on my team we want to have a repo for tracking a openclaw bot that we will have dockerized and deployed later on. We need to keep track of the core stuff of the bot like it's configs, flows, skills, etc.
We might want to deploy different bots per environment (production, staging, etc) so we will need .env files to choose what the bot will use on each environment and so on.
Whats the best template on github for approaches like this ? Is there any official or recommended repo template for this ?