SOP for creating multiple edges in a batch — efficient bulk relationship
Scanned 9/5/2026
Install to Claude Code
npx -y skills add yogsoth-ai/de-anthropocentric-research-engine --skill edge-batch-creation --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Edge Batch Creation?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/yogsoth-ai-edge-batch-creation)More formats (shields.io, HTML) on the badges page.
---
name: edge-batch-creation
description: SOP for creating multiple edges in a batch — efficient bulk relationship
creation.
execution: sop
---
# Edge Batch Creation
Create multiple edges efficiently. Used when a set of relationships has been identified and needs to be committed to the graph.
## Tool
`vault_add_edge` (called multiple times)
## Protocol
1. Receive list of (source, target, edge_type) triples
2. Validate all paths exist
3. Call vault_add_edge for each triple
4. Report successes and failures (duplicates are expected, not errors)
5. **Inline wikilinks:** For each successfully created edge, ensure the source page contains `[[dir/slug]]` pointing to the target (dir/slug = target path minus `.md`). Place inline at semantically relevant location; if none, append at end. Skip if already present.
## HARD-GATE
<HARD-GATE>
All source and target paths must exist before batch creation begins.
Validate the full batch upfront, not one-by-one.
</HARD-GATE>
## Yield
Returns: `{ attempted: number, created: number, duplicates_skipped: number }`
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!