agent-sessions

Manage persistent AI agent session logs as structured Obsidian notes.

Updated Nov 4, 2025
One-click install
npx skills add https://github.com/chasemccoy/scripts --skill agent-sessions
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: agent-sessions
Source: https://github.com/chasemccoy/scripts/tree/main/skills/agent-sessions
Command: npx skills add https://github.com/chasemccoy/scripts --skill agent-sessions

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Manage persistent session logs and memories for AI agents. Use when agent needs to save work context, resume from previous sessions, or maintain long-term memory across conversations.

Core Features & Use Cases

  • Create and update persistent session notes in Obsidian vault with structured frontmatter.
  • Resume work from previous sessions and maintain long-term context across conversations.
  • Archive and audit completed sessions for reference and compliance.

Quick Start

Create a new session note for an agent and begin recording context, progress, and next steps.

Frequently Asked Questions about agent-sessions

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain AI agent context across multiple sessions?

Session logs use a defined frontmatter schema including agent, session_id, created, updated, status, and task fields. The document structure contains Context, Progress, Notes, and Next steps sections to ensure continuity and auditability.

How do I resume an AI agent from a previous session?

Resuming an AI agent from a previous session involves reading the persistent session log note, which contains the prior context, progress, and next steps. The agent uses this structured data to continue work exactly where it left off.

Can I use Obsidian frontmatter to manage long-term memory for AI agents?

Yes, Obsidian frontmatter manages long-term AI agent memory by storing session metadata and progress in structured notes. This enables context continuity and session archiving for future reference and compliance auditing.

What is the best way to archive completed AI agent sessions for auditing?

The best way to archive completed AI agent sessions is by updating the status field in the session note's frontmatter. This keeps the session log stored in your Obsidian vault for reference and compliance auditing.

Do I need a specific document structure for AI agent session logs?

Yes, a consistent document structure is required for AI agent session logs. Notes must include Context, Progress, Notes, and Next steps sections to ensure continuity and auditability across sessions.