Output Rules banner
garrytan garrytan

Output Rules

Development community

Description

# Output Rules Cross-cutting output quality standards for all brain-writing skills. ## Deterministic Links All links in brain pages MUST be deterministic (built from actual data, not composed by the LLM). Never guess a URL or path. Build it from the slug, the commit hash, or the API response. - Brain page links: `[page title](type/slug.md)` - Commit links: `[abc1234](https://github.com/{owner}/{repo}/commit/abc1234)` - External links: use the actual URL from the source, never reconstruct it

Installation

Installs to ~/.claude/skills/garrytan-gbrain-_output-rules/SKILL.md

Terminal
mkdir -p ~/.claude/skills/garrytan-gbrain-_output-rules && curl -fsSL https://raw.githubusercontent.com/garrytan/gbrain/HEAD/skills/_output-rules.md -o ~/.claude/skills/garrytan-gbrain-_output-rules/SKILL.md

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

Full documentation available on GitHub

View Source Repository