extract-skill-from-session

Convert completed workflows into reusable SKILL.md files with YAML frontmatter.

Updated Feb 8, 2026
One-click install
npx skills add https://github.com/rbtkhn/grace-mar --skill extract-skill-from-session
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: extract-skill-from-session
Source: https://github.com/rbtkhn/grace-mar/tree/main/.cursor/skills/extract-skill-from-session
Command: npx skills add https://github.com/rbtkhn/grace-mar --skill extract-skill-from-session

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps operators avoid repeating successful multi-step workflows by capturing them as reusable Cursor skills with consistent structure and activation guidance.

Core Features & Use Cases

  • Workflow Capture: Identifies completed tasks, key steps, decisions, tools, and guardrails that should become a reusable skill.
  • Skill Authoring: Creates properly formatted SKILL.md files with discovery metadata, concise instructions, and project-aligned conventions.
  • Use Case: After completing a repeatable review or automation workflow, use this Skill to convert the process into a reusable skill that can be invoked in future sessions.

Quick Start

Ask the AI to save the current successful workflow as a new skill.

Frequently Asked Questions about extract-skill-from-session

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

FAQPage Schema
How do I turn a completed Cursor workflow into a reusable skill?

To turn a completed Cursor workflow into a reusable skill, this process captures your successful multi-step tasks and guardrails to generate a structured SKILL.md file with discovery metadata for future sessions.

What is the best way to save successful automation workflows for future Cursor sessions?

The best way to save successful automation workflows is authoring them as structured SKILL.md files, which preserves the repeatable process and applies project-aligned naming conventions and YAML frontmatter for easy discovery.

Do I need YAML frontmatter to create a skill from a session extraction?

Yes, skill metadata generation requires creating YAML frontmatter to define the skill's discovery metadata, ensuring the extracted workflow adheres to existing project skill organization patterns within Cursor.

Can I capture operational procedures and code reviews as reusable skills?

Yes, you can capture operational procedures and code reviews as reusable skills by analyzing the completed workflow, extracting the repeatable processes, and authoring a concise SKILL.md file for future invocation.

How does session extraction handle existing project skill organization patterns?

Session extraction adheres to existing project skill organization patterns by analyzing your current setup and applying consistent naming conventions alongside properly formatted SKILL.md files during skill authoring.