Add claude-math#309
Conversation
There was a problem hiding this comment.
Code Review
This pull request adds the claude-math plugin to the list of third-party plugins in the README. The review feedback points out that the plugin description violates the contribution guidelines by containing multiple sentences, and provides a suggestion to consolidate it into a single sentence.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| - [Canvas Apps Plugin Codex](https://github.com/Ratnam-Mishra/canvas-apps-plugin-codex) - Build and edit Microsoft Power Apps Canvas Apps using natural language and Canvas Authoring MCP server. | ||
| - [CarsXE](https://github.com/carsxe/carsxe-codex-plugin) - Decode VINs, license plates, market value, vehicle history, recalls, liens, OBD codes, and more via the CarsXE API. | ||
| - [Chrome DevTools](https://github.com/win4r/chrome-devtools-codex-plugin) - One-click Codex plugin wrapper for chrome-devtools-mcp. | ||
| - [claude-math](https://github.com/vladimirrott/claude-math) - Emit mathematics as inline Unicode (∑, ≤, ℝ, x², matrices, set-builder) instead of LaTeX so equations stay legible in the Codex TUI and any terminal; copy- and search-safe. Also works in Claude Code. |
There was a problem hiding this comment.
According to the contribution guidelines, the plugin description must be a single sentence. The current description contains two sentences. Please combine them into a single sentence.
| - [claude-math](https://github.com/vladimirrott/claude-math) - Emit mathematics as inline Unicode (∑, ≤, ℝ, x², matrices, set-builder) instead of LaTeX so equations stay legible in the Codex TUI and any terminal; copy- and search-safe. Also works in Claude Code. | |
| - [claude-math](https://github.com/vladimirrott/claude-math) - Emit mathematics as copy- and search-safe inline Unicode (∑, ≤, ℝ, x², matrices, set-builder) instead of LaTeX so equations stay legible in the Codex TUI, terminals, and Claude Code. |
References
- The plugin description must be a single sentence.
|
Thanks, applied, the description is now a single sentence per the guidelines. |
|
🎉 Hey @vladimirrott, your plugin has been merged and is now listed in the HOL Registry! Claim your pluginAs the author, you can verify ownership of your plugin to unlock:
How to claim
The whole process takes under 30 seconds. No need to add any secrets or tokens to your repo — verification is done entirely through GitHub OAuth. If you have any questions, feel free to ask here or reach out at support@hol.org. |
Adds claude-math to Community → Tools & Integrations (alphabetical, between Chrome DevTools and Codex Be Serious).
Plugin: https://github.com/vladimirrott/claude-math
What it does: A skills-based Codex plugin that makes the model emit mathematics as inline Unicode (∑, ≤, ℝ, x², matrices, set-builder) instead of LaTeX, so equations stay legible in the Codex TUI and any terminal. Copy- and search-safe. Also works in Claude Code (same
SKILL.md).Scanner
plugin-scanner==2.0.1015, 0 critical / 0 high (2 low, informational only).main: https://github.com/vladimirrott/claude-math/actions/runs/29624846184Step 3 checklist
.codex-plugin/plugin.json(valid manifest, skills-only)SECURITY.md(vulnerability disclosure policy)LICENSE(MIT)README.md(clear description).mcp.json)package-lock.json; no runtime deps)mainSingle-line README addition; alphabetical order verified with
scripts/check-alphabetical.py(all sections sorted).