get_starter_file
Get the REAL Brainfile free-tier starter files — the on-ramp that turns generic Claude into a project that remembers you. Full text, no account needed. Files: INTERVIEW-ME.md (first-session interview that personalizes your CLAUDE.md), START-HERE.md (orientation + first prompt), CLAUDE.starter.md (starter operating-system playbook). Omit 'name' to get all three.
Parameters1
| name | string | optional | Which starter file to fetch. Omit for all three. |
Raw schema
{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Which starter file to fetch. Omit for all three.",
"enum": [
"INTERVIEW-ME.md",
"START-HERE.md",
"CLAUDE.starter.md"
]
}
}
}