sync-trending
Installation
SKILL.md
Sync Trending
Keep up-to-date with technology trends by monitoring GitHub Trending, brainstorming their value against your current context, and autonomously verifying selected technologies.
Workflow
1. Monitor, Brainstorm & Summarize
When triggered, follow these steps:
- Understand Context: Read the local
README.md,package.json, or search the current directory to understand the user's project context. Checksave_memoryfor user preferences or other projects. - Fetch Trends: Use
web_fetchto retrieve content from the sources listed in sources.md (primarily GitHub Trending). - Analyze & Brainstorm: For the top repositories, brainstorm how they could benefit the user's specific project or role.
- Report: Present a "Contextualized Trend Report" including:
- Facts: Repo Name, URL, Language, Stars, and a brief description.
- Contextual Value: A one-sentence insight on why this matters (e.g., "Could replace your current auth implementation," "Relevant for the data visualization feature you're planning").