plugins/seo/skills/keyword-cluster-builder/SKILL.md
Techniques for expanding seed keywords and clustering by topic and intent. Use when building keyword lists, planning content calendars, or identifying topic clusters for pillar content strategy.
npx skillsauth add madappgang/magus keyword-cluster-builderInstall 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: "content marketing" (highest volume)
+-- CLUSTER: "content marketing strategy" (commercial)
| +-- content marketing plan template
| +-- content marketing framework
| +-- how to create content marketing strategy
+-- CLUSTER: "content marketing examples" (informational)
| +-- B2B content marketing examples
| +-- content marketing case studies
| +-- content marketing success stories
+-- CLUSTER: "content marketing tools" (commercial)
+-- best content marketing tools
+-- content marketing software
+-- content marketing platforms
| Signal | Intent | |--------|--------| | "what is", "how to", "guide" | Informational | | "best", "vs", "review", "compare" | Commercial | | "buy", "price", "discount", brand | Transactional | | Brand name, specific product | Navigational |
When generating keyword clusters, use this format:
## Keyword Cluster Report
**Seed Keyword**: {seed}
**Total Keywords**: {count}
**Clusters**: {cluster_count}
### Cluster 1: {cluster_name}
**Intent**: {intent}
**Funnel Stage**: {stage}
**Keywords**:
1. {keyword1} - {estimated_volume}
2. {keyword2} - {estimated_volume}
...
### Cluster 2: {cluster_name}
...
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.