record-session

Record coding session summaries and commit hashes into Trellis journal files.

3.9k|339|Updated Feb 3, 2026
One-click install
npx skills add https://github.com/zhukunpenglinyutong/desktop-cc-gui --skill record-session-zhukunpenglinyutong
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: record-session
Source: https://github.com/zhukunpenglinyutong/desktop-cc-gui/tree/main/.agents/skills/record-session
Command: npx skills add https://github.com/zhukunpenglinyutong/desktop-cc-gui --skill record-session-zhukunpenglinyutong

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 progress to Trellis journals for later review and AI context.
  • Captures summaries, associated git hashes, and updates the developer index to reflect completed work.
  • Enables reproducible context for future AI-assisted tasks and audits of changes.

Quick Start

After finishing a coding session and committing changes, run the record-session workflow to create a Trellis journal entry.

Frequently Asked Questions about record-session

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

FAQPage Schema
How do I save coding session context for future AI work?

To save coding session context for future AI work, automate persisting session data by recording summaries and commit references into Trellis journal files. This ensures future AI sessions have the historical context of completed work.

What is the best way to track developer progress after a git commit?

Track developer progress after a git commit by running Python scripts under .trellis/scripts to read git history and generate journal entries. This updates .trellis/workspace indexes with commit references and session summaries.

Do I need to commit my code before recording a session?

Yes, you need to commit your code before recording a session. The workflow reads git history to capture commit hashes and applies after developers complete a coding session and commit changes to the repository.

How does Trellis journaling work for session summaries?

Trellis journaling works by using Python scripts under .trellis/scripts to read git history and generate journal entries in .trellis/workspace. It captures session summaries, commit hashes, and updates developer index files for archival search.

Can I search historical coding sessions in Trellis?

Yes, you can search historical coding sessions in Trellis. The Skill enables archival search and impact tracking by updating .trellis/workspace indexes with session summaries, commit hashes, and developer index files.

What are the limitations of automating session records with Python scripts?

Limitations include requiring access to the repository root and depending on Python scripts under .trellis/scripts. It applies only after code commits and human testing, not during active uncommitted development.