Skip to main content
ClaudeWave
Slash Command3.6k estrellas del repoactualizado yesterday

pipeline

The pipeline slash command analyzes content from one or multiple URLs to extract structural patterns, psychological techniques, and mechanical elements, then synthesizes findings into an anatomy guide with interview questions for content recreation. Use it when you need to deconstruct how existing content works or understand the underlying patterns that make particular web content effective.

Instalar en Claude Code
Copiar
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/nyldn/claude-octopus/HEAD/.claude/commands/pipeline.md -o ~/.claude/commands/pipeline.md
Después abre una sesión nueva de Claude Code; el slash command carga automáticamente.

pipeline.md

# /octo:pipeline

**Your first output line MUST be:** `🐙 Octopus Content Pipeline`

Analyze content from URLs to extract patterns, psychological techniques, and structural elements.

**Usage:**
```
/octo:pipeline <url>
/octo:pipeline <url1> <url2> <url3>
```

**What it does:**
1. Validates and fetches content from URLs
2. Deconstructs patterns (structure, psychology, mechanics)
3. Synthesizes findings into an anatomy guide
4. Generates interview questions for content recreation

**See:** skill-content-pipeline for full documentation.

---

**Example:**
```
/octo:pipeline https://example.com/great-article

→ Fetching content...
→ Analyzing structure, psychology, mechanics...
→ Generating anatomy guide...
→ Creating interview questions...

✓ Analysis complete! See results below.
```