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.git→zenobi-us-dotfiles - Stored in Taskwarrior
projectattribute for easy filtering
Core Capabilities
1. Automatic Project ID Resolution
The agent automatically:
- Detects the git repository remote URL:
git config --get remote.origin.url - Extracts owner and repo:
github.com:{owner}/{repo}.git→{owner}-{repo} - Uses this as the
projectfilter for all task commands - Allows manual override via environment variable:
TASK_PROJECT_ID