Total Skills
10
Skills published by wzh-labs with real stars/downloads and source-aware metadata.
Total Skills
10
Total Stars
0
Total Downloads
0
Comparison chart based on real stars and downloads signals from source data.
cleanup-local-branches
0
idea-to-prototype
0
discover-company
0
download-podcast-transcripts
0
repo-to-business
0
research-private-company
0
research-public-company
0
research-trending-github
0
Find and delete local git branches whose work has already landed on main — including squash- and rebase-merged branches that `git branch --merged` misses. Use when the user asks to "clean up branches", "delete merged branches", "prune local branches", "remove old branches", or similar. Lists candidates with age and merge reason, asks before deleting, and optionally cleans up matching git worktrees.
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.
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.
Download transcripts for the latest episodes of a podcast hosted on YouTube. Use when the user asks to "download podcast transcripts", "get All-in transcripts", "fetch transcripts from a YouTube channel", "archive podcast captions", or similar. Defaults to the All-in Podcast (@allin) but works with any YouTube channel that posts full episodes.
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.
Produce a structured intelligence brief on a private company, or a delta if the company has been researched before. Use when the user asks to research, look up, refresh, do diligence on, or build/update a profile of a non-public company (e.g. "research Anthropic", "what's new with Cursor", "due diligence on Linear"). Aggregates funding, people, product, market, traction, and risk signals from multiple public web sources, and stores findings so re-runs only surface what changed.
Produce a structured intelligence brief on a public company from fundamentals to industry trends, or a delta if the company has been researched before. Use when the user asks to research, analyze, or profile a public company by ticker symbol (e.g. "$GOOGL", "$AAPL", "$NVDA") or company name. Covers financials, business segments, management, competitive position, industry trends, analyst sentiment, and risk factors.
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.
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.
Show the N most recently executed queries in Snowflake. Use when the user asks to "show recent Snowflake queries", "what queries ran in Snowflake", "show last N queries", "check Snowflake query history", or similar. Supports filtering by user, warehouse, status, and query type.