Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx agentmods add commands/aroyburman-codes/para-second-brain/para-setupgit clone --depth 1 https://github.com/aroyburman-codes/para-second-brainWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/commands/aroyburman-codes/para-second-brain/para-setup)<a href="https://agentmods.dev/commands/aroyburman-codes/para-second-brain/para-setup"><img src="https://agentmods.dev/badge/commands/aroyburman-codes/para-second-brain/para-setup.svg" alt="Measured on agentmods" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5 | $0.00000 | $0.00607 |
| Opus 5 | $0.00000 | $0.00303 |
| Sonnet 5 | $0.00000 | $0.00121 |
| Haiku 4.5 | $0.00000 | $0.00061 |
Grade A, and why
para-setup scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 3d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
How it starts
The opening of the file, as written. The whole thing — 62 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/para-setup
Initialize a PARA (Projects/Areas/Resources/Archive) directory structure on the user's machine.
Usage
/para-setup [path]
- If
[path]is provided, use that as the PARA root directory. - If no path is provided, ask the user where they'd like their PARA system. Default suggestion:
~/para/
Steps
-
Confirm location with the user. Show the default (
~/para/) and let them choose. -
Create the directory tree using
Bash(mkdir -p):{PARA_ROOT}/ ├── Projects/ ├── Areas/ ├── Resources/ └── Archive/ -
Create category READMEs using
Write. Pull content fromskills/para-system/references/templates.md— use the exact README templates defined there for each category (Projects, Areas, Resources, Archive). -
Create 3 starter items with filled-in templates. Pull content from the "Starter Items" section in
skills/para-system/references/templates.md:Projects/my-first-project/
context.md— use the starter project templatenotes/log.md— use the log templateassets/— empty directory
Areas/personal-development/
context.md— use the starter area templatenotes/log.md— use the log templateassets/— empty directory
Resources/useful-references/
context.md— use the starter resource templatenotes/log.md— use the log templateassets/— empty directory
-
Create
.para-config.jsonat the PARA root. Use the config template fromskills/para-system/references/templates.md, replacing{TODAY}with today's date. -
Replace all
{TODAY}placeholders in every file with today's date inYYYY-MM-DDformat. -
Show a summary to the user:
- List the full directory tree created
- Mention the 3 starter items
- Point them to the available commands:
/para-add,/para-capture,/para-review,/para-status - Suggest they start by customizing
my-first-project/context.mdwith a real project
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 3d ago First seen · 62 lines · 0 tokens per session scan A 7bdb90f43529
para-setup is a command published in the GitHub repository aroyburman-codes/para-second-brain (2 stars, last pushed 6mo ago), licensed MIT. It costs nothing until one of its globs matches a file; then it loads 607 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.
Other commands, from other repositories
okf
Command "okf" from kimsanguine/llm-brain, covering 인자 파싱, 기본 private export, 🔴 share-ready gate (외부 공유 전 one-way door), legacy step 1: private dry-run 검토 and legacy step 2: private export.
query
Command "query" from kimsanguine/llm-brain, covering step 1: index.md 검색, step 2: persisted claim ledger 로드, step 3: wiki 기반 답변 and step 4: 연결 요약 출력.
curate
Command "curate" from kimsanguine/llm-brain, covering 인자 파싱, step 1: curate 스크립트 실행, step 2: distill 실행 (--distill 또는 --all 일 때), step 3: reweave 실행 (--reweave 일 때) and step 3.5: 모순 후보 화해 (wiki/contradictionqueue.md 존재 시).
doctor
Command "doctor" from kimsanguine/llm-brain, covering 인자, guided 프로필, 실행, 점검 항목 and 결과 해석.
ingest
Command "ingest" from kimsanguine/llm-brain, covering 인자 파싱, step 1: 스크립트 실행, url 수집, 파일 추가 and 텍스트 노트.
express
Command "express" from kimsanguine/llm-brain, covering 인자 파싱, step 1: express 스크립트 실행, step 2: 콘텐츠 합성 and step 3: 파일 경로 안내.