Conversation
3a2d71d to
d8a5fc1
Compare
Code Review SummaryStatus: No Issues Found | Recommendation: Merge Files Reviewed (2 files)
This PR adds the Reviewed by minimax-m2.5 Reviewed by minimax-m2.5-20260211 · 122,193 tokens |
There was a problem hiding this comment.
Code Review
This pull request adds the sitemd plugin to the 'Tools & Integrations' section of the README. A review comment suggests that the plugins.json file should also be updated to include this new entry to maintain consistency between the human-readable documentation and the project's machine-readable metadata.
| - [PapersFlow](https://github.com/papersflow-ai/papersflow-codex-plugin) - Paper discovery, citation verification, graph exploration, and DeepScan analysis. | ||
| - [Remotion Plugin](https://github.com/tim-osterhus/codex-remotion-plugin) - Build parameterized Remotion videos in Codex with the official Remotion docs MCP, composition scaffolding, and a data-driven launch-video workflow. | ||
| - [ru-text](https://github.com/talkstream/ru-text) - Russian text quality — ~1,040 rules for typography, info-style, editorial, UX writing, and business correspondence. | ||
| - [sitemd](https://github.com/sitemd-cc/sitemd) - Build websites from Markdown via MCP — 22 tools for creating pages, generating content, validating, running SEO audits, configuring settings, and deploying static sites to Cloudflare Pages. |
There was a problem hiding this comment.
The new plugin should also be added to plugins.json to ensure the machine-readable "compatibility export" remains in sync with the README, as mentioned in the project documentation (line 159).
Please add an entry for sitemd in the plugins array of plugins.json, increment the total count to 40, and update the metadata fields. Here is a suggested entry based on the existing format:
{
"name": "sitemd",
"url": "https://github.com/sitemd-cc/sitemd",
"owner": "sitemd-cc",
"repo": "sitemd",
"description": "Build websites from Markdown via MCP — 22 tools for creating pages, generating content, validating, running SEO audits, configuring settings, and deploying static sites to Cloudflare Pages.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/sitemd-cc/sitemd/main/.codex-plugin/plugin.json"
}References
- Maintain consistency between the human-readable README and the machine-readable plugins.json file used for automation.
d8a5fc1 to
745e4ca
Compare
Adds sitemd-cc/sitemd under Community Plugins → Tools & Integrations.
sitemd is a Codex plugin (and MCP server) that builds websites from Markdown. 22 MCP tools cover page creation, content generation, content validation, SEO audits, settings management, and one-command deployment to Cloudflare Pages. Ships a
.codex-plugin/plugin.jsonmanifest at the repo root.ru-textandSynta MCPSubmitting at the maintainer's invitation.