# Trend

> Scan trending topics in your domains and get content recommendations

- Skill: `lilmgenius/trend` (Agent Skill)
- Install (CLI): `npx skillmds@latest add lilmgenius/trend`
- Raw SKILL.md: https://api.skillmd.com/api/skills/lilmgenius/trend/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: lilmgenius (https://skillmd.com/u/lilmgenius)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/lilmgenius/trend

---


!`ACTIVE=$(cat personas/_active.md 2>/dev/null || echo "default"); cat "personas/$ACTIVE/persona.md" 2>/dev/null || echo "No persona. Run /interview first."`

# Trend Skill Protocol

- Trigger the `trendsetter` agent.
- Scan current trends and return a ranked topic list matched to persona domains.
- Include platform-fit tags for x, threads, linkedin, naver-blog, and brunch.
- If live search is slow or unavailable, the trendsetter must immediately fall back to persona-driven topic ranking from local files and still return usable results.
- The trendsetter MUST save the ranked scan to `content/trends/` before answering.
- The trendsetter MUST re-read the saved trend file and include the confirmed saved path in the response.
- If no file was actually written, the trendsetter must report failure instead of claiming success.

