Capture each prompt into Graphiti memory (episodes) for this repo/user.
Scanned 9/2/2026
Install to Claude Code
npx -y skills add majiayu000/claude-skill-registry --skill prompt-tonycasey-lisa --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Prompt Tonycasey Lisa?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/majiayu000-prompt-tonycasey-lisa)More formats (shields.io, HTML) on the badges page.
---
name: prompt
description: "Capture each prompt into Graphiti memory (episodes) for this repo/user."
---
## Purpose
Store every prompt (and optional role/kind) as a memory episode in Graphiti MCP, so agents can recall recent context.
## Triggers
- "load prompt", "capture prompt", or any per-prompt hook integration
- Use when you want every prompt stored automatically.
## Usage
- `lisa-prompt add --text "..." [--role user|assistant] [--kind Direction|Decision|Requirement|Observation] [--force]`
- By default uses `GRAPHITI_ENDPOINT` and `GRAPHITI_GROUP_ID` from `.lisa/.env`. Falls back to `http://localhost:8010/mcp/` and `lisa`.
## Notes
- Adds a fingerprint tag to avoid duplicate prompts unless `--force` is passed.
- Output: JSON with status/action.
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!