zhshie

Downstream — Development skill for Claude Code

Development community

Turn a SUCCEEDED run's outputs into figures or further analysis.

How to install Downstream

Installs to ~/.claude/skills/zhshie-agentic-bioflow_v2-downstream/SKILL.md

Terminal
mkdir -p ~/.claude/skills/zhshie-agentic-bioflow_v2-downstream && curl -fsSL https://raw.githubusercontent.com/zhshie/agentic-bioflow_v2/HEAD/commands/downstream.md -o ~/.claude/skills/zhshie-agentic-bioflow_v2-downstream/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Downstream does


description: Turn a SUCCEEDED run's outputs into figures or further analysis argument-hint: [run id or path to results]

Paths below such as `scripts/...` and `docs/...` are this plugin's own files, never the user's working directory. Installed as a plugin they are under `${CLAUDE_PLUGIN_ROOT}`; read them straight from the repository otherwise.

This picks up where `runs` leaves off — after a run SUCCEEDED and its outputs have been delivered, not before. It carries **no pipeline-specific

Alternatives in Development

  • Understand Anything — Graphs that teach graphs that impress 80.7k ★
  • Book To Skill — Turn any technical book PDF into a Claude Code skill — ready to study, reference, and use while you work 25.9k ★
  • Financial Services Plugins — Plugins that turn Claude into a specialist for financial services — investment banking, equity research, priva 7.7k ★

Full documentation available on GitHub

View Source Repository