Extracts executable task definitions from Markdown files and runs them as shell pipelines. Parses fenced code blocks with task metadata annotations and manages dependencies between tasks.
Scanned 6/8/2026
Install via CLI
openskills install agentskillexchange/skills---
name: "Makedown Task Runner"
slug: "makedown-task-runner"
description: "Extracts executable task definitions from Markdown files and runs them as shell pipelines. Parses fenced code blocks with task metadata annotations and manages dependencies between tasks."
github_stars: 319
verification: "security_reviewed"
source: "https://github.com/tzador/makedown"
author: "tzador"
category: "Templates & Workflows"
framework: "Claude Code"
tool_ecosystem:
github_repo: "tzador/makedown"
github_stars: 319
---
# Makedown Task Runner
Extracts executable task definitions from Markdown files and runs them as shell pipelines. Parses fenced code blocks with task metadata annotations and manages dependencies between tasks.
## Installation
Requirements and caveats from upstream:
- There are also package.json scripts in node.js world, but users are forced
- It is implemented in Python for portability reasons, since most Unix-like
- systems already have a Python interpreter installed.
Basic usage or getting-started notes:
- to run them from terminal.
- Here is [DEMO.md](./DEMO.md) file with examples of usage.
- Source: https://github.com/tzador/makedown
- Extracted from upstream docs: https://raw.githubusercontent.com/tzador/makedown/HEAD/README.md
## Documentation
- https://github.com/tzador/makedown#readme
## Source
- [Agent Skill Exchange](https://agentskillexchange.com/skills/makedown-task-runner/)
No comments yet. Be the first to comment!