research-trending-github

Produce a structured brief on what is trending on GitHub right now — daily, weekly, or monthly — with per-repo cards explaining what each project actually is and why it is climbing. Use when the user asks to "show GitHub trending", "what's hot on GitHub", "what AI repos are trending this week", "scan trending Rust projects", "what's new on GitHub today", or similar. Re-runs produce a delta against the last run so the user sees new entrants and movers, not a re-list of the same projects.

Safety Notice

This listing is imported from SkillsMP metadata and should be treated as untrusted until upstream source review is completed.

Copy this and send it to your AI assistant to learn

Install skill "research-trending-github" with this command: npx skills add wzh-labs/skillsmp-wzh-labs-wzh-labs-research-trending-github

No markdown body

This source entry does not include full markdown content beyond metadata.

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

idea-to-prototype

Turn a rough product idea into a concrete, Vercel-flavored implementation plan via structured Q&A. Reads the pitch from an `IDEA.md` file the user has already authored in the current working directory — the skill takes no arguments. Grills the user one question at a time, logs every answer, then writes an implementation plan grounded in their actual constraints. Use when the user says "I have an idea for…", "let's prototype…", "build me a quick prototype of…", "/idea-to-prototype", or otherwise wants to flesh out a concept before any code is written. Default stack is Vercel (Next.js + Vercel CLI assumed installed) — diverge only when the user explicitly asks.

Repository SourceNeeds Review
Coding

discover-company

Discover one noteworthy company (public or private) not yet in the knowledge base, then research it. Use when the user asks to "discover a company", "find me an interesting company", "surprise me with a company", "what company should I know about", or similar open-ended discovery requests. Picks a company based on recency, relevance to the user's domain (developer tools, AI infrastructure, web/cloud), and signal strength, then hands off to research-private-company or research-public-company.

Repository SourceNeeds Review
Coding

repo-to-business

Evaluate GitHub repos for business potential and synthesize cross-repo stack opportunities — either for a specific repo or a batch scan of the latest trending brief from research-trending-github. Use when the user asks to "evaluate repo X as a business", "what repos could I build a business on", "scan trending repos for opportunities", "could these repos work together as a business", "find stack opportunities in trending repos", or similar. Produces per-repo opportunity briefs AND a synthesis layer that identifies which repos combine into a more compelling product than any single one alone.

Repository SourceNeeds Review
Coding

run-daily-routine

Run the user's configured daily intelligence routine — trending GitHub refresh, delta updates for tracked private and public companies, a new company discovery, and any other configured tasks — then produce a single consolidated morning brief. Use when the user asks to "run my daily routine", "do the morning brief", "what's new today", "run the morning sweep", or similar. Designed to be invoked manually or via `/schedule` on a daily cron. Idempotent — re-running on the same day shows the existing brief unless explicitly forced.

Repository SourceNeeds Review
research-trending-github | V50.AI