GeneGulanesJrGeneGulanesJrCommunityยท2 Agent Skills Included

LaPis

Persistent local memory and code intelligence for coding sessions

Stores architectural decisions, bug fixes, and project patterns in a local SQLite database that persists across coding sessions. Indexes code and documentation for semantic search, call graphs, dead-code detection, and complexity analysis without cloud services or API keys. Automatically recalls relevant context at session start, blocks wasteful file scanning, and cleans stale memories so coding work resumes faster.
npx skills add GeneGulanesJr/LaPis --all -g -y
Available:

Directs the agent to route all code and documentation lookups through LaPis memory tools, enforce retrieval guardrails, and automatically save decisions and session context.

All Skills in This Repository (2)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install LaPis?โ–ผ

Run `npx skills add GeneGulanesJr/LaPis --all -g -y` in your terminal to install all skills in this suite globally.

How to give a coding agent persistent memory?โ–ผ

LaPis stores decisions, bug fixes, and patterns in a local SQLite database and automatically reloads relevant context at the start of every session.

Does LaPis work with Claude Code and Hermes?โ–ผ

Yes. LaPis integrates with Pi, Claude Code, Hermes, and any MCP-compatible client, all sharing the same local memory database.

Does LaPis require cloud services or API keys?โ–ผ

No. Everything runs locally in a single SQLite file with no hosted memory service, no API keys, and no Python dependency.

Can LaPis analyze my codebase structure?โ–ผ

Yes. It indexes JS, TS, Go, Python, Rust, and SQL code to provide call hierarchies, blast radius, dead-code detection, and complexity metrics.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’