plugins/seo/skills/serp-analysis/SKILL.md
SERP analysis techniques for intent classification, feature identification, and competitive intelligence. Use when analyzing search results for content strategy.
npx skillsauth add madappgang/magus serp-analysisInstall 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
| Intent | SERP Signals | User Goal | Content Format | |--------|--------------|-----------|----------------| | Informational | Wikipedia, knowledge panels, "what is" queries | Learn something | Guide, tutorial, explainer | | Commercial | Reviews, comparisons, "best X" queries | Compare options | Comparison, listicle, review | | Transactional | Product pages, shopping results, "buy X" | Purchase something | Product page, pricing | | Navigational | Brand homepage, login pages | Find specific site | Homepage, login page |
| Feature | How to Identify | Optimization Strategy | |---------|-----------------|----------------------| | Featured Snippet | Box at top with answer | Direct answer in first 100 words | | People Also Ask | Expandable question boxes | FAQ section, answer common questions | | Image Pack | Row of images | High-quality images with alt text | | Video Results | YouTube thumbnails | Create video content | | Local Pack | Map with business listings | GMB optimization, location pages | | Knowledge Panel | Right sidebar info box | Schema markup, Wikipedia presence | | Sitelinks | Sub-links under main result | Clear site structure, internal linking |
| Type | Format | How to Optimize | |------|--------|-----------------| | Paragraph | Text block | 40-60 word direct answer | | List | Numbered/bulleted list | Use ordered/unordered lists | | Table | Data table | Use HTML tables | | Video | YouTube embed | Create relevant video content |
For each top 10 result, note:
| Rank | Domain | Format | Words | Unique Angle | Gap | |------|--------|--------|-------|--------------|-----| | 1 | {domain} | {format} | {count} | {angle} | {gap} | | 2 | {domain} | {format} | {count} | {angle} | {gap} | | ... | | | | | |
## SERP Analysis: {keyword}
### Search Intent
- **Primary Intent**: {Informational | Commercial | Transactional | Navigational}
- **Confidence**: {percentage}%
- **Secondary Intent**: {if mixed}
### SERP Features Present
- [ ] Featured Snippet ({type})
- [ ] People Also Ask
- [ ] Image Pack
- [ ] Video Results
- [ ] Local Pack
- [ ] Knowledge Panel
- [ ] Sitelinks
### Competitor Analysis
| Rank | Domain | Format | Words | Unique Angle |
|------|--------|--------|-------|--------------|
| 1 | {domain} | {format} | {count} | {angle} |
...
### Content Gaps Identified
1. {gap} - {which competitors miss this}
2. {gap} - {which competitors miss this}
### Recommendations
1. **Content Format**: {recommended format based on SERP}
2. **Word Count**: {recommended based on competitors + 20%}
3. **Featured Snippet**: {opportunity and how to capture}
4. **Differentiator**: {unique angle to stand out}
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.