← スキル一覧に戻る

bonfire-context
by vieko
Your AI coding partner forgets everything between conversations. Bonfire remembers.
⭐ 4🍴 0📅 2026年1月22日
SKILL.md
name: bonfire-context description: Load .bonfire/index.md context to understand ongoing work, previous decisions, blockers, and session history. Use when user references past work or asks about project status. license: MIT compatibility: opencode metadata: category: session-management author: vieko
Bonfire Context
This skill loads project session context from .bonfire/index.md to provide continuity across AI coding sessions.
When to Use This Skill
Load this skill 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 -
If it exists, read it to understand:
- Current project status and recent work
- Active decisions and their rationale
- Known blockers or pending issues
- Links to relevant specs or documentation
-
Check
.bonfire/specs/if the user asks about implementation specs -
Check
.bonfire/docs/if the user asks about documented topics
File Structure
.bonfire/
├── index.md # Main session context (read this first)
├── config.json # Project settings
├── archive/ # Completed work history
├── docs/ # Topic documentation
└── specs/ # Implementation specs
Important
- This skill is for reading context, not updating it
- Session updates happen via
/bonfire-endcommand - Don't modify
.bonfire/index.mdunless explicitly asked - If
.bonfire/doesn't exist, the project may not use this pattern
スコア
総合スコア
60/100
リポジトリの品質指標に基づく評価
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
○説明文
100文字以上の説明がある
0/10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
レビュー
💬
レビュー機能は近日公開予定です