lilmgenius/polysona · Archived

trend

Scan trending topics in your domains and get content recommendations

Installation

$ npx skills add lilmgenius/polysona --skill trend

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from lilmgenius/polysona.

npx skills add lilmgenius/polysona

Browse all from lilmgenius/polysona

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 154
License LICENSE
Default branch ralphthon
Open issues 0
Status Archived

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 954 B
  • docs SUMMARY.md 81 B

History

  1. First recorded snapshot · 4 installs

SKILL.md

!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.