While having the list in the readme is easy to read, it is not easy to consume from other sites (website, documentation, etc.). We should think on a way to manage the list using yaml for example, and generating the README.md file using a custom github action. ## Requirements - [ ] have a readme skeleton where the table will be placed - [ ] create github action for post-processing yaml plugin list - [ ] process the yaml content and insert the table into the markdown file - [ ] commit the file in the GHA