Use cast Claude skills with Claude Code.
The Foundry casts each Mold into a self-contained skill. Casts are committed to this repo
under casts/ and surfaced as a Claude Code plugin marketplace.
Install once; every cast skill becomes available to your agent.
- Claude
- 16
- Targets
- 1
- Total
- 16
Install
/ Claude Code plugin marketplaceIn Claude Code, add the marketplace and install the plugin:
/plugin marketplace add jmchilton/foundry
/plugin install foundry-skills@galaxy-workflow-foundry Skills are namespaced under the plugin. Invoke a cast skill in a session like:
/foundry-skills:summarize-nextflow
Or skip the marketplace and copy a single skill into ~/.claude/skills/:
git clone https://github.com/jmchilton/foundry
cp -r foundry/casts/claude/skills/<name> ~/.claude/skills/<name>
Update later with /plugin update foundry-skills@galaxy-workflow-foundry.
Claude skills
/ 16 casts-
Author a new Galaxy user-defined tool YAML definition when discovery yields nothing acceptable.
-
Find nearest IWC exemplar(s) and surface a structural diff against the upstream Galaxy design briefs to guide template authoring.
-
Convert one nf-core module dir into a Galaxy tool wrapper (tool.xml + macros.xml + _provenance.yml + remote-URL <test> blocks).
-
Translate a CWL summary into a Galaxy data-flow design brief.
-
Map a CWL summary into a Galaxy workflow interface design brief.
-
gxformat2 skeleton with per-step TODOs from a CWL summary and prior Galaxy design briefs.
-
Search the Tool Shed for an existing wrapper, drill from hit to a pinnable changeset, classify candidates, and recommend or fall through.
-
Assemble Galaxy workflow test fixtures and assertions.
-
Translate a Nextflow summary into a Galaxy data-flow design brief.
-
Map a Nextflow summary into a Galaxy workflow interface design brief.
-
gxformat2 skeleton with per-step TODOs from a Nextflow summary and prior Galaxy design briefs.
-
Execute a workflow's tests via Planemo; emit structured pass/fail and outputs.
-
Validate and normalize a CWL Workflow tree, then emit a lightweight structured summary for downstream Galaxy translation.
-
Read a Nextflow pipeline source tree (nf-core or ad-hoc DSL2) and emit a structured JSON summary for downstream translation Molds.
-
Run gxwf validation on the just-implemented Galaxy step and route failures back to step implementation.
-
Run terminal gxwf validation on an assembled Galaxy workflow and classify workflow-level failures.