Agent skill
session-bootstrap
Initialize a new local session log from the conversation.compact.md.template at the start of a work session.
Stars
163
Forks
31
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/session-bootstrap
Metadata
Additional technical details for this skill
- short description
- Initialize conversation.compact.md for a new session
SKILL.md
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:
bash
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
Didn't find tool you were looking for?