research-private-company
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.
Repository SourceNeeds Review
cleanup-local-branches
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.
Repository SourceNeeds Review
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
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