Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions graphify/skill-agents.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fi
mkdir -p graphify-out
"$PYTHON" -c "import sys; open('graphify-out/.graphify_python', 'w', encoding='utf-8').write(sys.executable)"
# Save scan root so `graphify update` (no args) knows where to look next time
echo "$(cd INPUT_PATH && pwd)" > graphify-out/.graphify_root
echo "$(cd "INPUT_PATH" && pwd)" > graphify-out/.graphify_root
```

If the import succeeds, print nothing and move straight to Step 2.
Expand Down Expand Up @@ -176,7 +176,6 @@ $(cat graphify-out/.graphify_python) -c "
import sys, json
from graphify.extract import collect_files, extract
from pathlib import Path
import json

code_files = []
detect = json.loads(Path('graphify-out/.graphify_detect.json').read_text(encoding=\"utf-8\"))
Expand Down Expand Up @@ -542,7 +541,6 @@ Generate the HTML graph (always, unless `--no-viz`):

```bash
graphify export html # auto-aggregates to community view if graph > 5000 nodes
# or: graphify export html --no-viz
```

### Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)
Expand Down
4 changes: 1 addition & 3 deletions graphify/skill-amp.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fi
mkdir -p graphify-out
"$PYTHON" -c "import sys; open('graphify-out/.graphify_python', 'w', encoding='utf-8').write(sys.executable)"
# Save scan root so `graphify update` (no args) knows where to look next time
echo "$(cd INPUT_PATH && pwd)" > graphify-out/.graphify_root
echo "$(cd "INPUT_PATH" && pwd)" > graphify-out/.graphify_root
```

If the import succeeds, print nothing and move straight to Step 2.
Expand Down Expand Up @@ -176,7 +176,6 @@ $(cat graphify-out/.graphify_python) -c "
import sys, json
from graphify.extract import collect_files, extract
from pathlib import Path
import json

code_files = []
detect = json.loads(Path('graphify-out/.graphify_detect.json').read_text(encoding=\"utf-8\"))
Expand Down Expand Up @@ -542,7 +541,6 @@ Generate the HTML graph (always, unless `--no-viz`):

```bash
graphify export html # auto-aggregates to community view if graph > 5000 nodes
# or: graphify export html --no-viz
```

### Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)
Expand Down
4 changes: 1 addition & 3 deletions graphify/skill-claw.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fi
mkdir -p graphify-out
"$PYTHON" -c "import sys; open('graphify-out/.graphify_python', 'w', encoding='utf-8').write(sys.executable)"
# Save scan root so `graphify update` (no args) knows where to look next time
echo "$(cd INPUT_PATH && pwd)" > graphify-out/.graphify_root
echo "$(cd "INPUT_PATH" && pwd)" > graphify-out/.graphify_root
```

If the import succeeds, print nothing and move straight to Step 2.
Expand Down Expand Up @@ -176,7 +176,6 @@ $(cat graphify-out/.graphify_python) -c "
import sys, json
from graphify.extract import collect_files, extract
from pathlib import Path
import json

code_files = []
detect = json.loads(Path('graphify-out/.graphify_detect.json').read_text(encoding=\"utf-8\"))
Expand Down Expand Up @@ -545,7 +544,6 @@ Generate the HTML graph (always, unless `--no-viz`):

```bash
graphify export html # auto-aggregates to community view if graph > 5000 nodes
# or: graphify export html --no-viz
```

### Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)
Expand Down
4 changes: 1 addition & 3 deletions graphify/skill-codex.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fi
mkdir -p graphify-out
"$PYTHON" -c "import sys; open('graphify-out/.graphify_python', 'w', encoding='utf-8').write(sys.executable)"
# Save scan root so `graphify update` (no args) knows where to look next time
echo "$(cd INPUT_PATH && pwd)" > graphify-out/.graphify_root
echo "$(cd "INPUT_PATH" && pwd)" > graphify-out/.graphify_root
```

If the import succeeds, print nothing and move straight to Step 2.
Expand Down Expand Up @@ -176,7 +176,6 @@ $(cat graphify-out/.graphify_python) -c "
import sys, json
from graphify.extract import collect_files, extract
from pathlib import Path
import json

code_files = []
detect = json.loads(Path('graphify-out/.graphify_detect.json').read_text(encoding=\"utf-8\"))
Expand Down Expand Up @@ -542,7 +541,6 @@ Generate the HTML graph (always, unless `--no-viz`):

```bash
graphify export html # auto-aggregates to community view if graph > 5000 nodes
# or: graphify export html --no-viz
```

### Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)
Expand Down
4 changes: 1 addition & 3 deletions graphify/skill-copilot.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fi
mkdir -p graphify-out
"$PYTHON" -c "import sys; open('graphify-out/.graphify_python', 'w', encoding='utf-8').write(sys.executable)"
# Save scan root so `graphify update` (no args) knows where to look next time
echo "$(cd INPUT_PATH && pwd)" > graphify-out/.graphify_root
echo "$(cd "INPUT_PATH" && pwd)" > graphify-out/.graphify_root
```

If the import succeeds, print nothing and move straight to Step 2.
Expand Down Expand Up @@ -176,7 +176,6 @@ $(cat graphify-out/.graphify_python) -c "
import sys, json
from graphify.extract import collect_files, extract
from pathlib import Path
import json

code_files = []
detect = json.loads(Path('graphify-out/.graphify_detect.json').read_text(encoding=\"utf-8\"))
Expand Down Expand Up @@ -545,7 +544,6 @@ Generate the HTML graph (always, unless `--no-viz`):

```bash
graphify export html # auto-aggregates to community view if graph > 5000 nodes
# or: graphify export html --no-viz
```

### Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)
Expand Down
4 changes: 1 addition & 3 deletions graphify/skill-droid.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fi
mkdir -p graphify-out
"$PYTHON" -c "import sys; open('graphify-out/.graphify_python', 'w', encoding='utf-8').write(sys.executable)"
# Save scan root so `graphify update` (no args) knows where to look next time
echo "$(cd INPUT_PATH && pwd)" > graphify-out/.graphify_root
echo "$(cd "INPUT_PATH" && pwd)" > graphify-out/.graphify_root
```

If the import succeeds, print nothing and move straight to Step 2.
Expand Down Expand Up @@ -176,7 +176,6 @@ $(cat graphify-out/.graphify_python) -c "
import sys, json
from graphify.extract import collect_files, extract
from pathlib import Path
import json

code_files = []
detect = json.loads(Path('graphify-out/.graphify_detect.json').read_text(encoding=\"utf-8\"))
Expand Down Expand Up @@ -542,7 +541,6 @@ Generate the HTML graph (always, unless `--no-viz`):

```bash
graphify export html # auto-aggregates to community view if graph > 5000 nodes
# or: graphify export html --no-viz
```

### Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)
Expand Down
4 changes: 1 addition & 3 deletions graphify/skill-kilo.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fi
mkdir -p graphify-out
"$PYTHON" -c "import sys; open('graphify-out/.graphify_python', 'w', encoding='utf-8').write(sys.executable)"
# Save scan root so `graphify update` (no args) knows where to look next time
echo "$(cd INPUT_PATH && pwd)" > graphify-out/.graphify_root
echo "$(cd "INPUT_PATH" && pwd)" > graphify-out/.graphify_root
```

If the import succeeds, print nothing and move straight to Step 2.
Expand Down Expand Up @@ -176,7 +176,6 @@ $(cat graphify-out/.graphify_python) -c "
import sys, json
from graphify.extract import collect_files, extract
from pathlib import Path
import json

code_files = []
detect = json.loads(Path('graphify-out/.graphify_detect.json').read_text(encoding=\"utf-8\"))
Expand Down Expand Up @@ -545,7 +544,6 @@ Generate the HTML graph (always, unless `--no-viz`):

```bash
graphify export html # auto-aggregates to community view if graph > 5000 nodes
# or: graphify export html --no-viz
```

### Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)
Expand Down
4 changes: 1 addition & 3 deletions graphify/skill-kiro.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fi
mkdir -p graphify-out
"$PYTHON" -c "import sys; open('graphify-out/.graphify_python', 'w', encoding='utf-8').write(sys.executable)"
# Save scan root so `graphify update` (no args) knows where to look next time
echo "$(cd INPUT_PATH && pwd)" > graphify-out/.graphify_root
echo "$(cd "INPUT_PATH" && pwd)" > graphify-out/.graphify_root
```

If the import succeeds, print nothing and move straight to Step 2.
Expand Down Expand Up @@ -176,7 +176,6 @@ $(cat graphify-out/.graphify_python) -c "
import sys, json
from graphify.extract import collect_files, extract
from pathlib import Path
import json

code_files = []
detect = json.loads(Path('graphify-out/.graphify_detect.json').read_text(encoding=\"utf-8\"))
Expand Down Expand Up @@ -545,7 +544,6 @@ Generate the HTML graph (always, unless `--no-viz`):

```bash
graphify export html # auto-aggregates to community view if graph > 5000 nodes
# or: graphify export html --no-viz
```

### Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)
Expand Down
4 changes: 1 addition & 3 deletions graphify/skill-opencode.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fi
mkdir -p graphify-out
"$PYTHON" -c "import sys; open('graphify-out/.graphify_python', 'w', encoding='utf-8').write(sys.executable)"
# Save scan root so `graphify update` (no args) knows where to look next time
echo "$(cd INPUT_PATH && pwd)" > graphify-out/.graphify_root
echo "$(cd "INPUT_PATH" && pwd)" > graphify-out/.graphify_root
```

If the import succeeds, print nothing and move straight to Step 2.
Expand Down Expand Up @@ -176,7 +176,6 @@ $(cat graphify-out/.graphify_python) -c "
import sys, json
from graphify.extract import collect_files, extract
from pathlib import Path
import json

code_files = []
detect = json.loads(Path('graphify-out/.graphify_detect.json').read_text(encoding=\"utf-8\"))
Expand Down Expand Up @@ -537,7 +536,6 @@ Generate the HTML graph (always, unless `--no-viz`):

```bash
graphify export html # auto-aggregates to community view if graph > 5000 nodes
# or: graphify export html --no-viz
```

### Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)
Expand Down
4 changes: 1 addition & 3 deletions graphify/skill-pi.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fi
mkdir -p graphify-out
"$PYTHON" -c "import sys; open('graphify-out/.graphify_python', 'w', encoding='utf-8').write(sys.executable)"
# Save scan root so `graphify update` (no args) knows where to look next time
echo "$(cd INPUT_PATH && pwd)" > graphify-out/.graphify_root
echo "$(cd "INPUT_PATH" && pwd)" > graphify-out/.graphify_root
```

If the import succeeds, print nothing and move straight to Step 2.
Expand Down Expand Up @@ -176,7 +176,6 @@ $(cat graphify-out/.graphify_python) -c "
import sys, json
from graphify.extract import collect_files, extract
from pathlib import Path
import json

code_files = []
detect = json.loads(Path('graphify-out/.graphify_detect.json').read_text(encoding=\"utf-8\"))
Expand Down Expand Up @@ -545,7 +544,6 @@ Generate the HTML graph (always, unless `--no-viz`):

```bash
graphify export html # auto-aggregates to community view if graph > 5000 nodes
# or: graphify export html --no-viz
```

### Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)
Expand Down
4 changes: 1 addition & 3 deletions graphify/skill-trae.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fi
mkdir -p graphify-out
"$PYTHON" -c "import sys; open('graphify-out/.graphify_python', 'w', encoding='utf-8').write(sys.executable)"
# Save scan root so `graphify update` (no args) knows where to look next time
echo "$(cd INPUT_PATH && pwd)" > graphify-out/.graphify_root
echo "$(cd "INPUT_PATH" && pwd)" > graphify-out/.graphify_root
```

If the import succeeds, print nothing and move straight to Step 2.
Expand Down Expand Up @@ -176,7 +176,6 @@ $(cat graphify-out/.graphify_python) -c "
import sys, json
from graphify.extract import collect_files, extract
from pathlib import Path
import json

code_files = []
detect = json.loads(Path('graphify-out/.graphify_detect.json').read_text(encoding=\"utf-8\"))
Expand Down Expand Up @@ -543,7 +542,6 @@ Generate the HTML graph (always, unless `--no-viz`):

```bash
graphify export html # auto-aggregates to community view if graph > 5000 nodes
# or: graphify export html --no-viz
```

### Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)
Expand Down
4 changes: 1 addition & 3 deletions graphify/skill-vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fi
mkdir -p graphify-out
"$PYTHON" -c "import sys; open('graphify-out/.graphify_python', 'w', encoding='utf-8').write(sys.executable)"
# Save scan root so `graphify update` (no args) knows where to look next time
echo "$(cd INPUT_PATH && pwd)" > graphify-out/.graphify_root
echo "$(cd "INPUT_PATH" && pwd)" > graphify-out/.graphify_root
```

If the import succeeds, print nothing and move straight to Step 2.
Expand Down Expand Up @@ -176,7 +176,6 @@ $(cat graphify-out/.graphify_python) -c "
import sys, json
from graphify.extract import collect_files, extract
from pathlib import Path
import json

code_files = []
detect = json.loads(Path('graphify-out/.graphify_detect.json').read_text(encoding=\"utf-8\"))
Expand Down Expand Up @@ -541,7 +540,6 @@ Generate the HTML graph (always, unless `--no-viz`):

```bash
graphify export html # auto-aggregates to community view if graph > 5000 nodes
# or: graphify export html --no-viz
```

### Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)
Expand Down
4 changes: 1 addition & 3 deletions graphify/skill-windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ if (-not $GRAPHIFY_PYTHON) {
$Utf8NoBom = New-Object System.Text.UTF8Encoding $false
[System.IO.File]::WriteAllText((Join-Path $PWD 'graphify-out\.graphify_python'), [string]$GRAPHIFY_PYTHON, $Utf8NoBom)
# Save scan root so `graphify update` (no args) knows where to look next time
[System.IO.File]::WriteAllText((Join-Path $PWD 'graphify-out\.graphify_root'), (Resolve-Path INPUT_PATH).Path, $Utf8NoBom)
[System.IO.File]::WriteAllText((Join-Path $PWD 'graphify-out\.graphify_root'), (Resolve-Path "INPUT_PATH").Path, $Utf8NoBom)
```

If the import succeeds, print nothing and move straight to Step 2.
Expand Down Expand Up @@ -203,7 +203,6 @@ For any code files detected, run AST extraction in parallel with Part B subagent
import sys, json
from graphify.extract import collect_files, extract
from pathlib import Path
import json

code_files = []
detect = json.loads(Path('graphify-out/.graphify_detect.json').read_text(encoding="utf-8"))
Expand Down Expand Up @@ -572,7 +571,6 @@ Generate the HTML graph (always, unless `--no-viz`):

```powershell
graphify export html # auto-aggregates to community view if graph > 5000 nodes
# or: graphify export html --no-viz
```

### Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)
Expand Down
4 changes: 1 addition & 3 deletions graphify/skill.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ fi
mkdir -p graphify-out
"$PYTHON" -c "import sys; open('graphify-out/.graphify_python', 'w', encoding='utf-8').write(sys.executable)"
# Save scan root so `graphify update` (no args) knows where to look next time
echo "$(cd INPUT_PATH && pwd)" > graphify-out/.graphify_root
echo "$(cd "INPUT_PATH" && pwd)" > graphify-out/.graphify_root
```

If the import succeeds, print nothing and move straight to Step 2.
Expand Down Expand Up @@ -176,7 +176,6 @@ $(cat graphify-out/.graphify_python) -c "
import sys, json
from graphify.extract import collect_files, extract
from pathlib import Path
import json

code_files = []
detect = json.loads(Path('graphify-out/.graphify_detect.json').read_text(encoding=\"utf-8\"))
Expand Down Expand Up @@ -545,7 +544,6 @@ Generate the HTML graph (always, unless `--no-viz`):

```bash
graphify export html # auto-aggregates to community view if graph > 5000 nodes
# or: graphify export html --no-viz
```

### Steps 6b-8 - Wiki, Neo4j, FalkorDB, SVG, GraphML, MCP, benchmark (only on their flags)
Expand Down
2 changes: 1 addition & 1 deletion graphify/skills/agents/references/add-watch.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ except RuntimeError as e:
"
```

Replace `URL` with the actual URL, `AUTHOR` with the user's name if provided, `CONTRIBUTOR` likewise. If the command exits with an error, tell the user what went wrong - do not silently continue. After a successful save, automatically run the `--update` pipeline on `./raw` to merge the new file into the existing graph.
Replace `URL` with the actual URL, `AUTHOR` with the user's name if provided, `CONTRIBUTOR` likewise. If the command exits with an error, tell the user what went wrong - do not silently continue. After a successful save, automatically run the `--update` pipeline on the scan root recorded in `graphify-out/.graphify_root` to merge the new file into the existing graph.

Supported URL types (auto-detected):
- YouTube / any video URL → audio downloaded via yt-dlp, transcribed to `.txt` on next run (requires `pip install 'graphifyy[video]'`)
Expand Down
2 changes: 1 addition & 1 deletion graphify/skills/amp/references/add-watch.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ except RuntimeError as e:
"
```

Replace `URL` with the actual URL, `AUTHOR` with the user's name if provided, `CONTRIBUTOR` likewise. If the command exits with an error, tell the user what went wrong - do not silently continue. After a successful save, automatically run the `--update` pipeline on `./raw` to merge the new file into the existing graph.
Replace `URL` with the actual URL, `AUTHOR` with the user's name if provided, `CONTRIBUTOR` likewise. If the command exits with an error, tell the user what went wrong - do not silently continue. After a successful save, automatically run the `--update` pipeline on the scan root recorded in `graphify-out/.graphify_root` to merge the new file into the existing graph.

Supported URL types (auto-detected):
- YouTube / any video URL → audio downloaded via yt-dlp, transcribed to `.txt` on next run (requires `pip install 'graphifyy[video]'`)
Expand Down
2 changes: 1 addition & 1 deletion graphify/skills/claude/references/add-watch.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ except RuntimeError as e:
"
```

Replace `URL` with the actual URL, `AUTHOR` with the user's name if provided, `CONTRIBUTOR` likewise. If the command exits with an error, tell the user what went wrong - do not silently continue. After a successful save, automatically run the `--update` pipeline on `./raw` to merge the new file into the existing graph.
Replace `URL` with the actual URL, `AUTHOR` with the user's name if provided, `CONTRIBUTOR` likewise. If the command exits with an error, tell the user what went wrong - do not silently continue. After a successful save, automatically run the `--update` pipeline on the scan root recorded in `graphify-out/.graphify_root` to merge the new file into the existing graph.

Supported URL types (auto-detected):
- YouTube / any video URL → audio downloaded via yt-dlp, transcribed to `.txt` on next run (requires `pip install 'graphifyy[video]'`)
Expand Down
2 changes: 1 addition & 1 deletion graphify/skills/claw/references/add-watch.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ except RuntimeError as e:
"
```

Replace `URL` with the actual URL, `AUTHOR` with the user's name if provided, `CONTRIBUTOR` likewise. If the command exits with an error, tell the user what went wrong - do not silently continue. After a successful save, automatically run the `--update` pipeline on `./raw` to merge the new file into the existing graph.
Replace `URL` with the actual URL, `AUTHOR` with the user's name if provided, `CONTRIBUTOR` likewise. If the command exits with an error, tell the user what went wrong - do not silently continue. After a successful save, automatically run the `--update` pipeline on the scan root recorded in `graphify-out/.graphify_root` to merge the new file into the existing graph.

Supported URL types (auto-detected):
- YouTube / any video URL → audio downloaded via yt-dlp, transcribed to `.txt` on next run (requires `pip install 'graphifyy[video]'`)
Expand Down
2 changes: 1 addition & 1 deletion graphify/skills/codex/references/add-watch.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ except RuntimeError as e:
"
```

Replace `URL` with the actual URL, `AUTHOR` with the user's name if provided, `CONTRIBUTOR` likewise. If the command exits with an error, tell the user what went wrong - do not silently continue. After a successful save, automatically run the `--update` pipeline on `./raw` to merge the new file into the existing graph.
Replace `URL` with the actual URL, `AUTHOR` with the user's name if provided, `CONTRIBUTOR` likewise. If the command exits with an error, tell the user what went wrong - do not silently continue. After a successful save, automatically run the `--update` pipeline on the scan root recorded in `graphify-out/.graphify_root` to merge the new file into the existing graph.

Supported URL types (auto-detected):
- YouTube / any video URL → audio downloaded via yt-dlp, transcribed to `.txt` on next run (requires `pip install 'graphifyy[video]'`)
Expand Down
Loading