para-add

para-add is a command for Claude Code from aroyburman-codes/para-second-brain. It costs 0 tokens per session (632 once invoked), scanned A, original, MIT.

A command for organizing notes with the PARA method, which groups information into Projects, Areas, Resources, and Archive. It creates a new item using the expected folder and file template.

In plain words
What is it for?
Use it to add a project, ongoing area, or resource such as website-redesign, health-fitness, or python-notes.
Why use it?
It avoids manually finding the PARA folder, choosing the right structure, and creating standard files for each item.

Command for Claude Code

Written for Claude Code: shipped in a Claude Code plugin.

Part of the para-second-brain plugin — 1 skill, 5 commands shipped together

Install

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.

agentmods
npx agentmods add commands/aroyburman-codes/para-second-brain/para-add
Clone the repo
git clone --depth 1 https://github.com/aroyburman-codes/para-second-brain

Made for: Claude Code.

Or install para-second-brain, the plugin that ships this one along with the rest of its 1 skill, 5 commands.

Wrote 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.

agentmods badge for para-add

README.md
[![agentmods](https://agentmods.dev/badge/commands/aroyburman-codes/para-second-brain/para-add.svg)](https://agentmods.dev/commands/aroyburman-codes/para-second-brain/para-add)
Your own site
<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>
Per session 0 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 632 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

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.

ModelPer sessionOnce 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

Measured 6d ago against content hash cb6f1c922fec, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-06, from the pricing page.

Security

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.

commands/para-add.md · 70 lines

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

  1. Find the PARA root. Look for .para-config.json in common locations:

    • Current working directory
    • ~/para/
    • Walk up from current directory

    If not found, tell the user to run /para-setup first.

  2. 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.

  3. Normalize the name. Convert to lowercase-kebab-case if not already.

  4. Check if item already exists. If {PARA_ROOT}/{Category}/{name}/ exists, warn the user and ask if they want to overwrite.

  5. Create the item directory structure:

    {Category}/{name}/
    ├── context.md
    ├── notes/
    │   └── log.md
    └── assets/
    
  6. 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)
  7. Create notes/log.md using the Log Template. Replace {TODAY} with today's date.

  8. Replace all {TODAY} placeholders with today's date in YYYY-MM-DD format.

  9. Create assets/ directory using Bash(mkdir -p).

  10. 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.

Read the full file on GitHub · 70 lines

Changes

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.

  1. 6d ago First seen · 70 lines · 0 tokens per session scan A cb6f1c922fec

Subscribe to this mod's changes

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.