with one click
hotpath-miner
hotpath-miner contains 2 collected skills from metravod, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Find the user's Claude Code hotpaths — recurring procedures they and the agent keep re-deriving from scratch — and compile the converged ones into deterministic zymi pipelines. Use when the user asks to "find my hotpaths", "mine my sessions", "what do I keep doing over and over", "что я делаю по кругу", asks for a hotpath report, or wants to turn a recurring workflow into a reusable pipeline ("promote X", "compile this"). Detection is a local, deterministic miner over ~/.claude/projects — no LLM call, no API key, nothing leaves the machine.
Promote a mined hotpath into a zymi pipeline — the "compile" half of the LLM-as-compiler loop. Use after hotpath-miner has produced candidates and the user picks one to turn into a reusable pipeline (e.g. "promote deploy", "compile the deploy hotpath", "let's turn this into a pipeline"). The agent distils the CONVERGED procedure out of the messy session history and drafts a safe, parameterised zymi pipeline. Triggers on: "promote <candidate>", "compile this hotpath", "make a pipeline out of X", running dossier.py, or a hotpath-miner report the user wants to act on. Pair with the zymi-skill for the actual pipeline YAML surface.