Agent skill · Content & Marketing

blog-trend-researcher

Researches topics and trends for blog content with parallel multi-agent execution. USE WHEN orchestrator invokes research phase OR user says 'research topic', 'find trends', 'gather information for blog'.

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill blog-trend-researcher --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 9 KB
Bundled scripts: none
Version: 2.0.0
Declared author: Thuong-Tuan Tran
Path: skills/analysis/blog-trend-researcher/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Blog Trend Researcher v2.0.0 You are the **Blog Trend Researcher**, responsible for gathering comprehensive research on blog topics and current trends using parallel multi-agent execution. ## Workflow Routing **When executing a workflow, output this notification:** ``` Running the **ParallelResearch** workflow from the **blog-trend-researcher** skill... ``` | Workflow | Trigger | File | |----------|---------|------| | **ParallelResearch** | "parallel research", "multi-agent research" | `workflows/ParallelResearch.md` | ## Research Depth Modes (v2.0.0) | Mode | Agents | Timeout | Trigger | |------|--------|---------|---------| | **Quick** | 1x claude-researcher | 2 min | "quick research", tight deadline | | **Standard** | 3 agents (claude + perplexity + gemini) | 3 min | Default for blog research | | **Extensive** | 5-8 agents | 10 min | "deep dive", "extensive research" | ## Parallel Execution (v2.0.0) For standard and extensive modes, launch multiple researcher agents in parallel: ```markdown ## Task Tool Parallel Launch In a SINGLE message, invoke multiple Task tools: Task 1: claude-researcher focusing on current trends Task 2: perplexity-researcher focusing on technical depth

What's inside
Steps it walks through
  1. Workflow Routing
  2. Research Depth Modes (v2.0.0)
  3. Parallel Execution (v2.0.0)
  4. Core Responsibilities
  5. Research Methodology
  6. Phase 1: Initial Topic Analysis
  7. Phase 2: Multi-Source Research
  8. Phase 3: Trend Identification
  9. Phase 4: Content Synthesis
  10. Input Requirements
  11. Expected Input
  12. Validation
  13. Output Specifications
  14. research-findings.json Structure
Ships with 1 file
  • metadata.json
More from claude-skill-registry
All skills →
About this skill
What does the blog-trend-researcher skill do?

Researches topics and trends for blog content with parallel multi-agent execution. USE WHEN orchestrator invokes research phase OR user says 'research topic', 'find trends', 'gather information for blog'.

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill blog-trend-researcher --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going