taskfile

Installation
SKILL.md

Taskfile Skill

Use this skill to create production-grade Taskfile.yml automation for local dev, CI, and monorepos.

Task is a YAML task runner with:

  • dependency graphs (deps)
  • templating via Go text/template + slim-sprig functions
  • incremental execution (sources, generates, status, method)
  • task composition via includes

What to do first

  1. Identify the user's goal (dev workflow, build, test, release, codegen, deploy).
  2. Inspect existing Taskfile.yml and project scripts (package.json, Makefile, CI configs).
  3. Decide whether to:
    • add tasks to existing Taskfile,
    • split into included Taskfiles,
    • or bootstrap a fresh Taskfile.
  4. Prefer small, composable tasks with clear desc and predictable variables.
Related skills

More from aaronflorey/agent-skills

Installs
7
First Seen
Mar 31, 2026