content-trend-researcher

325 stars 73 forks
0
D

Advanced content and topic research skill that analyzes trends across Google Analytics, Google Trends, Substack, Medium, Reddit, LinkedIn, X, blogs, podcasts, and YouTube to generate data-driven article outlines based on user intent analysis

CommandsAgents
#content#claude-skills-creator#ai-agents#claude-code#Google Trends#claude-ai#Google Analytics#Advanced content

Third-Party Agent Skill: Review the code before installing. Agent skills execute in your AI assistant's environment and can access your files. Learn more about security

Installation for Agentic Skill

View all platforms →
skilz install alirezarezvani/claude-code-skill-factory/content-trend-researcher
skilz install alirezarezvani/claude-code-skill-factory/content-trend-researcher --agent opencode
skilz install alirezarezvani/claude-code-skill-factory/content-trend-researcher --agent codex
skilz install alirezarezvani/claude-code-skill-factory/content-trend-researcher --agent gemini

First time? Install Skilz: pip install skilz

Works with 22+ AI coding assistants

Cursor, Aider, Copilot, Windsurf, Qwen, Kimi, and more...

View All Agents
Download Agent Skill ZIP

Extract and copy to ~/.claude/skills/ then restart Claude Desktop

1. Clone the repository:
git clone https://github.com/alirezarezvani/claude-code-skill-factory
2. Copy the agent skill directory:
cp -r claude-code-skill-factory/generated-skills/content-trend-researcher ~/.claude/skills/

Need detailed installation help? Check our platform-specific guides:

Related Agentic Skills

Agentic Skill Details

Stars
325
Forks
73
Type
Non-Technical
Meta-Domain
data ai
Primary Domain
data analysis
Market Score
0

Agent Skill Grade

D
Score: 66/100 Click to see breakdown

Score Breakdown

Spec Compliance
11/15
PDA Architecture
15/30
Ease of Use
18/25
Writing Style
6/10
Utility
13/20
Modifiers: +3

Areas to Improve

  • Description needs trigger phrases
  • Missing PDA layering
  • Second-person voice

Recommendations

  • Focus on improving Pda (currently 15/30)
  • Address 4 high-severity issues first
  • Add trigger phrases to description for discoverability

Graded: 2026-01-24

Developer Feedback

I ran through your content-trend-researcher skill and noticed the analysis piece is solid, but the execution feels like it's trying to do too much at once—there's interesting potential here, though the current implementation could use some focus work to really shine at what it does best.

Links:

The TL;DR

You're at 66/100, solidly in D territory. This is based on Anthropic's best practices for skill architecture. Your strongest piece is Spec Compliance (11/15)—the frontmatter is clean and naming conventions are solid. But Progressive Disclosure Architecture is dragging you down hard at only 15/30—that's where you'll get the biggest wins.

What's Working Well

  • Strong trigger terminology in your description—"Google Analytics," "Substack," "Reddit," "trends" are all solid discovery words that help people find this when they need it
  • Good input/output templating gives users a clear picture of what data they're feeding in and what they're getting back
  • Valid YAML frontmatter with all required fields present; no spec violations there

The Big One: You're Cramming Everything Into One File

Your entire skill is 247 lines in a single SKILL.md. That's the core problem. When you've got platform-specific details, algorithm explanations, and API patterns all inline, users have to wade through noise to figure out how to actually use the thing.

Here's the fix: Split into layers. Keep SKILL.md under 100 lines—just the essentials (what it does, when to use it, basic examples). Move your platform insights, technical algorithms, and API patterns into a references/platforms.md file. This immediately bumps you up ~7 points on PDA and makes the ski...

AI-Detected Topics

Extracted using NLP analysis

content claude-skills-creator ai-agents claude-code Google Trends claude-ai Google Analytics Advanced content intent analysis

Report Security Issue

Found a security vulnerability in this agent skill?