Task List banner
axioma-ai-labs axioma-ai-labs

Task List

Productivity community

Description

--- name: task-list description: List tasks from the ledger with optional filters allowed-tools: Read, Grep --- # Task List List and filter tasks from the ledger. ## Usage ``` /task-list # All pending/active tasks /task-list --due today # Due today /task-list --due tomorrow # Due tomorrow /task-list --target john # Tasks for contact named John /task-list --status done # Completed tasks /task-list --status all # All including done/cancelled

Installation

Installs to ~/.claude/skills/axioma-ai-labs-claude-secretary-task-list/SKILL.md

Terminal
mkdir -p ~/.claude/skills/axioma-ai-labs-claude-secretary-task-list && curl -fsSL https://raw.githubusercontent.com/axioma-ai-labs/claude-secretary/HEAD/.claude/skills/task-list.md -o ~/.claude/skills/axioma-ai-labs-claude-secretary-task-list/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository