workflow-markdown

Installation
SKILL.md

Workflow Markdown - Literate Agent Workflows

A markdown-based workflow execution system that combines documentation with executable instructions. Enables agents to read, understand, and execute complex multi-step workflows from human-readable markdown files.

Inspiration

This skill is adapted from OpenClaw's .agent/workflows/ pattern, which allows agents to:

  • Document workflows in markdown
  • Embed executable code blocks
  • Parse frontmatter for metadata
  • Maintain context across workflow steps

Purpose

When enabled, this skill allows the agent to:

  1. Discover - Find markdown workflow files in .agent/workflows/
  2. Parse - Extract YAML frontmatter and executable blocks
  3. Execute - Run code blocks with context preservation
  4. Report - Generate execution reports
Related skills
Installs
11
First Seen
Mar 1, 2026