Internal helper that turns an operator-side agentic task ("brief me every morning", "analyze my week every Friday", "watch X and alert me") into a Claude routine - a scheduled AI run on the user's own Claude account (cloud routine) or on their machine (local scheduled task). Detects which mechanism the current session offers, drafts a self-contained mission prompt, explains the account coupling and cost in plain words, creates the routine and verifies it. Invoked by /add-automation and /add-agent for the ops-agentic quadrant. NEVER for app runtime jobs (those go to /add-cron or a worker). Not meant to be invoked directly by users.
$npx -y skills add flavien-ia/hypervibe-harness --skill _create-routineInstalls into the current project.
Run `npx skills use "https://github.com/flavien-ia/hypervibe-harness" --skill "flavien-ia/hypervibe-harness/_create-routine"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/flavien-ia/hypervibe-harness" that are relevant to the current task. Run `npx skills add "https://github.com/flavien-ia/hypervibe-harness"` and select the relevant skills, then follow their instructions.