Skip to main content
Run any Skill in Manus
with one click
GitHub repository

foundry

foundry contains 40 collected skills from galaxyproject, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
40
Stars
2
updated
2026-07-20
Forks
1
Occupation coverage
2 occupation categories · 100% classified
repository explorer

Skills in this repository

changeset-to-galaxy-test-plan
software-quality-assurance-analysts-and-testers

Carry an existing Galaxy workflow's tests forward as a regression baseline and augment them for a change-set's deltas, emitting a Galaxy test plan.

2026-07-20
debug-galaxy-workflow-output
software-developers

Triage failing Galaxy run outputs; classify the failure surface and capture evidence before recommending repairs.

2026-07-20
freeform-summary-to-galaxy-test-plan
software-developers

Synthesize a Galaxy workflow test plan from a free-form summary and the Galaxy design briefs.

2026-07-20
implement-galaxy-workflow-test
software-quality-assurance-analysts-and-testers

Assemble Galaxy workflow test fixtures and assertions.

2026-07-20
run-workflow-test
software-quality-assurance-analysts-and-testers

Execute a workflow's tests via Planemo; emit structured pass/fail and outputs.

2026-07-20
convert-nfcore-module-to-galaxy-tool
software-developers

Convert one nf-core module dir into a Galaxy tool wrapper (tool.xml + macros.xml + _provenance.yml + remote-URL <test> blocks).

2026-07-20
pipeline-cwl-to-galaxy
software-developers

Path from a CWL Workflow to a Galaxy gxformat2 workflow — orchestrates the Foundry skills of the CWL → GALAXY pipeline in order, in a per-run working directory.

2026-07-20
pipeline-interview-to-galaxy
software-developers

Interview-driven path to a Galaxy gxformat2 workflow through the shared freeform-summary handoff — orchestrates the Foundry skills of the INTERVIEW → GALAXY pipeline in order, in a per-run working directory.

2026-07-20
pipeline-nextflow-to-cwl
software-developers

Direct path from a Nextflow pipeline to a CWL Workflow + CommandLineTool set — orchestrates the Foundry skills of the NEXTFLOW → CWL pipeline in order, in a per-run working directory.

2026-07-20
pipeline-nextflow-to-galaxy
software-developers

Direct path from a Nextflow pipeline to a Galaxy gxformat2 workflow — orchestrates the Foundry skills of the NEXTFLOW → GALAXY pipeline in order, in a per-run working directory.

2026-07-20
pipeline-paper-to-cwl
software-developers

Direct path from a paper to a CWL Workflow + CommandLineTool set — orchestrates the Foundry skills of the PAPER → CWL pipeline in order, in a per-run working directory.

2026-07-20
pipeline-paper-to-galaxy
software-developers

Direct path from a paper to a Galaxy gxformat2 workflow — orchestrates the Foundry skills of the PAPER → GALAXY pipeline in order, in a per-run working directory.

2026-07-20
pipeline-update-interview-to-galaxy
software-developers

Interview-driven, edit-in-place modification of an existing Galaxy gxformat2 workflow via a reviewable change-set, reusing the per-step draft loop — orchestrates the Foundry skills of the UPDATE-INTERVIEW → GALAXY pipeline in order, in a per-run working directory.

2026-07-20
author-galaxy-tool-wrapper
software-developers

Author a new Galaxy user-defined tool YAML definition when discovery yields nothing acceptable.

2026-07-20
nextflow-summary-to-galaxy-data-flow
software-developers

Translate a Nextflow summary into a Galaxy data-flow design brief.

2026-07-20
nextflow-summary-to-galaxy-interface
software-developers

Map a Nextflow summary into a Galaxy workflow interface design brief.

2026-07-20
nextflow-summary-to-galaxy-reference-data
software-developers

Decide the Galaxy-side shape of external reference data declared by a Nextflow pipeline.

2026-07-20
nextflow-summary-to-galaxy-template
software-developers

gxformat2 skeleton with per-step TODOs from a Nextflow summary and prior Galaxy design briefs.

2026-07-20
nextflow-test-to-galaxy-test-plan
software-developers

Translate Nextflow test evidence into a Galaxy workflow test plan.

2026-07-20
nextflow-to-test-data
software-developers

Resolve a Nextflow pipeline's own declared test fixtures into Galaxy workflow test-data refs.

2026-07-20
summarize-nextflow
software-developers

Read a Nextflow pipeline source tree (nf-core or ad-hoc DSL2) and emit a structured JSON summary for downstream translation Molds.

2026-07-20
freeform-summary-to-galaxy-data-flow
software-developers

Translate a free-form source summary into a Galaxy data-flow design brief.

2026-07-20
freeform-summary-to-galaxy-interface
software-developers

Map a free-form source summary into a Galaxy workflow interface design brief.

2026-07-20
implement-galaxy-tool-step
software-developers

Convert an abstract step into a concrete gxformat2 step using a tool summary.

2026-07-20
cwl-summary-to-galaxy-data-flow
software-developers

Translate a CWL summary into a Galaxy data-flow design brief.

2026-07-20
cwl-summary-to-galaxy-interface
software-developers

Map a CWL summary into a Galaxy workflow interface design brief.

2026-07-20
cwl-to-test-data
software-developers

Resolve a CWL workflow's own declared test cases into Galaxy workflow test-data refs.

2026-07-17
interview-to-galaxy-workflow-changeset
software-developers

Interview a user against an existing Galaxy workflow summary and emit a reviewable, step-anchored change-set.

2026-07-11
apply-galaxy-workflow-changeset
software-developers

Apply a reviewed change-set to a concrete Galaxy workflow: untouched regions preserved, tool-introducing edits injected as drafty steps.

2026-07-10
summarize-galaxy-workflow
software-developers

Read an existing Galaxy gxformat2 (or .ga) workflow and emit a structured summary for interview and change-set steps.

2026-07-10
discover-shed-tool
software-developers

Search the Tool Shed for an existing wrapper, drill from hit to a pinnable changeset, classify candidates, and recommend or fall through.

2026-07-09
summarize-cwl
software-developers

Validate and normalize a CWL Workflow tree, then emit a lightweight structured summary for downstream Galaxy translation.

2026-07-09
summarize-galaxy-tool
software-developers

Pull JSON schema, container, source, inputs/outputs for a Galaxy tool.

2026-07-09
cwl-summary-to-galaxy-template
software-developers

gxformat2 skeleton with per-step TODOs from a CWL summary and prior Galaxy design briefs.

2026-07-02
freeform-summary-to-galaxy-template
software-developers

gxformat2 skeleton with per-step TODOs from a free-form summary and Galaxy design brief.

2026-07-02
advance-galaxy-draft-step
software-developers

Advance the gxformat2 draft by one step: pick the next drafty step, resolve a wrapper, implement the step, and validate.

2026-07-02
compare-against-iwc-exemplar
software-developers

Find nearest IWC exemplar(s) and surface a structural diff against the upstream Galaxy design briefs to guide template authoring.

2026-07-02
find-test-data
software-developers

Search IWC fixtures and public sources for test data matching a data-flow shape.

2026-07-02
interview-to-freeform-summary
software-developers

Normalize a free-form user interview into the shared freeform-summary workflow handoff.

2026-07-02
validate-galaxy-workflow
software-quality-assurance-analysts-and-testers

Run terminal gxwf validation on an assembled Galaxy workflow and classify workflow-level failures.

2026-07-02