Claude Skills for Workflows¶
The pltf-claude-plugins marketplace provides Claude Code skills for workflow development and operations. See the marketplace README for installation instructions.
Nextflow Skills¶
| Skill | Invoke | Description |
|---|---|---|
| nf-investigate | /nf-investigate |
Troubleshoot failed runs and analyze cost/performance. Uses Tracker MCP, Datadog, S3 work directories, and K8s to identify root causes and bottlenecks. |
| nf-right-sizing | /nf-right-sizing |
Systematic resource optimization across all processes in a pipeline. Profiles CPU, memory, disk, and capacity type against actual usage from recent runs. |
| nf-config-resolution | /nf-config-resolution |
Debug Nextflow configuration loading order and withName precedence. Helps when a process receives unexpected resource values. |
| nf-run | /nf-run |
Submit and manage Nextflow runs via the tracker CLI. |
Each skill's README in the marketplace has full documentation on usage, data sources, and methodology.