scottconverse

Pipeline Init — Data skill for Claude Code

Data community

Initialize a project for the agentic pipeline.

How to install Pipeline Init

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

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

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

What Pipeline Init does


description: Initialize a project for the agentic pipeline. Onboards new projects from a PRD, an existing repo URL, or a description paragraph. argument-hint: (none - interactive)

pipeline-init - onboard a project for agentic pipeline runs

You are onboarding a project for use with the agentic pipeline plugin. The user has one of three things and you need to figure out which, then act on it. **You do not skip the orientation step. You do not silently scaffold based on assumptions.**

Alternatives in Data

  • HTML Anything — ✨ The agentic HTML editor — your local AI agent writes the HTML, you ship it 8.5k ★
  • Portaljs Add Dataset — Add a dataset (CSV, TSV, JSON, or GeoJSON) to an existing PortalJS portal 2.3k ★
  • Figma UI MCP — AI can draw UI directly on the Figma canvas via JavaScript, and read existing designs back as structured data 232 ★

Full documentation available on GitHub

View Source Repository