Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 12 additions & 2 deletions plugins.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"$schema": "https://json-schema.org/draft/2020-12/schema",
"name": "awesome-codex-plugins",
"version": "1.0.0",
"last_updated": "2026-03-30",
"total": 20,
"last_updated": "2026-03-31",
"total": 21,
Comment on lines +5 to +6

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

It appears that plugins.json is a generated file, as indicated by the existence of scripts/generate_plugins_json.py. Manually updating this file is discouraged because your changes might be overwritten the next time the script is run. Furthermore, the website is built from README.md (via build.js), so a manual update here won't be reflected on the site.

Please ensure ru-text is added to README.md and then run the generation script to update the registry. This also ensures that metadata like total and last_updated are calculated consistently and that formatting (such as the use of literal characters vs. the escape sequence \u2014 for the em dash) matches the script's output (which uses ensure_ascii=False).

"categories": [
"Development & Workflow",
"Tools & Integrations"
Expand Down Expand Up @@ -199,6 +199,16 @@
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/papersflow-ai/papersflow-codex-plugin/main/.codex-plugin/plugin.json"
},
{
"name": "ru-text",
"url": "https://github.com/talkstream/ru-text",
"owner": "talkstream",
"repo": "ru-text",
"description": "Russian text quality \u2014 ~1,040 rules for typography, info-style, editorial, UX writing, and business correspondence.",
"category": "Tools & Integrations",
"source": "awesome-codex-plugins",
"install_url": "https://raw.githubusercontent.com/talkstream/ru-text/main/.codex-plugin/plugin.json"
},
{
"name": "Yandex Direct",
"url": "https://github.com/nebelov/yandex-direct-for-all",
Expand Down
Loading