cc-latex
v1.0.3LaTeX writing assistant — compile workflow, academic writing style, and word counting (texcount) for LaTeX documents
By Mingyang Bao2 GitHub starsUpdated 1 hour ago
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 skill or MCP entries
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Install cc-latex for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add cc-latex@agent-plugin-marketplacePaste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.
The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.
Get the source manually
git clone https://github.com/DawnEver/cc-marketClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is cc-latex/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/count-tex/SKILL.md└── skills/latex/SKILL.md
Included Skills2
Count words in a LaTeX project with texcount — per-section breakdown and grand total, references excluded. Use when the user asks for the document word count, per-section counts, or progress against a word-count target (e.g. "统计字数", "word count", "how many words", "字数分章节统计").
LaTeX writing conventions and academic writing style — compile workflow, figure/table placement, citations, prose style, semantic line breaks. Use when writing or editing LaTeX documents, chapters, sections, or figures; when running pdflatex/bibtex; or when reviewing academic prose for style (e.g. "write this section", "add a figure", "improve the writing", "compile the report").
Plugin manifests2
{
"name": "cc-latex",
"version": "1.0.3",
"description": "LaTeX writing assistant — compile workflow, academic writing style, and word counting (texcount) for LaTeX documents",
"author": {
"name": "Mingyang Bao"
},
"keywords": [
"latex",
"writing",
"academic",
"word-count",
"texcount",
"report"
],
"skills": "./skills/",
"interface": {
"displayName": "cc-latex",
"shortDescription": "LaTeX writing assistant — compile workflow, academic writing style, and word",
"longDescription": "LaTeX writing assistant — compile workflow, academic writing style, and word counting (texcount) for LaTeX documents. Per-section word counts with references excluded, targets and JSON output.",
"developerName": "Mingyang Bao",
"category": "Productivity",
"capabilities": [
"Interactive"
],
"defaultPrompt": [
"Use the cc-latex plugin."
]
}
}{
"name": "cc-latex",
"version": "1.0.3",
"description": "LaTeX writing assistant — compile workflow, academic writing style, and word counting (texcount) for LaTeX documents",
"author": {
"name": "Mingyang Bao"
},
"keywords": [
"latex",
"writing",
"academic",
"word-count",
"texcount",
"report"
]
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[cc-latex on Agent Plugins Marketplace](https://pluginsmp.com/plugins/cc-latex)