bar181

Bar Init — Development skill for Claude Code

Development community

Set up BAR Observatory for this project — local config + SQLite stores, idempotent.

How to install Bar Init

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

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

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

What Bar Init does


name: bar-init description: Set up BAR Observatory for this project — local config + SQLite stores, idempotent

$ARGUMENTS

Set up BAR Observatory in the current project. This is the first command to run — everything else (`/bar-report`, `/bar-interpret`, `/bar-doctor`, `/bar-query`, and the plugin's own hooks/MCP server) reads and writes the `.bar/` directory this creates.

  1. Determine the target directory from $ARGUMENTS (a path), defaulting to . (the current project root — the

Alternatives in Development

  • Battle — Head-to-head graded battle card between two sites — eight dimensions, bar-by-bar, verdict line 3.6k ★
  • Portaljs Add Chart — Add a chart (line, bar, area, pie, or scatter) to a dataset's showcase in a PortalJS portal 2.3k ★
  • Opencode Bar — Effortless token usage tracker for OpenCode 309 ★

Full documentation available on GitHub

View Source Repository