record-session

Record completed work sessions to .trellis/workspace journals with commit hashes.

1|Updated Apr 13, 2026
One-click install
npx skills add https://github.com/SDDKKK/Trellis_Hiskens_backup_20260413 --skill record-session-sddkkk
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: record-session
Source: https://github.com/SDDKKK/Trellis_Hiskens_backup_20260413/tree/main/.agents/skills/record-session
Command: npx skills add https://github.com/SDDKKK/Trellis_Hiskens_backup_20260413 --skill record-session-sddkkk

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Records completed work progress to .trellis/workspace/ journal files after human testing and commit. Captures session summaries, commit hashes, and updates developer index files for future session context. Use when a coding session is complete, after the human has committed code, or to persist session knowledge for future AI sessions.

Core Features & Use Cases

  • Records session summaries, commit hashes, and updates developer index files to preserve context for future sessions.
  • Integrates with the .trellis tooling to automate archive decisions and continuity across tasks.
  • Use Case: After a feature is completed and committed, run this skill to create a readable record that can be loaded into future AI tasks.

Quick Start

Trigger the record-session workflow after finishing testing and committing code to persist session context.

Frequently Asked Questions about record-session

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

FAQPage Schema
How do I automatically record a git session summary to a journal after committing?

You can record a git session summary to a journal by triggering the record-session workflow, which persists session summaries, commit hashes, and developer index updates into .trellis/workspace files after you have finished testing and committing code.

What is the best way to preserve AI context across different coding sessions?

Preserving AI context across coding sessions involves recording completed work progress to journal files. This skill captures session summaries and commit hashes, creating a readable record that can be loaded into future AI tasks.

How does session journaling integrate with the .trellis workspace tooling?

Session journaling integrates with the .trellis workspace tooling by running Python scripts that manage context extraction, automate archive decisions, and update developer index files to maintain continuity across tasks.

When should I run a session recording workflow in my development cycle?

You should run a session recording workflow at the end of your development cycle, specifically after a feature is completed, human testing is finished, and code changes are committed, to ensure session knowledge is persisted for future AI sessions.

Does session recording require manual entry of commit hashes and context summaries?

Session recording does not require manual entry of commit hashes and context summaries. The workflow automatically extracts context, captures commit hashes, and updates developer index files after the human commits the code.

Can I use session journaling to automate archive decisions for completed tasks?

Yes, you can use session journaling to automate archive decisions for completed tasks. The skill integrates with .trellis tooling to manage context extraction and maintain continuity, automatically preserving work progress for future reference.