bonfire-configure
This skill contains shell command directives (!`command`) that may execute system commands. Review carefully before installing.
Configure Bonfire
Change project settings. Supports targeted or full configuration.
Git root: !git rev-parse --show-toplevel
Step 1: Parse Arguments
Based on $ARGUMENTS:
- Empty: Full interactive config (all settings)
git: Git strategy only (quick mode)linear: Linear integration only (quick mode)hooks: Hooks setup only (quick mode)
Step 2: Ensure Bonfire Directory Exists
If <git-root>/.bonfire/ does not exist, create it.
If <git-root>/.bonfire/index.md does not exist, create a minimal version:
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-context
Read project session context from .bonfire/index.md to understand ongoing work, previous decisions, blockers, and history. Use when the user asks about project context, previous sessions, what was worked on before, architectural decisions, blockers, or when they reference "last time", "previously", "the session", or "what we decided".
4bonfire-spec
Create an implementation spec for a feature or task
4