plugins/seo/skills/link-strategy/SKILL.md
Internal linking strategy and anchor text optimization patterns. Use when planning internal links or optimizing site structure.
npx skillsauth add madappgang/magus link-strategyInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
plugin: seo updated: 2026-01-20
PILLAR PAGE: "Content Marketing" (broad, high volume)
|
+-- Supporting Article: "Content Marketing Strategy"
| (links to and from pillar)
|
+-- Supporting Article: "Content Marketing Examples"
| (links to and from pillar)
|
+-- Supporting Article: "Content Marketing Tools"
(links to and from pillar)
Benefits:
| Type | Example | When to Use | |------|---------|-------------| | Exact Match | "SEO tools" | Sparingly (1-2x per page) | | Partial Match | "best SEO tools for startups" | Primary usage | | Branded | "SEMrush" | Brand mentions | | Generic | "click here" | Avoid if possible | | Naked URL | "https://example.com" | Occasional |
Inventory existing links
Identify orphan pages
Find broken links
Optimize anchor text
Build topic clusters
## Internal Linking Plan
### Target Page: {url}
**Target Keyword**: {keyword}
### Linking Opportunities
1. **From**: {source_page}
- **Anchor**: {anchor_text}
- **Context**: {surrounding_sentence}
- **Priority**: HIGH/MEDIUM/LOW
2. **From**: {source_page}
- **Anchor**: {anchor_text}
- **Context**: {surrounding_sentence}
- **Priority**: HIGH/MEDIUM/LOW
### Topic Cluster Structure
PILLAR: {main_topic_page}
- Supporting: {page1}
- Supporting: {page2}
- Supporting: {page3}
testing
A test skill for validation testing. Use when testing skill parsing and validation logic.
tools
--- name: bad-skill description: This skill has invalid YAML in frontmatter allowed-tools: [invalid, array, syntax prerequisites: not-an-array --- # Bad Skill This skill has malformed frontmatter that should fail parsing. The YAML has: - Unclosed array bracket - Wrong type for prerequisites (should be array, not string)
development
Sync model aliases from the curated Firebase database. Fetches default model assignments, short aliases, team compositions, and known model metadata from the claudish API. Run this to get fresh model recommendations.
tools
Release one or more Magus plugins to the distribution repos (magus, magus-alpha, magus-marketing). Handles version inference from git history, marketplace.json updates, tagging, and force-push to lean dist repos. Use whenever the user says "release kanban", "release the dev plugin", "cut a new version of gtd", "bump kanban to 1.7", or hands you a batch like "release kanban and gtd". Also use for multi-plugin releases and for checking what a release would contain before committing.