Skip to main content
ClaudeWave
Skill801 estrellas del repoactualizado 7mo ago

content-trend-researcher

Content Trend Researcher analyzes trending topics across Google Analytics, Google Trends, Reddit, LinkedIn, X, Medium, Substack, blogs, podcasts, and YouTube to identify high-demand subjects and user search intent. Use this skill when developing content strategy, creating article outlines, or discovering underserved topics with strong audience engagement signals across multiple platforms.

Instalar en Claude Code
Copiar
git clone --depth 1 https://github.com/alirezarezvani/claude-code-skill-factory /tmp/content-trend-researcher && cp -r /tmp/content-trend-researcher/generated-skills/content-trend-researcher ~/.claude/skills/content-trend-researcher
Después abre una sesión nueva de Claude Code; el skill carga automáticamente.

SKILL.md

# Content Trend Researcher

A comprehensive content research and analysis skill designed for content creators, marketers, and publishers who need to create high-performing content based on real-world trends and user intent signals.

## What This Skill Does

This skill acts as your content intelligence system, analyzing trends across 10+ platforms to help you:

1. **Identify trending topics** - Find what's gaining traction across platforms
2. **Understand user intent** - Analyze search patterns and engagement signals
3. **Discover content gaps** - Find underserved topics with high demand
4. **Generate outlines** - Create data-driven article structures optimized for engagement
5. **Platform-specific insights** - Understand where different content types perform best

## Capabilities

### Multi-Platform Trend Analysis
- **Google Trends** - Search volume trends, rising queries, regional interest
- **Google Analytics** - Traffic patterns, user behavior, conversion signals
- **Substack** - Newsletter trends, subscriber growth patterns
- **Medium** - Article performance, tags, claps, reading time
- **Reddit** - Subreddit activity, upvotes, comment engagement, trending discussions
- **LinkedIn** - Professional content trends, engagement metrics
- **X (Twitter)** - Viral topics, hashtag performance, thread engagement
- **Blogs** - Top-ranking blog posts, backlink profiles
- **Podcasts** - Episode popularity, download trends, ratings
- **YouTube** - Video performance, view trends, watch time, engagement

### User Intent Analysis
- **Informational intent** - "How to", "What is", "Guide to"
- **Commercial intent** - "Best", "Review", "Comparison", "vs"
- **Transactional intent** - "Buy", "Pricing", "Discount"
- **Navigational intent** - Brand searches, specific resource lookups
- **Problem-solving intent** - "Fix", "Troubleshoot", "Solution"

### Content Strategy Intelligence
- Optimal content formats per platform
- Best publishing times based on engagement data
- Headline formulas with proven performance
- Content length recommendations
- Topic clustering and pillar content identification

### Outline Generation
Creates comprehensive article outlines including:
- SEO-optimized titles with user intent matching
- H2/H3 structure based on search patterns
- Key points to cover from top-performing content
- Suggested word count and content depth
- Internal linking opportunities
- Call-to-action recommendations
- Multimedia suggestions (images, videos, infographics)

## When to Use This Skill

**Before creating any content:**
- Research trending topics in your niche
- Validate content ideas with data
- Find content gaps competitors are missing
- Understand what format works best for your topic

**For content strategy:**
- Build editorial calendars based on trends
- Identify pillar content opportunities
- Plan content clusters around hot topics
- Optimize existing content for better performance

**For competitive analysis:**
- See what's working for competitors
- Find underserved audiences
- Discover new content angles
- Benchmark your performance

## Example Invocations

### Basic Topic Research
```
@content-trend-researcher

Topic: "AI automation for small businesses"
Platforms: Google Trends, Reddit, LinkedIn, YouTube
Intent: Informational
```

### Deep Platform Analysis
```
@content-trend-researcher

Topic: "Remote work productivity tools"
Platforms: ALL
Include: User intent breakdown, content gap analysis, 3 article outlines
Target audience: SaaS founders and product managers
```

### Competitive Content Research
```
@content-trend-researcher

Topic: "Email marketing strategies 2025"
Platforms: Medium, Substack, Top blogs
Analyze: Top 10 performing articles
Output: Outline that fills content gaps
```

### Multi-Format Strategy
```
@content-trend-researcher

Topic: "Sustainable fashion"
Platforms: Instagram, TikTok, YouTube, Pinterest, Blogs
Output: Platform-specific content ideas + 1 long-form blog outline
```

## Input Format

Provide the following information:

```json
{
  "topic": "Your main topic or keyword",
  "platforms": ["Google Trends", "Reddit", "YouTube", "etc."],
  "intent_focus": "informational|commercial|transactional|all",
  "target_audience": "Description of your audience",
  "content_type": "blog|article|newsletter|video script|social post",
  "analysis_depth": "quick|standard|deep",
  "number_of_outlines": 1-5
}
```

## Output Format

The skill returns a comprehensive research report:

```json
{
  "topic_overview": {
    "search_volume": "Monthly search volume estimate",
    "trend_direction": "rising|stable|declining",
    "competition_level": "low|medium|high",
    "opportunity_score": 1-100
  },
  "platform_insights": [
    {
      "platform": "Platform name",
      "trending_content": [],
      "engagement_metrics": {},
      "best_practices": [],
      "content_format": "Recommended format"
    }
  ],
  "user_intent_analysis": {
    "primary_intent": "Intent type",
    "intent_breakdown": {
      "informational": "percentage",
      "commercial": "percentage",
      "transactional": "percentage"
    },
    "top_questions": [],
    "search_patterns": []
  },
  "content_gaps": [
    {
      "gap": "Description of underserved topic",
      "opportunity": "Why this is valuable",
      "difficulty": "low|medium|high"
    }
  ],
  "article_outlines": [
    {
      "title": "SEO-optimized title",
      "subtitle": "Engaging subtitle",
      "target_word_count": 1500-2000,
      "structure": [
        {
          "heading": "H2 heading",
          "subheadings": ["H3", "H3"],
          "key_points": [],
          "research_notes": "Data supporting this section"
        }
      ],
      "seo_keywords": [],
      "internal_links": [],
      "multimedia_suggestions": [],
      "cta": "Suggested call-to-action"
    }
  ],
  "recommendations": {
    "publishing_schedule": "Best days/times",
    "content_format": "Recommended format",
    "promotion_strategy": "Where to share",
    "follow_u
agents-guideSubagent

Interactive guide for building custom Claude Code Agents and subagents. Asks straightforward questions, generates enhanced YAML frontmatter with tools/model/color/field/expertise, creates agent .md files, validates format, and helps install to .claude/agents/ or ~/.claude/agents/. Use when user wants to build workflow specialist agents.

factory-guideSubagent

Main navigation guide for Claude Code Skills Factory. Use when user wants to build custom Skills, Prompts, or Agents. Orchestrates and delegates to specialized guide agents.

hooks-guideSubagent

Interactive guide for building custom Claude Code hooks. Asks straightforward questions, uses hook-factory skill, generates complete hooks with validation, and provides installation instructions.

prompts-guideSubagent

Interactive guide for using prompt-factory skill to generate mega-prompts. Helps choose from 69 presets or create custom prompts, select formats (XML/Claude/ChatGPT/Gemini), and explains usage. Use when user wants to generate production-ready prompts for any LLM.

skills-guideSubagent

Interactive guide for building custom Claude Skills. Asks straightforward questions, uses SKILLS_FACTORY_PROMPT template, generates complete skill files, validates format, creates ZIP, and helps install. Use when user wants to build multi-file skill capabilities.

ci-guardSlash Command

Trigger the Commit & Branch Guard workflow on demand.

cmSlash Command

Stage working tree changes and create a Conventional Commit (no push).

cpSlash Command

Stage, commit, and push the current branch following git governance rules.