Add add-omics-runtime-pack skill#20
Conversation
b0d67f2 to
54f0f53
Compare
|
Thanks for the contribution! The skill content looks good, but the files are in the wrong location. Currently everything is under What needs to change: Move each skill folder from: To: The Expected structure: Could you update the PR with this change? Let me know if you have any questions. |
|
Thanks for the clarification! I updated the PR so the eight runtime skills now live under container/skills// with the expected flat layout (SKILL.md, technical_reference.md, and commands_and_thresholds.md), while keeping .claude/skills/add-omics-runtime-pack/SKILL.md as the installer skill. At this point the content and file placement match your requested structure, but the PR is still blocked by CI for two repo-level reasons that are not specific to the skill content itself. First, the current Skill PR Check treats any changes under container/ as source changes, so moving the runtime skills into container/skills/ now causes the workflow to fail with “PRs that add skills should not modify source files.” Second, the test workflow is still failing on the existing db/WhatsApp baseline issue that is being addressed separately in PR #21. So from my side the layout change is done, but this PR will still need either an adjustment to the skill-only check or maintainer guidance on the intended contribution path for runtime skills under container/skills/. |
|
我看了下,#21 已经 merge 了,而且就是在修你前面提到的 db/WhatsApp baseline test。 |
029e767 to
7625910
Compare
|
I rebased this PR onto the latest main and reran CI. The result is now much clearer: the test workflow passes, which means the previous db / WhatsApp baseline issue was resolved after PR #21 was merged. The only remaining failure is Skill PR Check. So at this point the red CI signal is no longer caused by the old test baseline, but by a conflict between the current skill-only workflow rules and the requested file layout. Per the review feedback, the eight runtime skills have already been moved into container/skills/, but the current workflow treats files under container/skills/* as both “new skill files” and “source changes,” which makes this check fail automatically. In other words, the remaining issue is not the skill content itself and not the test baseline anymore; it is the CI rule for how runtime skills under container/skills/ are classified. |
7625910 to
9b3ec35
Compare
Summary
Adds a new contributed skill at .claude/skills/add-omics-runtime-pack/.
This skill teaches Claude Code how to install eight strong omics runtime skills into a BioClaw installation without modifying source code:
The bundled runtime pack is flattened for BioClaw's non-recursive skill sync, so each installed runtime skill contains only:
Notes
Testing
Validated that the contributed skill package contains only the new .claude/skills/add-omics-runtime-pack/ directory.
Validated that the bundled runtime pack has no external absolute-path residue and no nested runtime references directories.
Simulated installation into container/skills/ and verified: