session-bootstrap
Initialize a new local session log from the conversation.compact.md.template at the start of a work session.
$ Installieren
git clone https://github.com/cdrguru/portable-agent-kit /tmp/portable-agent-kit && cp -r /tmp/portable-agent-kit/.agent/skills/session-bootstrap ~/.claude/skills/portable-agent-kit// tip: Run this command in your terminal to install the skill
SKILL.md
name: session-bootstrap description: Initialize a new local session log from the conversation.compact.md.template at the start of a work session. metadata: short-description: Initialize conversation.compact.md for a new session
Session Bootstrap
When to use
Use at the start of a new session to create a local, gitignored session log.
Procedure
- Copy the template to create a local session log:
cp .agent/conversation.compact.md.template conversation.compact.md
- Add the objective, constraints, and next actions to the new file.
- Remember that
conversation.compact.mdis gitignored and stays local.
Inputs and outputs
- Inputs:
.agent/conversation.compact.md.template - Outputs:
conversation.compact.mdin the repo root
Constraints
- Do not commit
conversation.compact.md - ASCII-only
Examples
- $session-bootstrap
Repository

cdrguru
Author
cdrguru/portable-agent-kit/.agent/skills/session-bootstrap
1
Stars
0
Forks
Updated2d ago
Added1w ago