bar181

Bar Report — Documentation skill for Claude Code

Documentation community

Generate the deterministic BAR Observatory report (JSON + HTML + Markdown) for a session.

How to install Bar Report

Installs to ~/.claude/skills/bar181-bar-observatory-bar-report/SKILL.md

Terminal
mkdir -p ~/.claude/skills/bar181-bar-observatory-bar-report && curl -fsSL https://raw.githubusercontent.com/bar181/bar-observatory/HEAD/commands/bar-report.md -o ~/.claude/skills/bar181-bar-observatory-bar-report/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Bar Report does


name: bar-report description: Generate the deterministic BAR Observatory report (JSON + HTML + Markdown) for a session

$ARGUMENTS

Generate BAR Observatory's deterministic engineering report — no LLM in the render path, same database in, byte-identical output out.

  1. If $ARGUMENTS names a database path, use it. Otherwise default to .bar/ambient.sqlite relative to the current project (the path bar init --dir . creates); if that file doesn't exist, tell the user to run `bar in

Alternatives in Documentation

  • 会话管理(Session Manager)需求文档(PRD / Markdown) — 目标:对 Codex / Claude Code 的本地会话记录进行可视化管理,并提供“一键复制 / 一键终端恢复”能力 31.7k ★
  • Docs Serve — Build the HTML documentation and then serve it locally so it can be viewed in a browser 1.1k ★
  • Xiaohu Wechat Format — Claude Code 公众号一键排版+发布技能 Markdown → 微信兼容 HTML → 推送草稿箱 30 套主题 + 可视化画廊 428 ★

Full documentation available on GitHub

View Source Repository