# Session Summary Default

> Summarize AI coding sessions into concise, privacy-safe markdown focused on implementation-relevant context. Use when this capability is needed.

- Skill: `tomevault-io/session-summary-default` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/session-summary-default`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/session-summary-default/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/session-summary-default

---


# Session Summary Default

Use this skill to summarize an AI coding session as readable markdown for git notes.

## Requirements

- Output valid markdown only.
- Remove personal data and identifying details.
- Exclude dead-end attempts or paths that produced no useful outcome.
- Keep only context useful for understanding code and decisions.
- Write clear prose that reads like a short specification, not raw logs.

## Output Structure

Use this structure:

1. `## Goal`
2. `## Implemented Changes`
3. `## Key Decisions`
4. `## Validation`
5. `## Follow-ups`

If a section has no relevant content, omit it.

## Redaction Rules

- Do not include names, emails, usernames, tokens, machine paths, or account identifiers unless technically required for understanding behavior.
- Replace sensitive details with neutral placeholders like `[redacted]`.

## Quality Bar

- Keep it concise and precise.
- Prefer concrete outcomes over narration.
- Preserve technical intent and rationale.

---
> Source: [mandel-macaque/memento](https://github.com/mandel-macaque/memento) — distributed by [TomeVault](https://tomevault.io).
<!-- tomevault:4.0:skill_md:2026-07-03 -->

