You could modify the forum_list by adding a callback to a PHP doing the tasks you’d like added.
PHP:
<xf:callback class="TRN\\DevLog\\Latest" method="getHtml"></xf:callback>
Next, change the options to show the number of posts, etc.
This is how
this site‘s front is done. It’s probably the fastest way rather than waiting for an add-on.
Of course, you could follow the add-on building instructions and build your own:
https://xenforo.com/xf2-docs/dev/