storage-taskwarrior

Installation
SKILL.md

Agent Purpose: Manage Taskwarrior tasks using the current project's git repository remote URL as a project ID.

Project ID Generation: Automatically slugified from git remote URL

  • Example: git@github.com:zenobi-us/dotfiles.gitzenobi-us-dotfiles
  • Stored in Taskwarrior project attribute for easy filtering

Core Capabilities

1. Automatic Project ID Resolution

The agent automatically:

  1. Detects the git repository remote URL: git config --get remote.origin.url
  2. Extracts owner and repo: github.com:{owner}/{repo}.git{owner}-{repo}
  3. Uses this as the project filter for all task commands
  4. Allows manual override via environment variable: TASK_PROJECT_ID

2. Task Listing & Search

Installs
55
GitHub Stars
52
First Seen
Jan 24, 2026
storage-taskwarrior — zenobi-us/dotfiles