session-log

Append per-agent dispatch and report transcripts to JSONL session logs.

Updated Apr 21, 2026
One-click install
npx skills add https://github.com/brucebanner010198-commits/DevSecOps-Agency --skill session-log-brucebanner010198-commits
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: session-log
Source: https://github.com/brucebanner010198-commits/DevSecOps-Agency/tree/main/skills/session-log
Command: npx skills add https://github.com/brucebanner010198-commits/DevSecOps-Agency --skill session-log-brucebanner010198-commits

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Keeps a durable, grep-addressable record of every agent's work across projects by writing append-only transcript entries for each dispatch and report, enabling cross-project memory and audit capability.

Core Features & Use Cases

  • Append-only per-agent JSONL entries for dispatches and reports, stored under a centralized _sessions index.
  • Per-agent and global session indexes to quickly locate and replay activity across projects.
  • Replay recipes and references to reconstruct transcripts and support cross-project analyses.

Quick Start

Invoke the session-log to append a new dispatch or report entry and to query the per-agent journals.

Frequently Asked Questions about session-log

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

FAQPage Schema
How do I keep a durable agent transcript across multiple projects?

A per-agent transcript is a durable, grep-addressable record of an agent's work that spans projects and sessions. It is stored as append-only JSONL entries for each dispatch and report, enabling cross-project memory and audit capability.

How do I reconstruct an agent's decisions from past sessions?

Replay recipes allow you to reconstruct an agent's decisions by querying the per-agent and global session indexes. These indexes locate specific activity across projects, allowing investigators to replay exact dispatches and reports from the append-only logs.

Can I use append-only JSONL logs for cross-project agent audits?

Yes, append-only JSONL logs support cross-project agent audits by capturing every dispatch and report entry. The centralized index structure allows investigators to quickly locate and replay activity for compliance and analytics.

How do I build global indexes for agent session logs?

Global indexes for agent session logs are built automatically by storing append-only JSONL entries for each dispatch and report under a centralized index. This creates both per-agent and global views to quickly locate activity across projects.

Does session-log work without external dependencies?

Session-log operates without external dependencies, storing append-only JSONL entries in a centralized index. It builds per-agent and global indexes to provide replay recipes for cross-project analysis without requiring additional tools.