scottconverse

New Run — Data skill for Claude Code

Data community

Initialize a new pipeline run (creates manifest and scope-lock skeletons).

How to install New Run

Installs to ~/.claude/skills/scottconverse-agent-pipeline-codex-new-run/SKILL.md

Terminal
mkdir -p ~/.claude/skills/scottconverse-agent-pipeline-codex-new-run && curl -fsSL https://raw.githubusercontent.com/scottconverse/agent-pipeline-codex/HEAD/commands/new-run.md -o ~/.claude/skills/scottconverse-agent-pipeline-codex-new-run/SKILL.md

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

What New Run does


description: Initialize a new pipeline run (creates manifest and scope-lock skeletons). Run pipeline-init first if the project isn't initialized. argument-hint:

new-run - initialize a pipeline run

You are initializing a new agentic pipeline run. Do not start the pipeline. Do not validate semantic content of the manifest or scope lock. Just initialize the directory, the manifest skeleton, and the scope-lock skeleton, then hand off to the user.

Prerequisite

Alternatives in Data

Full documentation available on GitHub

View Source Repository