# Prompt

> Capture each prompt into Graphiti memory (episodes) for this repo/user.

- Skill: `majiayu000/prompt-6` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add majiayu000/prompt-6`
- Raw SKILL.md: https://api.skillmd.com/api/skills/majiayu000/prompt-6/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: majiayu000 (https://skillmd.com/u/majiayu000)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/majiayu000/prompt-6

---


## 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.

