What problem does it solve?
When an agent commits and pushes a brain page, users often receive a report with no link, a broken link, or a raw local path they cannot click. This Skill enforces a reporting discipline where every message that reports a created, edited, or relayed brain page includes a working link in that same message, derived mechanically from git data rather than guessed.
Core Features & Use Cases
- Mechanical path derivation: Builds repo-relative paths with
git ls-files --full-name and assembles hosted URLs from git remote get-url origin, eliminating hand-stripped prefixes that cause 404s.
- Push-before-link ordering with verification: Requires the push to land and the ref update to be confirmed (or an HTTP existence check against the hosted remote) before any URL is sent, with a defined fallback chain for local-only repos.
- Subagent relay rewriting and scope split: Rewrites local paths returned by subagents into clickable links before relaying, while keeping links inside brain pages relative so the links/backlinks graph stays intact.
- Use Case: After committing three new people pages, the agent replies with one verified GitHub URL per page in the same message, or falls back to repo-relative paths and an optional
gbrain publish HTML artifact when no hosted remote exists.
Quick Start
Report the brain pages you just created and give me a clickable link for each one in the same message.