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").
2. Permission & Deep Dive
If the user expresses interest in a specific repository:
- Ask Permission: Clearly ask: "Shall I clone [Repo Name] and attempt to run it for verification?"
- Setup:
Related skills
More from likw99/agent-skills
llm-daily
>
4dev-card
>
2code-roast
>
2trustskills
Use this skill when a user wants a trust decision before installing from a skill URL, marketplace, or GitHub repo. It checks a compact allowlist of trusted distribution channels and returns whether the source should be trusted under the current TrustSkills policy, without drifting into explaining what the skill itself does unless the user asks.
1