taskfile-automation
Installation
SKILL.md
Task Automation System
Use this skill when working with projects that use Task to provide easy-to-discover automation commands for development workflows.
Core Principle
IMPORTANT: Always prefer task commands over direct shell/language commands when a Taskfile is present.
Task provides:
- Discoverability:
task --listshows all available tasks - Consistency: Standardised commands across different environments
- Documentation: Built-in descriptions and help
- Automation: Multi-step workflows (e.g.,
task devcombines testing and docs) - Safety: Interactive prompts for destructive operations