Personalized coding tutorials that build on your existing knowledge and use your actual codebase for examples. Creates a persistent learning trail that compounds over time using the power of AI, spaced repetition and quizes.
- 📄 compact.sh
- 📄 guide.md
- 📄 prime.sh
Persistent memory CLI for LLM agents. Store facts, recall past knowledge, link related memories, manage lifecycle.
- 📁 scripts/
- 📄 Dockerfile
- 📄 SKILL.md
Check American Airlines AAdvantage balance, elite status, and loyalty points via Patchright. Handles email 2FA with 6-box code entry. Uses persistent browser profiles to skip 2FA on subsequent runs.
- 📁 references/
- 📁 scripts/
- 📄 SKILL.md
Persistent graph-based memory for AI agents via KIP (Knowledge Interaction Protocol). Provides retrieval-first memory operations (KQL), durable writes (KML), schema discovery (META), and memory hygiene patterns. Use whenever the agent needs to consult or update persistent memory, especially for: remembering user preferences/identity/relationships, storing conversation events, answering questions that depend on past sessions, and any task involving `execute_kip`.
- 📄 cli-reference.md
- 📄 SKILL.md
Persistent memory for coding agents. Query past decisions and learnings before starting work. Lerim watches your sessions, extracts what matters, and makes it available across every future session.
Add persistent memory to any agent so it can remember prior work, maintain context across sessions, and continue long-running workflows.
Persistent context network for coding projects. Tracks tasks, dependencies, decisions, and implementation records across sessions.
Open a URL in the agent's persistent browser session via MCP browser tools
- 📁 scripts/
- 📄 README.md
- 📄 SKILL.md
Compile documents into knowledge bases and manage persistent AI agent memory with Aura Core
Personalized coding tutorials that build on your existing knowledge and use your actual codebase for examples. Creates a persistent learning trail that compounds over time using the power of AI, spaced repetition and quizes.
Wipes all persistent PiComms comments for the current git repository. Use when the user asks to clear/reset/remove all comments.
Operate websites through the local Camoufox browser runtime with persistent sessions, inspect/query/act flows, event inspection, authenticated fetches, and download handling.