AdamTylerLynchAdamTylerLynchCommunityยท1 Agent Skills Included

obsidian-agent-memory-skills

Persistent cross-session memory for coding projects via Obsidian

Gives coding agents persistent memory across sessions using an Obsidian knowledge vault. Automatically orients at session start, navigates project architecture through graph links, and writes discoveries back as structured notes. Eliminates repeated context re-explanation, lost decisions, and forgotten TODOs between coding sessions. Includes commands to analyze codebases, scaffold projects, track dependencies, and write session summaries.
npx skills add AdamTylerLynch/obsidian-agent-memory-skills --all -g -y

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install obsidian-agent-memory-skills?โ–ผ

Run `npx skills add adamtylerlynch/obsidian-agent-memory-skills --all -g -y` in your terminal to install the skill globally, then ask your agent to initialize the vault.

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

This skill stores project knowledge in an Obsidian vault, so your agent reads TODOs and project overviews at session start and writes discoveries back when work ends.

Which agents work with obs-memory?โ–ผ

It works with any agent supporting the Agent Skills spec, including Claude Code, Cursor, Cline, Windsurf, and GitHub Copilot.

Can it analyze my existing codebase automatically?โ–ผ

Yes. The analyze command scans your README, agent configs, ADRs, and source structure, then populates the vault with component, pattern, and architecture notes.

Do I need to know Obsidian to use this?โ–ผ

No. The agent manages the vault for you through natural language requests, and opening the vault in Obsidian is optional.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’