Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

PaperbackWriter

PaperbackWriter 收录了来自 p-aldighieri 的 8 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
8
Stars
0
更新
2026-06-12
Forks
0
职业覆盖
3 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

draft-paper
软件开发工程师

End-to-end first-draft orchestrator. Takes an **external target folder path** (the paper lives outside this repo). Sets up missing scaffold pieces, then runs the role agents in two phases: Phase 1 (parallel) writes related-lit and model-prose. Phase 2 (sequential) writes results-prose, then optional discussion, then intro (incl. closing if warranted), then abstract last. Pauses for review between phases. Use when the user says "draft <path>", "draft `~/Documents/papers/foo`", or similar.

2026-06-12
citation-check
软件质量保证分析师与测试员

Verify EVERY entry in a paper's `refs.bib` against Crossref's canonical record. Catches wrong DOIs, years, volumes, issues, pages, venues, and author lists; flags missing DOIs with the record to add; and detects when a "working paper" now has a published version. **Report-only — never edits the .bib.** **Does not check math or prose.** Use before any "final" compile / submission, or whenever the user says "check the citations", "verify the bib", "crossref the references", "are the citations right".

2026-06-04
latex-compile
软件开发工程师

Compile a paper in `<target>/tex/` to PDF. Runs pdflatex → bibtex → pdflatex → pdflatex, parses the .log for errors, surfaces a focused error report. Use whenever the user says "compile", "build the PDF", or after any non-trivial edit to the .tex sources.

2026-05-31
new-paper
软件开发工程师

Bootstrap a new paper. Asks for an external target path, creates the directory, copies the scaffold, and walks the user through filling in the brief. Use when the user says "new paper", "start a paper", "I want to write a paper", "set up a new paper", or when they're new to the repo and need onboarding. This is the **first-run entry point**.

2026-05-28
gatekeeper
软件开发工程师

Audit the current draft for craft and integrity violations. Runs `integrity-gatekeeper` and `exposition-gatekeeper` agents in parallel, synthesizes findings into Critical / Important / Minor. **Reports only — never auto-fixes.** **Does not check math.** Use after any substantive draft pass.

2026-05-28
motivation-pass
技术写作员

Tighten the "why does this matter" thread running through abstract + intro P1-P2. Targets motivation density, not prose polish. Use after the first intro draft if motivation is weak.

2026-05-28
proof-clean
软件开发工程师

Purge pipeline-internal references from the user's pre-baked proofs in `<target>/proofs/`. Outputs a `_cleaned/` directory + a diff report. **Never touches the math itself** — only removes meta-prose referring to the proof-checking pipeline (e.g., "in iteration 3 of the verification", "as shown in the previous step of the pipeline"). The user reviews the diff and decides whether to swap in the cleaned files.

2026-05-28
related-literature
软件开发工程师

Draft or revise the Related Literature section. Uses a verified citation universe (`refs.bib` + `brief.md` anchors + `references/pdfs/`). **Never invents citations.** Marks unresolved claims with `[CITATION NEEDED]`. Use when the user says "write the related lit", "do a lit review pass", or after the main results are stable.

2026-05-28