bonfire-context
Installation
SKILL.md
Bonfire Context
This project may use the Bonfire pattern to maintain continuity across AI coding sessions. Context is stored in .bonfire/index.md rather than relying on conversation memory.
When to Use This Skill
Read session context when the user:
- Asks about previous work or decisions
- References "last time", "previously", "before"
- Wants to know about blockers or pending issues
- Asks what the project status is
- Starts a significant task that might have prior context
Instructions
-
Find the git root:
git rev-parse --show-toplevel -
Check if
.bonfire/index.mdexists at the git root
Related skills
More from vieko/bonfire
bonfire
Session context persistence for AI coding. Pick up exactly where you left off.
98bonfire-document
Create documentation about a topic in the codebase
4bonfire-review
Review work for blindspots, gaps, and improvements
4bonfire-start
Start a new session - reads context, sets up Tasks
4bonfire-spec
Create an implementation spec for a feature or task
4bonfire-end
End session - update context, run health check, and archive completed work
4