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-addgit 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-add)<a href="https://agentmods.dev/commands/aroyburman-codes/para-second-brain/para-add"><img src="https://agentmods.dev/badge/commands/aroyburman-codes/para-second-brain/para-add.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.1 | $0.00000 | $0.00632 |
| Opus 5 | $0.00000 | $0.00316 |
| Sonnet 5 | $0.00000 | $0.00126 |
| Haiku 4.5 | $0.00000 | $0.00063 |
Grade A, and why
para-add 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 6d 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 — 70 lines — stays where its author put it; the contents beside it link to each section on GitHub.
/para-add
Add a new item to any PARA category with the appropriate template.
Usage
/para-add <category> <name>
<category>— one of:projects,areas,resources(case-insensitive)<name>— kebab-case name for the item (e.g.,website-redesign,book-notes)
Examples:
/para-add projects website-redesign
/para-add areas health-fitness
/para-add resources python-notes
Steps
-
Find the PARA root. Look for
.para-config.jsonin common locations:- Current working directory
~/para/- Walk up from current directory
If not found, tell the user to run
/para-setupfirst. -
Validate the category. Must be one of Projects, Areas, Resources. Normalize to title case for the directory name. If the user tries to add to Archive, explain that Archive is for moved items and suggest the right category.
-
Normalize the name. Convert to lowercase-kebab-case if not already.
-
Check if item already exists. If
{PARA_ROOT}/{Category}/{name}/exists, warn the user and ask if they want to overwrite. -
Create the item directory structure:
{Category}/{name}/ ├── context.md ├── notes/ │ └── log.md └── assets/ -
Use the right template from
skills/para-system/references/templates.md:- Projects → Project Template (replace
{PROJECT_NAME}with the item name, title-cased) - Areas → Area Template (replace
{AREA_NAME}with the item name, title-cased) - Resources → Resource Template (replace
{RESOURCE_NAME}with the item name, title-cased)
- Projects → Project Template (replace
-
Create
notes/log.mdusing the Log Template. Replace{TODAY}with today's date. -
Replace all
{TODAY}placeholders with today's date inYYYY-MM-DDformat. -
Create
assets/directory usingBash(mkdir -p). -
Show confirmation with the path to the new item and suggest the user fill in
context.md.
If Arguments Are Missing
- No category: Ask "Which category? Projects, Areas, or Resources?"
- No name: Ask "What would you like to call this item?" and suggest kebab-case format.
- Both missing: Ask both questions.
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.
- 6d ago First seen · 70 lines · 0 tokens per session scan A cb6f1c922fec
para-add 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 632 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
daily-okr
Run a daily knowledge compound loop (7 KR). Invoke with /daily-okr or "start my daily review".
replay
Summarize one Agent Monitor session by id — header plus a concise transcript recap.
firm
Convene your standing AI staff — memos on every beat, a board session without you, minutes with dissent preserved.
ship-an-mcp-server
Workflow recipe — make your product agent-usable by chaining 4 skills, spec to pricing.
rescue-an-account
Workflow recipe — diagnose an at-risk customer and build the full save play through to renewal by chaining 4 skills.
setup-context
Set up your Skill Memory — a pm-context.md every skill reads so outputs come back tailored to you.