content-moat-calculator

Estimate pages needed for topical authority. Go/no-go decision before investing months in content. Triggers on: "how much content do I need", "topical authority estimate", "content moat", "how many articles", "content gap analysis", "can I compete in this niche", "content investment calculator", "is this niche worth the effort", "SEO feasibility", "how many pages to rank", "content volume needed", "competitive content analysis", "moat calculation", "authority gap", "should I invest in this niche".

290 stars

Best use case

content-moat-calculator is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

Estimate pages needed for topical authority. Go/no-go decision before investing months in content. Triggers on: "how much content do I need", "topical authority estimate", "content moat", "how many articles", "content gap analysis", "can I compete in this niche", "content investment calculator", "is this niche worth the effort", "SEO feasibility", "how many pages to rank", "content volume needed", "competitive content analysis", "moat calculation", "authority gap", "should I invest in this niche".

Teams using content-moat-calculator should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/content-moat-calculator/SKILL.md --create-dirs "https://raw.githubusercontent.com/Affitor/affiliate-skills/main/skills/blog/content-moat-calculator/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/content-moat-calculator/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How content-moat-calculator Compares

Feature / Agentcontent-moat-calculatorStandard Approach
Platform SupportNot specifiedLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Estimate pages needed for topical authority. Go/no-go decision before investing months in content. Triggers on: "how much content do I need", "topical authority estimate", "content moat", "how many articles", "content gap analysis", "can I compete in this niche", "content investment calculator", "is this niche worth the effort", "SEO feasibility", "how many pages to rank", "content volume needed", "competitive content analysis", "moat calculation", "authority gap", "should I invest in this niche".

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# Content Moat Calculator

Estimate the total content investment needed to establish topical authority in a niche. Analyzes competitors' content volume and quality to give you a go/no-go decision before investing months of work. Answers the question: "How many pages do I need to dominate this topic?"

## Stage

S3: Blog & SEO — This decides what blog content to build. It's the feasibility check that saves you from starting a content strategy you can't finish.

## When to Use

- User is deciding whether to invest in a niche/topic
- User asks "how many articles do I need to rank?"
- User wants to understand the content investment required
- User says "content moat", "topical authority", "feasibility", "content gap"
- After `keyword-cluster-architect` to estimate effort for the planned clusters
- Before committing to a major content initiative

## Input Schema

```yaml
niche: string                 # REQUIRED — the topic to analyze
                              # e.g., "AI video tools", "email marketing for SaaS"

hub_keyword: string           # OPTIONAL — main keyword to analyze competitors for
                              # Default: inferred from niche

your_current_pages: number    # OPTIONAL — how many pages you already have on this topic
                              # Default: 0

publishing_capacity: string   # OPTIONAL — "1/week" | "2/week" | "3/week" | "5/week"
                              # Default: "2/week"
```

**Chaining from S3 keyword-cluster-architect**: Use `keyword_clusters.total_clusters` and `keyword_clusters.hub.keyword`.

## Workflow

### Step 1: Analyze Top Competitors

Read `shared/references/seo-strategy.md` for moat calculation methodology.

1. `web_search` for `[hub_keyword]` or main niche keyword
2. Identify top 5 ranking sites (exclude giants like Wikipedia, Reddit)
3. For each competitor:
   - `web_search`: `site:[competitor.com] [niche topic]` — count pages on this topic
   - Note: content depth (word count), content freshness (publish dates), content types (blog, comparison, tutorial)

### Step 2: Calculate Moat

```
Average competitor pages = sum(competitor_pages) / number_of_competitors
Your moat target = Average × 1.5 (need MORE than average to break through)
Content gap = Moat target - your_current_pages
```

### Step 3: Feasibility Assessment

Based on moat target and publishing capacity:

```
Weeks to moat = Content gap / publishing_capacity_per_week
```

| Moat Target | Assessment | Recommendation |
|---|---|---|
| < 20 pages | GREEN — Achievable | Go for it. 2-3 months at 2/week. |
| 20-50 pages | YELLOW — Significant | Commit or don't. 3-6 months at 2/week. |
| 50-100 pages | ORANGE — Major investment | Consider narrowing niche. 6-12 months. |
| 100+ pages | RED — Very high barrier | Find a sub-niche or different angle. |

### Step 4: Competitive Advantage Analysis

Identify ways to build moat FASTER:
1. **Quality over quantity**: Can you beat thin content with fewer, deeper pages?
2. **Unique data**: Can you add proprietary data competitors don't have? (→ `proprietary-data-generator`)
3. **Format advantage**: Can you use formats competitors don't? (video, interactive, tools)
4. **Update velocity**: Can you refresh content faster than competitors?

### Step 5: Timeline and Roadmap

Create realistic timeline:
- Phase 1: Foundation content (hub + core spokes)
- Phase 2: Supporting content (additional spokes, long-tail)
- Phase 3: Authority content (original research, data, comprehensive guides)
- Phase 4: Maintenance (refresh, update, expand)

### Step 6: Self-Validation

- [ ] Competitor analysis uses real data (not estimates)
- [ ] Moat calculation is transparent and logical
- [ ] Feasibility assessment is honest (not overly optimistic)
- [ ] Competitive advantages are realistic
- [ ] Timeline accounts for quality, not just quantity

## Output Schema

```yaml
output_schema_version: "1.0.0"
content_moat:
  niche: string
  hub_keyword: string
  competitors_analyzed: number
  average_competitor_pages: number
  moat_target: number
  your_current_pages: number
  content_gap: number
  feasibility: string          # "green" | "yellow" | "orange" | "red"
  weeks_to_moat: number
  assessment: string           # Go/no-go summary

  competitors:
    - domain: string
      pages_on_topic: number
      content_quality: string  # "thin" | "average" | "deep"
      freshness: string        # "stale" | "recent" | "actively updated"

  authority_gaps: string[]     # What competitors have that you don't

  competitive_advantages: string[] # Ways to build moat faster

chain_metadata:
  skill_slug: "content-moat-calculator"
  stage: "blog"
  timestamp: string
  suggested_next:
    - "affiliate-blog-builder"
    - "keyword-cluster-architect"
    - "proprietary-data-generator"
    - "content-decay-detector"
```

## Output Format

```
## Content Moat Analysis: [Niche]

### Competitor Landscape

| Competitor | Pages on Topic | Quality | Freshness |
|---|---|---|---|
| [domain] | XX | [thin/average/deep] | [stale/recent/active] |

### Moat Calculation
- **Average competitor pages:** XX
- **Your moat target (1.5x):** XX pages
- **Your current pages:** XX
- **Content gap:** XX pages
- **At [X]/week:** XX weeks to moat

### Feasibility: [GREEN/YELLOW/ORANGE/RED]

[Assessment paragraph — honest, actionable]

### Competitive Advantages
1. [How to build moat faster]
2. [What competitors are missing]

### Timeline
| Phase | Content | Pages | Weeks |
|---|---|---|---|
| Foundation | Hub + core spokes | XX | X |
| Supporting | Long-tail, tutorials | XX | X |
| Authority | Original research, data | XX | X |
| **Total** | | **XX** | **X** |

### Recommendation
[Clear go/no-go with reasoning]
```

## Error Handling

- **Can't find competitors**: Broaden the search. If still no competitors → great sign (blue ocean), estimate moat at 15-20 pages.
- **Niche too broad**: "This niche has too many competitors to analyze meaningfully. Narrow down — run `monopoly-niche-finder` first."
- **User has significant existing content**: Factor in existing pages. May already be at moat → focus on gaps and freshness.
- **All competitors are massive sites**: Recommend niching down. You can't outproduce Forbes — but you can out-specialize them.

## Examples

**Example 1:** "How much content do I need to dominate AI video tools?"
→ Analyze top 5 sites ranking for "best AI video tools". Average 35 pages. Moat = 53 pages. At 2/week = 27 weeks. YELLOW — significant but doable.

**Example 2:** "Can I compete in email marketing?"
→ Analyze competitors. Average 200+ pages. Moat = 300 pages. RED — too broad. Suggest: "email marketing for Shopify stores" (moat = 25 pages, GREEN).

**Example 3:** "Content moat for my keyword clusters" (after keyword-cluster-architect)
→ Use cluster data to estimate pages needed per cluster. Compare against competitors per cluster. Identify which clusters are GREEN vs RED.

## Flywheel Connections

### Feeds Into
- `affiliate-blog-builder` (S3) — how many articles and what type to write
- `grand-slam-offer` (S4) — authority gaps inform what to emphasize in offers
- `proprietary-data-generator` (S7) — identifies data moat opportunities

### Fed By
- `keyword-cluster-architect` (S3) — cluster count informs moat estimation
- `seo-audit` (S6) — current content performance data
- `performance-report` (S6) — content performance metrics

### Feedback Loop
- `performance-report` (S6) tracks progress toward moat target → celebrate milestones, adjust strategy if falling behind

## Quality Gate

Before delivering output, verify:

1. Would I share this on MY personal social?
2. Contains specific, surprising detail? (not generic)
3. Respects reader's intelligence?
4. Remarkable enough to share? (Purple Cow test)
5. Irresistible offer framing? (assessment feels actionable)

Any NO → rewrite before delivering.

## References

- `shared/references/seo-strategy.md` — Topical authority model, moat calculation formula
- `shared/references/case-studies.md` — Real content strategy examples
- `shared/references/flywheel-connections.md` — Master connection map

Related Skills

trending-content-scout

290
from Affitor/affiliate-skills

Scan social platforms for top-performing content by engagement before you create anything. Use this skill when the user wants to see what content is winning in a niche, find viral content patterns, research what's working on YouTube/TikTok/X/Reddit, benchmark engagement, discover content gaps, or says "what content is working for [topic]", "show me top performing content about [keyword]", "what's trending in [niche]", "find viral content about [product]", "content research for [keyword]", "what gets views in [niche]", "engagement analysis for [topic]", "scout the competition", "what videos are getting the most views about [keyword]", "social listening for [topic]", "trending content in [niche]", "top content analysis", "what hooks work for [keyword]", "content intelligence", "find winning formats".

content-angle-ranker

290
from Affitor/affiliate-skills

Rank content angles by engagement data, competition level, and platform fit. Data-driven angle selection instead of guesswork. Use this skill when the user has a keyword or product and needs to decide WHAT to create, which angle to take, which format to use, or which platform to target. Triggers on: "what angle should I use", "rank content ideas for [keyword]", "best angle for [product]", "which content idea will perform best", "help me pick an angle", "what should I write about", "content angle for [topic]", "rank my content ideas", "which approach will get the most views", "data-driven content planning", "angle ranker", "content scoring", "which hook should I use", "compare these content ideas", "prioritize my content angles", "what video should I make".

commission-calculator

290
from Affitor/affiliate-skills

Calculate realistic affiliate earnings projections before committing to a program. Use this skill when the user asks about affiliate earnings, projecting income, calculating commissions, estimating how much they can make, comparing program payouts, or says "how much can I make promoting X", "calculate my affiliate income", "is this commission worth it", "how long to first $1000", "compare earnings between programs", "traffic to income calculator", "what conversion rate should I expect", "earnings estimate for affiliate program", "how many sales do I need".

content-research-brief

290
from Affitor/affiliate-skills

Research trending topics, collect source articles, and generate a structured research brief for content creation. Stop writing from thin air — write from real sources. Use this skill when the user wants to research a topic before writing, collect sources for an article, create a research-backed content brief, or says "research [topic] for me", "find sources about [keyword]", "content brief for [topic]", "what's the latest on [product]", "research before writing", "collect articles about [keyword]", "trending news about [topic]", "gather sources for my article", "brief me on [topic]", "what are people saying about [product]", "news roundup for [keyword]", "research brief", "source collection", "content research", "prep research for writing".

content-pillar-atomizer

290
from Affitor/affiliate-skills

Take 1 blog post or article and generate 15-30 platform-native micro-content pieces. Not reformatting — re-contextualizing for each platform's culture. Triggers on: "atomize this content", "repurpose my blog post", "turn this into social posts", "content atomizer", "pillar content", "one to many content", "repurpose content", "multiply my content", "content explosion", "turn article into posts", "break down this article", "micro content from blog", "content pillar strategy", "10x my content", "platform-native content", "atomize", "content multiplication".

content-repurposer

290
from Affitor/affiliate-skills

Repurpose one piece of affiliate content into multiple formats. Triggers on: "repurpose my content", "turn my blog into tweets", "cross-post this", "content recycling", "convert to newsletter", "make a tweet thread from this", "adapt for TikTok", "omnichannel content", "scale my content", "turn this into a LinkedIn post", "repurpose for email", "content multiplication".

content-decay-detector

245
from Affitor/affiliate-skills

Monitor existing content for ranking drops and trigger refresh workflows. Triggers on: "check for content decay", "which content needs updating", "content refresh", "ranking drops", "traffic decline", "stale content", "content audit", "what to refresh", "outdated content", "content performance check", "update old articles", "declining rankings", "content maintenance", "refresh priority list", "which articles are losing traffic", "SEO content audit".

your-skill-name

290
from Affitor/affiliate-skills

Replace with when the AI should activate this skill. Be pushy — cover multiple phrasings so the AI activates for a wide range of user prompts.

traffic-analyzer

290
from Affitor/affiliate-skills

Analyze website traffic, global rank, engagement metrics, and traffic sources for any domain. Use this skill to evaluate affiliate program websites, compare competitor traffic, assess advertiser strength, or understand where an audience comes from. Triggers on: "analyze traffic for [domain]", "how much traffic does [site] get", "compare traffic between [site A] and [site B]", "is [program] worth promoting based on traffic", "traffic analysis", "website analytics for [domain]", "where does [site] get traffic", "check if [advertiser] is legit", "evaluate [program] website health", "SimilarWeb analysis", "traffic sources for [domain]", "how popular is [site]", "website rank", "domain authority check", "compare affiliate program websites".

purple-cow-audit

290
from Affitor/affiliate-skills

Score product remarkability 1-10 to decide if it's worth promoting. Seth Godin's Purple Cow test. Triggers on: "is this product worth promoting", "should I promote", "product audit", "purple cow", "remarkable product", "is it remarkable", "rate this product", "product quality check", "worth my reputation", "product evaluation", "would I recommend without commission", "product remarkability score", "evaluate this affiliate product", "quality gate for promotion".

niche-opportunity-finder

290
from Affitor/affiliate-skills

Find untapped affiliate niches with real earning potential. Use this skill when the user asks about picking a niche, finding a niche to start affiliate marketing, what niche to get into, niche research, niche ideas, beginner niche selection, low competition niches, profitable niches, or says "I don't know what to promote", "help me pick a niche", "what niche should I start with", "find me a niche with less competition", "niche ideas for affiliate", "is X a good niche for affiliate marketing", "best niches 2024", "untapped niches".

monopoly-niche-finder

290
from Affitor/affiliate-skills

Find intersection niches where you're the ONLY voice. Thiel's "competition is for losers" lens. Triggers on: "find my monopoly niche", "blue ocean niche", "unique niche", "niche intersection", "where am I the only one", "zero competition niche", "untapped niche", "category of one", "Thiel monopoly", "dominate a niche", "niche nobody else covers", "cross two domains", "find a niche with no competition", "monopoly positioning", "unique angle for affiliate".