Agent Plugins Marketplace
All plugins

foundry-skills

v2026.9.17

Galaxy Workflow Foundry cast skills: schema-validated, corpus-grounded steps for turning papers, Nextflow pipelines and CWL workflows into validated Galaxy workflows. Mirror of galaxyproject/foundry (casts/claude/skills).

Codex50 Skills

By The Galaxy ProjectLicense: MIT0 GitHub starsUpdated 5 days ago

Directory evidence

Runtimes
Codex
Parsed components
50 skill or MCP entries
Source updated
Sep 18, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install foundry-skills for Codex

Installs for the current user
codex plugin marketplace add galaxyproject/agentic-plugins
codex plugin marketplace upgrade galaxyproject
codex plugin add foundry-skills@galaxyproject

Paste and run these commands in a terminal with Codex. They add and refresh the galaxyproject catalog, then install this plugin.

Compatibility: the page URL and API slug “foundry-skills” remain stable.

  • Codex: foundry-skills@agent-plugin-marketplacefoundry-skills@galaxyproject

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/galaxyproject/agentic-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/foundry-skills/.

Plugin files

plugins/foundry-skills/
├── .codex-plugin/plugin.json
├── skills/advance-galaxy-draft-step/SKILL.md
├── skills/apply-galaxy-workflow-changeset/SKILL.md
├── skills/author-galaxy-tool-wrapper/SKILL.md
├── skills/changeset-to-galaxy-test-plan/SKILL.md
├── skills/compare-against-iwc-exemplar/SKILL.md
├── skills/convert-nfcore-module-to-galaxy-tool/SKILL.md
├── skills/cwl-summary-to-galaxy-data-flow/SKILL.md
├── skills/cwl-summary-to-galaxy-interface/SKILL.md
├── skills/cwl-summary-to-galaxy-template/SKILL.md
├── skills/cwl-test-to-galaxy-test-plan/SKILL.md
├── skills/cwl-to-test-data/SKILL.md
├── skills/debug-cwl-workflow-output/SKILL.md
├── skills/debug-galaxy-workflow-output/SKILL.md
├── skills/discover-shed-tool/SKILL.md
├── skills/find-test-data/SKILL.md
├── skills/freeform-summary-to-cwl-design/SKILL.md
├── skills/freeform-summary-to-galaxy-data-flow/SKILL.md
├── skills/freeform-summary-to-galaxy-interface/SKILL.md
├── skills/freeform-summary-to-galaxy-template/SKILL.md
├── skills/freeform-summary-to-galaxy-test-plan/SKILL.md
├── skills/implement-cwl-tool-step/SKILL.md
├── skills/implement-cwl-workflow-test/SKILL.md
├── skills/implement-galaxy-tool-step/SKILL.md
├── skills/implement-galaxy-workflow-test/SKILL.md
├── skills/interview-to-freeform-summary/SKILL.md
├── skills/interview-to-galaxy-workflow-changeset/SKILL.md
├── skills/mature-galaxy-workflow-for-iwc/SKILL.md
├── skills/nextflow-summary-to-cwl-data-flow/SKILL.md
├── skills/nextflow-summary-to-cwl-interface/SKILL.md
├── skills/nextflow-summary-to-galaxy-data-flow/SKILL.md
├── skills/nextflow-summary-to-galaxy-interface/SKILL.md
├── skills/nextflow-summary-to-galaxy-reference-data/SKILL.md
├── skills/nextflow-summary-to-galaxy-template/SKILL.md
├── skills/nextflow-test-to-cwl-test-plan/SKILL.md
├── skills/nextflow-test-to-galaxy-test-plan/SKILL.md
├── skills/nextflow-to-test-data/SKILL.md
├── skills/paper-to-test-data/SKILL.md
├── skills/pipeline-cwl-to-galaxy/SKILL.md
├── skills/pipeline-galaxy-workflow-maturation/SKILL.md
├── skills/pipeline-galaxy-workflow-review/SKILL.md
├── skills/pipeline-interview-to-galaxy/SKILL.md
├── skills/pipeline-nextflow-to-cwl/SKILL.md
├── skills/pipeline-nextflow-to-galaxy/SKILL.md
├── skills/pipeline-paper-to-cwl/SKILL.md
├── skills/pipeline-paper-to-galaxy/SKILL.md
├── skills/pipeline-update-interview-to-galaxy/SKILL.md
├── skills/repair-galaxy-draft-topology/SKILL.md
├── skills/report-foundry-run-feedback/SKILL.md
├── skills/review-galaxy-workflow/SKILL.md
└── skills/run-workflow-test/SKILL.md

Included Skills50

advance-galaxy-draft-stepskills/advance-galaxy-draft-step/SKILL.md

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

apply-galaxy-workflow-changesetskills/apply-galaxy-workflow-changeset/SKILL.md

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

author-galaxy-tool-wrapperskills/author-galaxy-tool-wrapper/SKILL.md

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

changeset-to-galaxy-test-planskills/changeset-to-galaxy-test-plan/SKILL.md

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.

compare-against-iwc-exemplarskills/compare-against-iwc-exemplar/SKILL.md

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

convert-nfcore-module-to-galaxy-toolskills/convert-nfcore-module-to-galaxy-tool/SKILL.md

Convert one nf-core module directory into a Galaxy wrapper with local macros, provenance, and remote fixture-backed tests.

cwl-summary-to-galaxy-data-flowskills/cwl-summary-to-galaxy-data-flow/SKILL.md

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

cwl-summary-to-galaxy-interfaceskills/cwl-summary-to-galaxy-interface/SKILL.md

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

cwl-summary-to-galaxy-templateskills/cwl-summary-to-galaxy-template/SKILL.md

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

cwl-test-to-galaxy-test-planskills/cwl-test-to-galaxy-test-plan/SKILL.md

Translate CWL test fixtures into a Galaxy workflow test plan.

cwl-to-test-dataskills/cwl-to-test-data/SKILL.md

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

debug-cwl-workflow-outputskills/debug-cwl-workflow-output/SKILL.md

Triage failing CWL run outputs; classify failure modes; propose fixes.

debug-galaxy-workflow-outputskills/debug-galaxy-workflow-output/SKILL.md

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

discover-shed-toolskills/discover-shed-tool/SKILL.md

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

find-test-dataskills/find-test-data/SKILL.md

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

freeform-summary-to-cwl-designskills/freeform-summary-to-cwl-design/SKILL.md

Translate a free-form source summary into a CWL workflow design brief.

freeform-summary-to-galaxy-data-flowskills/freeform-summary-to-galaxy-data-flow/SKILL.md

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

freeform-summary-to-galaxy-interfaceskills/freeform-summary-to-galaxy-interface/SKILL.md

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

freeform-summary-to-galaxy-templateskills/freeform-summary-to-galaxy-template/SKILL.md

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

freeform-summary-to-galaxy-test-planskills/freeform-summary-to-galaxy-test-plan/SKILL.md

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

implement-cwl-tool-stepskills/implement-cwl-tool-step/SKILL.md

Convert an abstract step into a concrete CWL CommandLineTool + step.

implement-cwl-workflow-testskills/implement-cwl-workflow-test/SKILL.md

Assemble CWL job file(s) and expected-output assertions.

implement-galaxy-tool-stepskills/implement-galaxy-tool-step/SKILL.md

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

implement-galaxy-workflow-testskills/implement-galaxy-workflow-test/SKILL.md

Assemble Galaxy workflow test fixtures and assertions.

interview-to-freeform-summaryskills/interview-to-freeform-summary/SKILL.md

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

interview-to-galaxy-workflow-changesetskills/interview-to-galaxy-workflow-changeset/SKILL.md

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

mature-galaxy-workflow-for-iwcskills/mature-galaxy-workflow-for-iwc/SKILL.md

Apply the IWC publication checklist to an existing Galaxy workflow and emit a generalized, reviewable submission set.

nextflow-summary-to-cwl-data-flowskills/nextflow-summary-to-cwl-data-flow/SKILL.md

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

nextflow-summary-to-cwl-interfaceskills/nextflow-summary-to-cwl-interface/SKILL.md

Map a Nextflow summary into a CWL Workflow interface design brief.

nextflow-summary-to-galaxy-data-flowskills/nextflow-summary-to-galaxy-data-flow/SKILL.md

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

nextflow-summary-to-galaxy-interfaceskills/nextflow-summary-to-galaxy-interface/SKILL.md

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

nextflow-summary-to-galaxy-reference-dataskills/nextflow-summary-to-galaxy-reference-data/SKILL.md

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

nextflow-summary-to-galaxy-templateskills/nextflow-summary-to-galaxy-template/SKILL.md

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

nextflow-test-to-cwl-test-planskills/nextflow-test-to-cwl-test-plan/SKILL.md

Translate Nextflow test evidence into a CWL workflow test plan.

nextflow-test-to-galaxy-test-planskills/nextflow-test-to-galaxy-test-plan/SKILL.md

Translate Nextflow test evidence into a Galaxy workflow test plan.

nextflow-to-test-dataskills/nextflow-to-test-data/SKILL.md

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

paper-to-test-dataskills/paper-to-test-data/SKILL.md

Derive workflow test inputs and expected outputs from a paper.

pipeline-cwl-to-galaxyskills/pipeline-cwl-to-galaxy/SKILL.md

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.

pipeline-galaxy-workflow-maturationskills/pipeline-galaxy-workflow-maturation/SKILL.md

Apply the pinned IWC publication checklist to an existing Galaxy workflow, then validate and retest the matured result — orchestrates the Foundry skills of the GALAXY WORKFLOW MATURATION pipeline in order, in a per-run working directory.

pipeline-galaxy-workflow-reviewskills/pipeline-galaxy-workflow-review/SKILL.md

Post-construction review journey: summarize, validate, and test an existing Galaxy workflow, then apply pinned IWC policy — orchestrates the Foundry skills of the GALAXY WORKFLOW REVIEW pipeline in order, in a per-run working directory.

pipeline-interview-to-galaxyskills/pipeline-interview-to-galaxy/SKILL.md

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.

pipeline-nextflow-to-cwlskills/pipeline-nextflow-to-cwl/SKILL.md

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.

pipeline-nextflow-to-galaxyskills/pipeline-nextflow-to-galaxy/SKILL.md

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.

pipeline-paper-to-cwlskills/pipeline-paper-to-cwl/SKILL.md

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.

pipeline-paper-to-galaxyskills/pipeline-paper-to-galaxy/SKILL.md

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.

pipeline-update-interview-to-galaxyskills/pipeline-update-interview-to-galaxy/SKILL.md

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.

repair-galaxy-draft-topologyskills/repair-galaxy-draft-topology/SKILL.md

Re-wire a Galaxy draft region when a step's declared output can't be computed from its wired inputs.

report-foundry-run-feedbackskills/report-foundry-run-feedback/SKILL.md

Triage a completed or partial Foundry feedback ledger into a run review and confirmed, deduplicated upstream issue drafts.

review-galaxy-workflowskills/review-galaxy-workflow/SKILL.md

Apply the pinned upstream IWC review policy to one Galaxy workflow or pull request and emit one evidenced advisory Markdown review.

run-workflow-testskills/run-workflow-test/SKILL.md

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

Plugin manifests1

plugins/foundry-skills/.codex-plugin/plugin.json
{
  "name": "foundry-skills",
  "version": "2026.9.17",
  "description": "Galaxy Workflow Foundry cast skills: schema-validated, corpus-grounded steps for turning papers, Nextflow pipelines and CWL workflows into validated Galaxy workflows. Mirror of galaxyproject/foundry (casts/claude/skills).",
  "author": {
    "name": "The Galaxy Project",
    "url": "https://galaxyproject.org"
  },
  "homepage": "https://github.com/galaxyproject/foundry",
  "repository": "https://github.com/galaxyproject/agentic-plugins",
  "license": "MIT",
  "keywords": [
    "galaxy",
    "workflows",
    "foundry",
    "skills",
    "gxformat2"
  ],
  "skills": "./skills/",
  "interface": {
    "displayName": "Galaxy Workflow Foundry",
    "shortDescription": "Build validated Galaxy workflows",
    "longDescription": "Cast skills produced by the Galaxy Workflow Foundry: discover Tool Shed wrappers, summarise papers and pipelines, draft and validate gxformat2 workflows, author tool wrappers, and run workflow tests. Mirrored from galaxyproject/foundry.",
    "developerName": "The Galaxy Project",
    "category": "Developer Tools",
    "capabilities": [
      "Read",
      "Write"
    ],
    "websiteURL": "https://galaxyproject.org/",
    "defaultPrompt": [
      "Build a Galaxy workflow from this Nextflow pipeline.",
      "Find and pin a Galaxy Tool Shed wrapper.",
      "Validate this Galaxy gxformat2 workflow."
    ]
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[foundry-skills on Agent Plugins Marketplace](https://pluginsmp.com/plugins/foundry-skills)