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
- Read
Taskfile.ymlto see all task definitions - Each task has a
desc:field explaining what it does - Tasks are grouped by prefix for organization
Quick list: Run task --list to see all tasks with descriptions.