personal

An activation helper for personal-life topics such as family, health, appointments, errands, emotions, home, pets, hobbies, and travel.

In plain words
What is it for?
Use it for personal planning, health or fitness discussions, calendar and appointment logistics, relationships, household tasks, and other non-work matters.
Why use it?
It makes the relevant personal information available when a conversation concerns day-to-day life, while keeping unrelated work and coding topics separate.

Command for Claude Code

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/marciopuga/cog/personal
Clone the repo
git clone --depth 1 https://github.com/marciopuga/cog

Made for: Claude Code.

Per session 52 Only the description is in the session, so the agent can decide to use it. The body loads when it is invoked.
When invoked 281 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 $0.00052 $0.00281
Opus 5 $0.00026 $0.00140
Sonnet 5 $0.00010 $0.00056
Haiku 4.5 $0.00005 $0.00028

Measured 3d ago against content hash b6fd1e244c8d, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

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

.claude/commands/personal.md · 24 lines

What it actually says

Use this skill when the user discusses personal life topics. Trigger if the conversation involves:

  • Family members, friends, or personal relationships
  • Health, fitness, diet, sleep, or medical topics
  • Personal calendar, appointments, errands, or day-to-day logistics
  • Emotions, mood, or personal reflections
  • Home, pets, hobbies (non-coding), travel plans Do NOT trigger for topics belonging to other domains (work, coding projects, career development).

Activation

  1. Resolve the memory path: $COG_HOME/memory/ if COG_HOME is set, otherwise ~/cog/memory/.
  2. Read memory/personal/hot-memory.md.
  3. Load further files per the Memory Retrieval Protocol in the cog skill, scoped to memory/personal/ (domain file list in memory/domains.yml; archived data via memory/glacier/index.md, domain=personal).
  4. Write using the artifact formats and file edit patterns defined in the cog skill — never redefine them here.
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. 3d ago First seen · 24 lines · 52 tokens per session scan A b6fd1e244c8d

Subscribe to this mod's changes

personal is a command published in the GitHub repository marciopuga/cog (376 stars, last pushed 1mo ago), licensed MIT. It adds 52 tokens to every session and 281 once invoked, about $0.0003 per session on Opus 5. 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-30.