AGENT README banner
garrytan garrytan

AGENT README

Documentation community

Description

# Agent onboarding — what to do with the files in this directory You (the agent) are running on a host that scaffolded gbrain skills here. This file is the operating contract. Read it on every cold start. It is short on purpose. ## What lives in this directory ``` skills/ _AGENT_README.md ← you are here _brain-filing-rules.md ← where to file brain pages (read on every write) _output-rules.md ← output quality standards (no LLM slop, exact phrasing) _friction-protoc

Installation

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

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

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

Full documentation available on GitHub

View Source Repository