tasks

Create, load, and summarize tasks via Graphiti MCP.

9|1|Updated Jan 8, 2026
One-click install
npx skills add https://github.com/TonyCasey/lisa --skill tasks-tonycasey
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tasks
Source: https://github.com/TonyCasey/lisa/tree/main/src/project/.lisa/skills/tasks
Command: npx skills add https://github.com/TonyCasey/lisa --skill tasks-tonycasey

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill provides a lightweight, model-agnostic way to create, list, and summarize tasks across teams or AI agents using Graphiti MCP, ensuring a shared and up-to-date task board.

Core Features & Use Cases

  • Create a task: Add tasks with status and tags to a group, accessible by any participating model.
  • List and summarize tasks: Retrieve and summarize tasks for quick overviews or project status.
  • Group-aware collaboration: Tasks are associated with a group path and stored via Graphiti MCP, enabling cross-model coordination.

Quick Start

Use the tasks skill to add a new task, for example: Prepare sprint backlog item and then list tasks to verify.

  • lisa tasks add "Prepare sprint backlog item" --status todo --group <group-id> --cache
  • lisa tasks list --cache

Frequently Asked Questions about tasks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I manage a shared task board across multiple AI agents like Claude and Gemini?

Cross-model task management uses a model-neutral interface to create, load, and summarize tasks via Graphiti MCP, ensuring agents like Claude and Gemini share a unified task board with consistent statuses.

What do I need to set up before creating cross-model tasks?

Creating cross-model tasks requires Graphiti MCP integration for storage and lisa CLI access to execute commands, utilizing standardized JSON task objects containing fields like text, status, and group.

How do I add a new task and list existing tasks using the CLI?

Add a task by running the lisa CLI command 'tasks add' with parameters for text, status, and group, then use 'lisa tasks list' with optional caching to retrieve and verify the current project coordination items.

Can I retrieve a quick summary of grouped tasks for project coordination?

Group-aware collaboration allows you to retrieve and summarize tasks associated with a specific group path using Graphiti MCP, providing quick overviews for team workflows and project status.

What is the best way to maintain consistent task statuses across different AI models?

A model-agnostic approach using standardized JSON task objects with explicit status fields ensures consistent task statuses across different AI models by centralizing storage through Graphiti MCP.