trend-research

31 stars 7 forks
28
D

Use when identifying cultural moments, audio trends, memes, or creator collaborations to inform social content.

Marketplace
Also in: ci cd

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 gtmagents/gtm-agents/trend-research
skilz install gtmagents/gtm-agents/trend-research --agent opencode
skilz install gtmagents/gtm-agents/trend-research --agent codex
skilz install gtmagents/gtm-agents/trend-research --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/gtmagents/gtm-agents
2. Copy the agent skill directory:
cp -r gtm-agents/plugins/social-media/skills/trend-research ~/.claude/skills/

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

Related Agentic Skills

Agentic Skill Details

Repository
gtm-agents
Stars
31
Forks
7
Type
Non-Technical
Meta-Domain
development
Primary Domain
javascript
Market Score
28

Agent Skill Grade

D
Score: 69/100 Click to see breakdown

Score Breakdown

Spec Compliance
12/15
PDA Architecture
18/30
Ease of Use
17/25
Writing Style
8/10
Utility
13/20
Modifiers: +1

Areas to Improve

  • Missing template references
  • Vague trigger terms in metadata
  • No concrete examples provided

Recommendations

  • Address 2 high-severity issues first
  • Add trigger phrases to description for discoverability
  • Add table of contents for files over 100 lines

Graded: 2026-01-24

Developer Feedback

I was curious how trend research fits into the Claude Code ecosystem—looks like you're tackling something pretty niche. With a D-grade score though, there are some structural gaps we should dig into around how you're positioning this for developers.

Links:

The TL;DR

You're at 69/100, solidly in D territory. This is based on Anthropic's Claude Skills best practices rubric. Your strongest area is Spec Compliance (12/15)—the YAML and naming are clean. But you're bleeding points on Progressive Disclosure Architecture (18/30) and Utility (13/20). The core problem: you've described what the skill does without showing how developers actually use it.

What's Working Well

  • Spec compliance is tight. Valid YAML frontmatter, correct hyphen-case naming, required fields are there. No formatting complaints.
  • Your research process has structure. The five numbered steps (daily scans, multi-platform coverage, filtering) give clear direction—that's solid.
  • The use case is real. Social media teams do need trend monitoring; this addresses an actual problem.

The Big One: Missing Templates and Examples

Here's what's killing your score—you list four templates but provide zero actual examples:

- Trend bulletin (description, platform, example links, recommended angle).
- Approval checklist (brand, legal, partner).
- Creator shortlist with outreach status.
- "Trend viability" scoring sheet with fit/risk/shelf-life sliders.

But they don't exist. No reference files. No inline sample. A developer activating this skill has to reverse-engineer what a "viability scoring sheet" looks like.

Fix: Create a references/ folder with actual markdown templates:

  • `references/trend-bulletin-temp...

Report Security Issue

Found a security vulnerability in this agent skill?