From 873b4efa0b0cf249e27ec14229427cccdfbc1dc9 Mon Sep 17 00:00:00 2001 From: Mingyang Xu Date: Sat, 4 Apr 2026 14:41:50 -0400 Subject: [PATCH] Add manuscript pipeline skills --- container/skills/README.md | 4 ++-- container/skills/bio-manuscript-common/README.md | 1 + container/skills/bio-manuscript-pipeline/SKILL.md | 5 +++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/container/skills/README.md b/container/skills/README.md index b6b475d..b3abee1 100644 --- a/container/skills/README.md +++ b/container/skills/README.md @@ -18,10 +18,10 @@ Anything the WhatsApp / WeCom / Discord / local-web agent should use belongs **h ## Community Skills -Some runtime skills may be integrated from BioClaw community contributors when they prove useful in real workflows. The manuscript pipeline skill family currently staged here is integrated as a community-contributed workflow. +Some runtime skills may be integrated from BioClaw community contributors when they prove useful in real workflows. The manuscript pipeline skill family currently staged here is integrated as a community-contributed workflow adapted from [bio-manuscript-forge](https://github.com/donghongyu2020/bio-manuscript-forge/tree/main/bio-manuscript-forge). Contributor reference: -- Yuhong Dong, Westlake University PhD candidate, BioClaw community contributor +- Hongyu Dong, Westlake University PhD candidate, BioClaw community contributor ## Developer-only skills diff --git a/container/skills/bio-manuscript-common/README.md b/container/skills/bio-manuscript-common/README.md index c278d1c..94509d2 100644 --- a/container/skills/bio-manuscript-common/README.md +++ b/container/skills/bio-manuscript-common/README.md @@ -7,6 +7,7 @@ Contents: - `scripts/`: helper scripts copied from the upstream repository Integration notes: +- Upstream project: https://github.com/donghongyu2020/bio-manuscript-forge/tree/main/bio-manuscript-forge - These assets were copied from `external/bio-manuscript-forge/bio-manuscript-forge/`. - Runtime skills live under `/home/node/.claude/skills/` inside the BioClaw container. - Keep skill-to-skill references within `container/skills/` and avoid `~/.openclaw/...` assumptions. diff --git a/container/skills/bio-manuscript-pipeline/SKILL.md b/container/skills/bio-manuscript-pipeline/SKILL.md index 74b03c6..dff9c49 100644 --- a/container/skills/bio-manuscript-pipeline/SKILL.md +++ b/container/skills/bio-manuscript-pipeline/SKILL.md @@ -7,7 +7,8 @@ BioClaw integration notes: - Shared templates and helper scripts are available under the sibling directory `bio-manuscript-common/`. - When this pipeline needs supporting capabilities, prefer the copied BioClaw sibling skills in `container/skills/` over any `~/.openclaw/...` layout assumptions. - This skill family is being integrated as a BioClaw community-contributed workflow. -- Contributor reference for attribution and documentation: Yuhong Dong, Westlake University PhD candidate, BioClaw community contributor / BioClaw 共创团队 contributor. +- Upstream source reference: https://github.com/donghongyu2020/bio-manuscript-forge/tree/main/bio-manuscript-forge +- Contributor reference for attribution and documentation: Hongyu Dong, Westlake University PhD candidate, BioClaw community contributor / BioClaw community co-creation contributor. - In BioClaw, treat the sibling manuscript skills as stepwise companion skills. You should explicitly follow their guidance phase by phase rather than assuming an automatic runtime dispatcher. - If a later phase depends on outputs from an earlier phase, write those outputs into the group workspace first and then continue with the next sibling skill using those artifacts as context. - At the end of each substantial run, also write a concise human-readable execution summary. Prefer `FINAL_EXEC_SUMMARY.md`; for integration-focused runs, also write `INTEGRATION_TEST_REPORT.md`. @@ -563,7 +564,7 @@ manuscript-plan/ ## Attribution - Workflow family: Bio-Manuscript-Forge - BioClaw integration: community-contributed workflow -- Contributor reference: Yuhong Dong, Westlake University PhD candidate, BioClaw community contributor +- Contributor reference: Hongyu Dong, Westlake University PhD candidate, BioClaw community contributor ``` ## 三审稿人评审标准