Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
vieko avatar

Bonfire

  • 131 installs
  • 10 repo stars
  • Updated July 24, 2026
  • vieko/bonfire

Helps with ai & agent building tasks.

About

bonfire is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • bonfire
  • AI & Agent Building
  • AI-coding skill

Bonfire by the numbers

  • 131 all-time installs (skills.sh)
  • Ranked #3,660 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/vieko/bonfire --skill bonfire

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs131
repo stars10
Last updatedJuly 24, 2026
Repositoryvieko/bonfire

What it does

Helps with ai & agent building tasks.

Files

SKILL.mdMarkdownGitHub ↗

Bonfire (fallback skill)

Session context persistence for AI coding.

Bonfire ships in three layers:

1. File convention<git-root>/.bonfire/index.md with two managed fence blocks. 2. Native host adapters (preferred) — drop-in plugins that auto-update the file as you work. Available for Pi and Claude Code. 3. This skill (fallback) — manual /skill:bonfire end for agents without a native adapter (Codex, OpenCode, etc.).

If you're on Pi or Claude Code, install the adapter from ~/dev/bonfire/{pi,claude}/ instead. The adapters are zero-ritual and richer than what this skill can do.

Git root: !git rev-parse --show-toplevel 2>/dev/null || echo ""

Opt-in

The skill (and the adapters) honor an opt-in gate per repo:

mkdir <repo>/.bonfire

Without .bonfire/ present, this skill exits silently. That keeps it from polluting random repos.

Routing

InputAction
endRead commands/end.md and execute
migrateRead commands/migrate.md and execute. One-off migration for a pre-v7 index.md that lacks the v1 fence markers — wraps the file in fences without destroying hand-curated content.

Earlier versions of bonfire had start and handoff commands. Both are removed in 7.0:

  • `start`: redundant. Modern agents auto-read files from cwd, so .bonfire/index.md is already in context. No ritual needed.
  • `handoff`: Pi has a richer first-party handoff extension. For non-Pi agents, use Linear, a notes file consumed via @file injection, or a draft PR description.

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.