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:
- Discover - Find markdown workflow files in
.agent/workflows/ - Parse - Extract YAML frontmatter and executable blocks
- Execute - Run code blocks with context preservation
- Report - Generate execution reports