gregorydickson

Attract — Data skill for Claude Code

Data community

Submit a .dot pipeline to the attractor server for execution.

How to install Attract

Installs to ~/.claude/commands/gregorydickson-pickle-rick-claude-attract.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/gregorydickson/pickle-rick-claude/HEAD/.claude/commands/attract.md -o ~/.claude/commands/gregorydickson-pickle-rick-claude-attract.md

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

What Attract does

Submit a `.dot` pipeline to the attractor server for execution.

Persona active via CLAUDE.md. **SPEAK BEFORE ACTING**.

**Tip:** Need a `.dot` file from a PRD? Run `/pickle-dot` first.

Step 1: Acquire Pipeline

From `$ARGUMENTS`:

  • File path (contains / or .dot) → use as DOT file
  • --detach flag → submit pipeline and exit immediately without polling (fire-and-forget mode)
  • Empty → look for the most recently modified .dot file in the current directory and Pickle Rick session root.

Alternatives in Data

  • Private GPT — Complete API layer for private AI applications on local models: RAG, skills, tools, MCP, text-to-sql, and more 57.5k ★
  • Skill Production Pipeline — Claude-skills — Effective: 2026-03-07 Applies to ALL new skills, improvements, and deployments 5.3k ★
  • Ars Full — ARS full pipeline — research → write → review → revise → finalize 4.5k ★

Full documentation available on GitHub

View Source Repository