lisa

Manage memory and tasks for AI coding assistants across local, Docker, and cloud backends.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Lisa provides a dedicated interface to manage project memory and tasks, reducing context-switching and repeated work during coding sessions.

Core Features & Use Cases

  • Memory Operations: load recent memories, search for topics, remember important notes, and recall past decisions.
  • Task Management: list current tasks, add new tasks, and monitor status within the development workflow.
  • Storage & Retrospective: switch between local and cloud storage, and run retrospectives to extract learnings from sessions.
  • Use Case: In a coding session, tell Lisa to remember a design decision and later ask what we decided about a feature.

Quick Start

Install and initialize Lisa in your project, then interact with memory and tasks using natural language commands such as "lisa remember that we refactored the auth flow" or "lisa what tasks are we working on".

Frequently Asked Questions about lisa

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

FAQPage Schema
How do I manage project memory and tasks for AI coding assistants?

You can manage project memory and tasks for AI coding assistants by using natural language triggers to load recent memories, search topics, remember notes, recall decisions, and monitor task status within your development workflow.

Can I use natural language to save design decisions during a coding session?

Yes, you can use natural language to save design decisions during a coding session by issuing commands like asking the assistant to remember that you refactored a specific flow, storing it for later recall.

Does memory storage work with local, Docker, and cloud backends?

Memory storage works across local, Docker, and cloud backends, allowing you to switch between storage modes to monitor status and manage retrospectives within your software development projects.

How do I run a retrospective to extract learnings from a coding session?

To run a retrospective and extract learnings from a coding session, you use the defined command set to trigger the retrospective function, which processes your stored memories and task history.

What is the best way to recall past decisions in software development projects?

The best way to recall past decisions in software development projects is to search the stored memory using natural language queries, retrieving previously saved notes and design choices without repeated context-switching.

What are the limitations of natural language triggers for task management?

Limitations of natural language triggers for task management include reliance on a defined command set for routing, meaning unrecognized phrasing may not properly add tasks, list current tasks, or update task status.