record-session

Archive completed code development sessions with commit hashes and task status.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill automatically records and archives completed tasks, along with relevant context, facilitating better session tracking and project progress logging.

Core Features & Use Cases

  • Automated Session Logging: Logs completed work sessions, including the commit hashes of modified code.
  • Task Archiving:Archives completed tasks based on status checks like code commit and criteria completion.
  • Quick Session Addition: Allows quick addition of sessions via command-line parameters or detailed input.

Quick Start

Use the 'record-session' skill to record your session and log completed tasks by executing 'python3 ./.trellis/scripts/add_session.py' with your desired parameters.

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 and code progress recording after a commit?

Automated session logging records completed work sessions and archives modified code commit hashes. You execute a Python script via command-line parameters to log completed tasks and commit session data automatically.

What is task archiving based on code commit status checks?

Task archiving is the process of validating criteria completion and code commit status to archive finished tasks. It automatically identifies completed tasks and stores them with relevant context for better project progress tracking.

How do I add a development session log quickly via command-line?

You can add a session log quickly by running the dedicated Python script with command-line parameters. This allows quick session addition without detailed interactive input, capturing modified code progress directly.

Can I validate task status before archiving a code development session?

Yes, task status validation is supported before archiving a code development session. The system checks criteria completion and code commit status to ensure tasks meet requirements before logging the session.

Do I need Python to run automated session logging scripts?

Yes, you need Python installed to run the automated session logging scripts. The quick start process requires executing a Python script to record your session and log completed tasks.