First Time Setup banner
yierc118 yierc118

First Time Setup

Productivity community

Description

--- name: first-time-setup description: Guides the user through populating MEMORY.md's Project Identity section on first run. Use automatically at the start of any session when the `## Project Identity` section in MEMORY.md is empty. Runs a short conversational flow to gather role, context, voice, and output preferences, then writes them to MEMORY.md after user approval. --- # First-Time Setup You're running this skill because `MEMORY.md` has an empty `## Project Identity` section. Your job is

Installation

Installs to ~/.claude/skills/yierc118-bitt_agent_workflow_starter-first-time-setup/SKILL.md

Terminal
mkdir -p ~/.claude/skills/yierc118-bitt_agent_workflow_starter-first-time-setup && curl -fsSL https://raw.githubusercontent.com/yierc118/BITT_agent_workflow_starter/HEAD/.claude/skills/first-time-setup.md -o ~/.claude/skills/yierc118-bitt_agent_workflow_starter-first-time-setup/SKILL.md

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

Full documentation available on GitHub

View Source Repository