record-session

Record work sessions with context and memory updates in Trellis projects.

Updated Feb 23, 2026
One-click install
npx skills add https://github.com/TbK0ng/mytrellis --skill record-session
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: record-session
Source: https://github.com/TbK0ng/mytrellis/tree/main/.agents/skills/record-session
Command: npx skills add https://github.com/TbK0ng/mytrellis --skill record-session

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill standardizes and simplifies the recording of project work by documenting context, session entries, and memory updates within a Trellis workflow.

Core Features & Use Cases

  • Structured session logging: fetch context, create session records, and persist memory checkpoints.
  • Memory synchronization: integrate session data with persistent workspace memory for later recall.
  • Use Case: engineering teams keep an auditable trail of tasks, decisions, and progress across code commits.

Quick Start

Run the three-step workflow to record a new session: fetch context, add the session, and sync memory.

Frequently Asked Questions about record-session

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

FAQPage Schema
How do I automate session logging for software development workflows?

Session logging records context, session entries, and memory updates within a Trellis workflow. It solves the need for consistent session logging and memory synchronization across git commits, creating an auditable trail of tasks and decisions for engineering teams.

What's the best way to keep an auditable trail of project progress across git commits?

Record work sessions by documenting context, session entries, and memory updates in a Trellis project. It applies to software development and project-management tasks where consistent session logging and memory synchronization across git commits is essential.

How do I record a new work session in a Trellis project?

Run the three-step workflow to record a new session: fetch context, add the session, and sync memory. This enforces the Skill Contract requirements including inputs, outputs, pre_checks, post_checks, writes_artifacts, uses_memory, and required_phase.

Does session logging support memory synchronization with persistent workspace memory?

Yes, memory synchronization integrates session data with persistent workspace memory for later recall. This feature captures session records and persists memory checkpoints, ensuring context and decisions remain accessible across development sessions.

Can I use this session logging approach for project-management tasks outside of code commits?

Yes, session logging applies to software development and project-management tasks where consistent session logging and memory synchronization across git commits is essential. It documents context, session entries, and memory updates within a Trellis project.

When do I need session logging in a Trellis workflow?

You need session logging when consistent documentation of context, session entries, and memory updates is essential across git commits. It enforces the Skill Contract requirements including pre_checks, post_checks, writes_artifacts, uses_memory, and required_phase to standardize project work recording.