SkillAgentSearch skills...

Taskfile.nvim

Neovim plugin for working w/ Taskfiles

Install / Use

/learn @s0cks/Taskfile.nvim
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

taskfile.nvim

Neovim plugin for working w/ Taskfiles

Installation

<details> <summary>Lazy</summary>
{
  's0cks/taskfile.nvim',
  version = '*',
  dependencies = {
    'folke/snacks.nvim',
  },
  opts = {},
}
</details>

Dependencies

Task Picker

The task picker allows you to fuzzy-find a task and run it using Snacks.

require('taskfile.picker').task_picker()

Example

View on GitHub
GitHub Stars14
CategoryDevelopment
Updated14d ago
Forks0

Languages

Lua

Security Score

80/100

Audited on Mar 23, 2026

No findings