taskfile

Installation
SKILL.md

Working with Taskfile Tasks

Overview

This project uses Taskfile for task automation. All available tasks are defined in Taskfile.yml at the project root.

When to use this skill:

  • User asks "what can I do?" or "how do I...?"
  • User wants to run a project task
  • You need to understand available workflows

Discovering Tasks

  1. Read Taskfile.yml to see all task definitions
  2. Each task has a desc: field explaining what it does
  3. Tasks are grouped by prefix for organization

Quick list: Run task --list to see all tasks with descriptions.

Installs
3
First Seen
Mar 24, 2026
taskfile from smithery.ai