RoutineCapture

Extract steps, parameters, and triggers from conversations to generate personal skills.

Updated Jan 26, 2026
One-click install
npx skills add https://github.com/andallen/claude-monet --skill routinecapture
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: RoutineCapture
Source: https://github.com/andallen/claude-monet/tree/main/skills/RoutineCapture
Command: npx skills add https://github.com/andallen/claude-monet --skill routinecapture

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

RoutineCapture saves repeatable workflows from conversations as personal skills, eliminating repetitive setup and manual recreation of known procedures.

Core Features & Use Cases

  • Capture multi-step routines from dialogue and convert them into portable skills.
  • Review extracted steps and parameters before finalizing a skill.
  • Invoke saved routines later with natural language triggers.

Quick Start

To save a routine, complete a task, say "save this routine" (or similar), review the captured steps, confirm, and then the system generates a personal skill under skills/ with a trigger phrase. You can later invoke it by saying the configured trigger or any variation you add during capture.

Frequently Asked Questions about RoutineCapture

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I turn a conversation workflow into a reusable automated routine?

To turn a conversation into an automated routine, complete a multi-step task and say "save this routine." The system analyzes the transcript, extracts steps and parameters, and synthesizes a personal skill under skills/.

Can I review extracted workflow steps before finalizing a personal skill?

Yes, you can review extracted workflow steps before finalizing a personal skill. After saying "save this routine," the system analyzes the transcript and presents the captured steps and parameters for your confirmation.

How do I invoke a saved routine using natural language triggers?

You invoke a saved routine by stating the configured trigger phrase or any variation you added during capture. The system generates these triggers by analyzing your transcript and synthesizing the workflow.

What does NLP transcript analysis do when capturing repeatable workflows?

NLP transcript analysis detects steps, extracts parameters, and generates a suggested name with triggers when capturing repeatable workflows. This eliminates manual recreation of known procedures by converting dialogue into portable skills.

Do I need any external dependencies to save personal skills from transcripts?

No external dependencies are required to save personal skills from transcripts. The system independently analyzes conversations, detects parameters, and synthesizes the skill under skills/ without needing additional components.

When should I capture multi-step routines instead of manually recreating procedures?

You should capture multi-step routines during repetitive dialogue tasks to eliminate manual recreation of known procedures. Use it when you need to save repeatable workflows as portable personal skills for future invocation.