← ClaudeAtlas

setup-ftrlisted

Initialize for-the-record in .things/ - creates docs directory, registers collection, writes preferences. Required before /add-doc-ftr can store documents.
brennacodes/brenna-plugs · ★ 1 · Data & Documents · score 70
Install: claude install-skill brennacodes/brenna-plugs
<purpose> Initialize the `for-the-record` plugin within `~/.things/`. Creates the docs directory, registers the collection in the registry, writes preferences, and sets up empty index files. </purpose> <steps> <step id="load-config" number="1"> <description>Load Configuration</description> <load-config> <action>Resolve the user's home directory.</action> <command language="bash" output="home" tool="Bash">echo $HOME</command> <constraint>Never pass `~` to the Read tool.</constraint> <read path="<home>/.things/config.json" output="config" /> <if condition="config-missing">Tell the user: "Run `/things:setup-things` first to initialize .things/." Then stop.<exit /></if> <if condition="reconfigure-argument"> <read path="<home>/.things/for-the-record/preferences.json" output="existing-prefs" /> <action>Show current settings as defaults throughout.</action> </if> </load-config> </step> <step id="create-directories" number="2"> <description>Create Plugin Directories</description> ```bash mkdir -p <home>/.things/for-the-record/docs mkdir -p <home>/.things/for-the-record/discussions ``` </step> <step id="gather-preferences" number="3"> <description>Gather Preferences</description> <ask-user-question> <question>What level of detail should documents capture by default?</question> <option label="Concise (Recommended)">Key points, decisions, and outcomes — compac