
Claude Skills by trevhud
github.com/trevhudEnd-to-end BDR outreach campaign workflow. Use when running pharma/biotech outreach campaigns: finding leads via ZoomInfo, enriching conference attendee lists, uploading contacts to HubSpot CRM, managing lists, running exclusion checks (do-not-contact, recently emailed, active sequence), creating/editing sales email templates, and generating pre-enrollment reports. Trigger phrases: "outreach campaign", "BDR campaign", "find contacts for [drug]", "pull leads for [condition]", "who should we re...
Compile an Anthropic-style skill — a directory with a SKILL.md and optional references/ — into a deterministic, runnable workflow via the rote CLI. Use when the user says "compile this skill", "graduate this skill" (the retired name for the same operation), "make this skill deterministic", "make this skill faster/cheaper", "turn this skill into a workflow", "turn this skill into code", "harden this skill for production", or complains that a skill is slow, expensive, or unreliable as a backgro...
Wire a compiled rote pipeline up as an MCP tool so Claude can trigger the deployed workflow directly. Use when the user says "register my compiled pipeline", "serve my pipelines over MCP", "trigger the workflow from Claude", "hook the pipeline up to Claude", or asks what to do after `rote compile` and deployment. Covers `rote register` and `rote serve` plus the `claude mcp add` wiring.
Analyze an Anthropic-style skill bundle (SKILL.md + references) and produce a compilation plan that separates deterministic work into extracted Python modules, LLM-as-judge work into typed DSPy/BAML signatures, agentic work into bounded agent loops, and human-in-the-loop gates into durable suspend points. Emit the whole pipeline as a runtime-agnostic intermediate representation (pipeline.yaml) plus runnable code for a target workflow engine (Temporal, Inngest, Restate, or plain async) via plu...