Agent skill
serp-analysis
SERP analysis techniques for intent classification, feature identification, and competitive intelligence. Use when analyzing search results for content strategy.
Install this agent skill to your Project
npx add-skill https://github.com/nicepkg/ai-workflow/tree/main/workflows/marketing-pro-workflow/.claude/skills/serp-analysis
SKILL.md
SERP Analysis
When to Use
- Analyzing search results for a keyword
- Classifying search intent
- Identifying SERP feature opportunities
- Competitive intelligence gathering
Intent Classification
Intent Types
| 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 |
Classification Process
- Search the keyword using WebSearch
- Analyze result types:
- All informational = Informational intent
- Mix of reviews/comparisons = Commercial intent
- Product pages dominant = Transactional intent
- Single brand dominant = Navigational intent
- Check for mixed intent (common for broad keywords)
- Note confidence level (% of results supporting classification)
SERP Features
Feature Identification
| 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 |
Featured Snippet Types
| 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 |
Competitive Analysis
Competitor Data to Collect
For each top 10 result, note:
- Domain authority (relative, not exact)
- Content format (guide, listicle, comparison, etc.)
- Word count (approximate)
- Heading structure (H2 topics covered)
- Unique angle (what makes them different)
- Content gaps (what they miss)
Competitor Matrix Template
| Rank | Domain | Format | Words | Unique Angle | Gap |
|---|---|---|---|---|---|
| 1 | {domain} | {format} | {count} | {angle} | {gap} |
| 2 | {domain} | {format} | {count} | {angle} | {gap} |
| ... |
Output Format
## 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}
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
workflow-creator
Create complete Claude Code workflow directories with curated skills. Use when user wants to (1) create a new workflow for specific use case (media creator, developer, marketer, etc.), (2) set up a Claude Code project with pre-configured skills, (3) download and organize skills from GitHub repositories, or (4) generate README.md and AGENTS.md documentation for workflows. Triggers on phrases like "create workflow", "new workflow", "set up workflow", "build a xxx-workflow".
add-new-skills-to-workflow
Add new skills to an existing workflow and update all related documentation. Use when user wants to add skills from GitHub URLs to a workflow (e.g., "add this skill to the workflow", "为工作流添加技能"). Triggers on adding skills to workflows, updating workflow documentation after skill additions.
remove-old-skills-from-workflow
Guide for removing skills from an existing workflow and updating all related documentation. Use when user wants to remove skills from a workflow (e.g., "remove skill", "delete skill", "移除技能", "删除技能").
legacy-to-ai-ready
Transform legacy codebases into AI-ready projects with Claude Code configurations. Use when (1) analyzing old projects to generate AI coding configurations, (2) creating CLAUDE.md, skills, subagents, slash commands, hooks, or rules for existing projects, (3) user wants to enable vibe coding for a codebase, (4) onboarding new team members with AI-assisted development, (5) user mentions "make project AI-ready", "generate Claude config", or "create coding standards for AI".
skill-downloader
Download and install Claude Code skills from various sources. Supports GitHub repositories, compressed archives (.zip, .tar.gz, .skill), and direct URLs. Use when user wants to download, install, or add a skill from GitHub, URL, or archive file. Triggers on "download skill", "install skill", "add skill from", "get skill".
skill-creator
Guide for creating effective skills. This skill should be used when users want to create a new skill (or update an existing skill) that extends Claude's capabilities with specialized knowledge, workflows, or tool integrations.
Didn't find tool you were looking for?