When you want to add a new plugin, you can use the "New Plugins" section for easy organization.
Edit PLUGINS.md and add the plugin to the "New Plugins" section at the top:
## π New Plugins
*Recently added plugins - these will be analyzed and categorized in the next health check.*
- [metalsmith-awesome-plugin](https://github.com/author/metalsmith-awesome-plugin)
- [metalsmith-your-new-plugin](https://github.com/yourname/metalsmith-your-new-plugin)git add PLUGINS.md
git commit -m "Add new plugin: metalsmith-awesome-plugin"
git push origin mainWhen the health check script runs, it will:
- Analyze ALL plugins including new ones from the "New Plugins" section
- Categorize new plugins based on their health status (π’ up-to-date, π‘ needing attention, etc.)
- Remove the "New Plugins" section since all plugins are now categorized
- Place plugins in the appropriate health category sections
npm run health-checkThis will analyze all plugins (including new ones) and regenerate the PLUGINS.md file with proper categorization.
- β Quick additions for easy plugin submissions
- β Automatic processing - new plugins get analyzed immediately
- β Simple workflow - no need for separate processing steps
- β Perfect for PR reviews - easy to see what's new before they get categorized
- Someone submits a PR with a new plugin in the "New Plugins" section
- Maintainer merges the PR
- Next health check automatically analyzes and categorizes all new plugins
- The "New Plugins" section disappears as everything gets properly categorized
This makes plugin submissions simple while maintaining the health analysis system!