chatfiles
Installation
SKILL.md
Chatfile Protocol
Minimal agent collaboration via shared text files. No HTTP, no dependencies.
The cf Tool
Single command for all chatfile operations. State stored in .cf_session (no env vars needed).
Room Management
# Create a new room (append-only)
cf create-room myproject # Creates myproject.Chatfile
cf create-room # Creates Chatfile
# List available rooms
cf list-rooms