21 lines
395 B
Markdown
21 lines
395 B
Markdown
# Table of Contents
|
|
|
|
|
|
|
|
# Setup
|
|
|
|
## Installation and Env Vars
|
|
|
|
(install, set env vars)
|
|
|
|
## Configure
|
|
|
|
Make these files/folders
|
|
|
|
- `~/CLAUDE.md`
|
|
- `~/.claude/commands`
|
|
|
|
`CLAUDE.md` at the user level should contain general instructions, code style etc.
|
|
`commands/` should contain Markdown files documenting what's available globally to use, such as token counters, documentation summarizers, etc.
|
|
|