Bundle
dsh-research-writing
Research writing bundle for DeepSeek Harness: literature search/citation (dsh-lit-search) + LaTeX/BibTeX guard (dsh-latex-guard) in one install.
- Source
- Flan246
- License
- MIT
- Updated
- Updated 20 hours ago
Readme
# dsh-research-writing [](https://www.npmjs.com/package/dsh-research-writing) [](https://www.npmjs.com/package/dsh-research-writing) [](https://github.com/Flan246/dsh-research-writing) [](./LICENSE) Research writing bundle for [DeepSeek Harness](https://github.com/deepseek-ai/deepseek-harness): literature search + citations + BibTeX cleanup + LaTeX compile checks, in one install. ## What's inside | Plugin | Tools | |---|---| | [dsh-lit-search](https://github.com/Flan246/dsh-lit-search) | `lit_search` / `lit_cite` / `lit_bib` / `lit_related` — Crossref + OpenAlex literature search, GB/T 7714 / APA / BibTeX citations (incl. arXiv preprints) | | [dsh-latex-guard](https://github.com/Flan246/dsh-latex-guard) | `latex_check` / `bib_lint` / `bib_fill` / `cite_audit` — latexmk compile checks with engine auto-detection, BibTeX lint/fill, citation audit | ## Install ```bash dsh plugin --profile web add dsh-research-writing ``` Both plugins are pulled in as dependencies and registered automatically. Do not install this bundle together with the standalone plugins in the same profile (the rows would duplicate). ## Without dsh Each plugin also ships a standalone CLI and a SKILL.md: ```bash npx dsh-lit-search search "mixture of experts" -n 5 npx dsh-lit-search cite 10.1038/nature14539 -s gbt7714 npx dsh-latex-guard check ./my-paper main.tex npx dsh-latex-guard bib-fill refs.bib --write ``` ## License MIT
Install
dsh plugin --profile web add github:Flan246/dsh-research-writing
Profile: web
With the hub plugin installed, ask your agent to install it by name — it resolves the same plan shown here.
dsh plugin --profile web add github:stvlynn/dsh.fish#path:packages/dsh-plugin-hub
install dsh-research-writing from the hub
- This source has no pinned commit, so a later push upstream changes what installs. Prefer pinning a commit.