gitextract_c9_29s2c/ ├── .github/ │ ├── PULL_REQUEST_TEMPLATE/ │ │ ├── plugin.md │ │ └── theme.md │ ├── pull_request_template.md │ └── workflows/ │ ├── format.yml │ ├── plugin-stat.yml │ ├── skip.yml │ ├── stale-validation-failed.yml │ ├── stale.yml │ ├── validate-plugin-entry.yml │ └── validate-theme-entry.yml ├── .gitignore ├── README.md ├── cla.md ├── community-css-themes-removed.json ├── community-css-themes.json ├── community-plugin-deprecation.json ├── community-plugin-stats.json ├── community-plugins-removed.json ├── community-plugins.json ├── community-snippets.json ├── desktop-releases.json ├── package.json └── plugin-review.md