breadcrumbs-development-workflow

Installation
SKILL.md

Development Workflow

Critical

  • This is a documentation vault, not a code project. There is no build step, no test suite, no package manager. The "project" is a set of Markdown files exported from Obsidian Publish.
  • Never invent Breadcrumbs settings, APIs, or syntax not present in the existing docs. API.md only documents window.BCAPI at a placeholder level.
  • Caliber must sync before every commit. Check for the pre-commit hook first: grep -q "caliber" .git/hooks/pre-commit 2>/dev/null && echo "hook-active" || echo "no-hook". If no hook, run caliber refresh manually before committing.
  • Terminology is strict. Use exact terms from the terminology table below — never paraphrase "Edge Fields" as "link types" or "Explicit Edge Builders" as "edge creators".

Instructions

1. Orient yourself in the vault structure

The vault has this layout:

Installs
1
GitHub Stars
1
First Seen
Apr 16, 2026
breadcrumbs-development-workflow — zpankz/obsidian-skills