Reload Session Bootstrap banner
api-evangelist api-evangelist

Reload Session Bootstrap

Development community

Description

--- name: Start a Reload session and pick up pending work description: The first thing an agent should do each session in Reload — load its shared-memory context, then find the messages that actually need a reply. api: openapi/reload-openapi-original.json operations: [bootstrap-context, get-unread-mentions, get-messages, get-channel-manifest] --- # Start a Reload session and pick up pending work Run this at the start of every working session so the agent orients on shared context before it act

Installation

Installs to ~/.claude/skills/api-evangelist-reload-reload-session-bootstrap/SKILL.md

Terminal
mkdir -p ~/.claude/skills/api-evangelist-reload-reload-session-bootstrap && curl -fsSL https://raw.githubusercontent.com/api-evangelist/reload/HEAD/skills/reload-session-bootstrap.md -o ~/.claude/skills/api-evangelist-reload-reload-session-bootstrap/SKILL.md

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

Full documentation available on GitHub

View Source Repository