Agent skill · Design & Presentation

manuscript-as-code

Treat manuscripts as software: version control, reproducible builds, figure pipelines, CI, and structured repo layout. Helps teams avoid 'final_v7' chaos and ensures submission-ready artifacts.

foryourhealth111-pixelgithub.com/foryourhealth111-pixelGitHub ↗
claude-codecodexcan modify filesApache-2.0
Install
npx skills add foryourhealth111-pixel/Vibe-Skills --skill manuscript-as-code --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 1 KB
Bundled scripts: none
Allowed tools: ReadWriteEditBashGrepGlob
Path: bundled/skills/manuscript-as-code/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 2,593
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Manuscript as Code(论文工程化) ## 目标 把“写论文”升级成“交付可复现的出版工程”: - 结构清晰:任何人进仓库都知道哪里改正文、哪里改图、哪里改引用 - 可复现:一条命令能构建 PDF/HTML;CI 自动验证 - 可审计:每张图/每个结果都有来源(代码/数据/参数) 适用: - 多人协作写作(导师/合作者/跨机构) - 反复投稿/返修(需要明确改动轨迹) - 图表多、实验多、容易“找不到版本”的项目 --- ## 推荐仓库结构(最小可行) 见 `templates/repo-structure.md`。核心思想: - `manuscript/`:只放正文与引用(source-of-truth) - `figures/`:每张图一个目录(source + out) - `build/`:所有生成物(可删除,可再生) - `submission/` 与 `rev

More from Vibe-Skills
All skills →
About this skill
What does the manuscript-as-code skill do?

Treat manuscripts as software: version control, reproducible builds, figure pipelines, CI, and structured repo layout. Helps teams avoid 'final_v7' chaos and ensures submission-ready artifacts.

How do I install it?

Run `npx skills add foryourhealth111-pixel/Vibe-Skills --skill manuscript-as-code --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From foryourhealth111-pixel/Vibe-Skills, a repository with 2,593 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going