prompt

prompt is a skill for Claude Code, Codex from TonyCasey/lisa. It costs 17 tokens per session (190 once invoked), scanned A, original, MIT.

A command that saves prompts as searchable episodes in Graphiti, a memory system for storing project and user context.

In plain words
What is it for?
Use it to capture a prompt with its text and optional role or category. It supports commands to add prompts and reports whether the memory entry was added or skipped.
Why use it?
It helps preserve useful prompts across sessions and avoid losing earlier requirements or decisions. It can also avoid saving the same prompt twice unless forced.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one.

Good fit Use it to capture a prompt with its text and optional role or category. It supports commands to add prompts and reports whether the memory entry was added or skipped.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/tonycasey/lisa/prompt
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add TonyCasey/lisa --skill prompt
Clone the repo
git clone --depth 1 https://github.com/TonyCasey/lisa

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for prompt

README.md
[![agentmods](https://agentmods.dev/badge/skills/tonycasey/lisa/prompt.svg)](https://agentmods.dev/skills/tonycasey/lisa/prompt)
Your own site
<a href="https://agentmods.dev/skills/tonycasey/lisa/prompt"><img src="https://agentmods.dev/badge/skills/tonycasey/lisa/prompt.svg" alt="Measured on agentmods" height="20"></a>
Per session 17 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 190 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00017 $0.00190
Opus 5 $0.00009 $0.00095
Sonnet 5 $0.00003 $0.00038
Haiku 4.5 $0.00002 $0.00019

Measured 8d ago against content hash 95773230bf5a, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-08, from the pricing page.

Security

Grade A, and why

prompt scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

src/project/.lisa/skills/prompt/SKILL.md · 20 lines

What it actually says

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 from .lisa/.env. Group ID is automatically derived from the project folder path. Falls back to http://localhost:8010/mcp/.

Notes

  • Adds a fingerprint tag to avoid duplicate prompts unless --force is passed.
  • Output: JSON with status/action.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 20 lines · 17 tokens per session scan A 95773230bf5a

Subscribe to this mod's changes

prompt is a skill published in the GitHub repository TonyCasey/lisa (9 stars, last pushed 6mo ago), licensed MIT. It adds 17 tokens to every session and 190 once invoked, about $0.0001 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.

Related

Other skills, from other repositories

user-profile-keeper

Local user-profile maintenance skill for Codex, Claude Code, OpenClaw, OpenCode, and other agent harnesses. Use only when the user explicitly invokes $user-profile-keeper to create, initialize, update, query, correct, delete, export, or audit a local persistent user profile. It can extract durable collaboration…

dongshuyan/compass-skills · 129 tokens

install-memu

Install or uninstall memU for whatever agent you are — identify your host, print its packaged guide, and follow it to wire (or unwire) both seams (record and inject). Use when the user asks to install, set up, integrate, remove, or uninstall memU.

NevaMind-AI/memU · 61 tokens

log-session

Append a structured entry to the project's session log (docs/LOGS.md): what was done this session, files touched, decisions taken, and the next step — so the next session (or another person) can pick up the thread without re-reading git history. Run it before /clear, before closing Claude Code, or at any natural…

gtrabanco/agentic-workflow · 183 tokens

lore

Long-term Markdown project memory for AI coding agents. Use when the user wants to record, recall, audit, sync, or compress project decisions, architecture, conventions, monorepo scopes, or .lore/ entries, including natural-language requests like "remember this decision" or explicit lore…

TheaDust/lore · 141 tokens

memory

Use Infinity Context MCP to search, propose, and manage durable project memory.

777genius/infinity-context · 17 tokens

end

Close a work session — log what happened, update state and the decision log, propose durable memory updates, and check for uncommitted or unpushed work.

conorbronsdon/agent-workspace · 35 tokens