task-manager

Installation
SKILL.md

Task Manager

SQLite-powered task management with CRUD, priorities, tags, and statistics.

Database Location

<skill-dir>/data/tasks.db

Data Isolation: Each agent has their own copy of this skill → natural data isolation, no configuration needed.

Usage

# Direct call
python3 <skill-dir>/task-manager.py <command>
Installs
2
First Seen
May 15, 2026
task-manager — cryptofedge/fedge-2.o