auto-linkerlisted
Install: claude install-skill Gaura3560/content-autopilot
# Auto Internal Linker
Never miss a link opportunity — automatically connect your content for better SEO and reader flow.
## When to Activate
- User says `/auto-link {file_path}`
- User asks "add internal links to this article"
- User asks "what should I link to?"
- Auto-suggested by seo-optimizer and pre-publish
## Prerequisites
- `~/.content-autopilot/content-history.json` (to know what articles exist)
- Content file to add links to
## Commands
### `/auto-link {file_path}` — Find and suggest internal links
### `/auto-link map` — Show full internal link map across all content
### `/auto-link orphans` — Find articles with zero incoming links
## Workflow
### Step 1: Build Link Graph
Read content-history.json and map all existing articles:
- Extract topics, keywords, titles
- Build a topic→article index
### Step 2: Scan Content for Opportunities
Read the target file and identify:
- Mentions of topics covered in other articles
- Concepts that have dedicated articles
- "Learn more about X" opportunities
- Natural transition points between paragraphs
### Step 3: Suggest Links
```
Auto-Link Suggestions: "{title}"
============================================
Found {N} internal link opportunities:
1. Line {N}: "{anchor_text}"
Link to: "{related_article_title}" ({date})
Context: This paragraph discusses {topic}, which is covered in depth in the linked article
Suggested insertion:
Before: "...{surrounding text}..."
After: "...{text with [anchor_text](