ai-agent-memory: Skill for Claude Code

.claude/skills/plan-week/SKILL.md

plan-week is a skill for Claude Code from ozgurkarahan/ai-agent-memory. It costs 69 tokens per session (390 once invoked), scanned A, original, MIT.

A weekly planning procedure for a personal knowledge wiki and its related projects. It gathers unfinished tasks and last week’s carry-over items into a plan for the upcoming ISO week.

In plain words
What is it for?
Use it with “plan week,” “Monday plan,” or “/plan-week.” It creates a missing weekly file when needed, collects open todo items, optionally checks connected work data, drafts a topic-grouped plan, and shows the proposed changes for confirmation.
Why use it?
It reduces the chance of forgetting open tasks or carrying work forward without reviewing it. Grouping tasks by topic makes the week’s priorities easier to scan.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is ozgurkarahan/ai-agent-memory's own configuration. It tells Claude Code how to work on ai-agent-memory itself, so it is not a mod to install elsewhere. Copy it as a starting point and replace the rules that are about this project. Everything ai-agent-memory configures →

Reuse

Borrowing it

Nothing to install: this file belongs to ozgurkarahan/ai-agent-memory. Take a copy, put it at the same path in your own repository, and replace the rules that are about this project with yours.

Copy the file
curl -O https://raw.githubusercontent.com/ozgurkarahan/ai-agent-memory/master/.claude/skills/plan-week/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/ozgurkarahan/ai-agent-memory

Made for: Claude Code.

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 plan-week

README.md
[![agentmods](https://agentmods.dev/badge/skills/ozgurkarahan/ai-agent-memory/plan-week.svg)](https://agentmods.dev/skills/ozgurkarahan/ai-agent-memory/plan-week)
Your own site
<a href="https://agentmods.dev/skills/ozgurkarahan/ai-agent-memory/plan-week"><img src="https://agentmods.dev/badge/skills/ozgurkarahan/ai-agent-memory/plan-week.svg" alt="Measured on agentmods" height="20"></a>
Per session 69 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 390 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
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.00069 $0.00390
Opus 5 $0.00034 $0.00195
Sonnet 5 $0.00014 $0.00078
Haiku 4.5 $0.00007 $0.00039

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

Security

Grade A, and why

plan-week 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 7d 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/skills/plan-week/SKILL.md · 25 lines

What it actually says

Plan Week

When the user says "plan week", "Monday plan", or "/plan-week":

Resolve the memory root

Resolve WIKI_ROOT using memory/schema.md, then schema.md, then the pointer in AGENT.md. Stop with the missing path if none contains both schema.md and index.md. All paths below are relative to WIKI_ROOT.

  1. Resolve active ISO week (TZ Europe/Paris) → ops/weekly/2026-W{NN}.md. If missing, create the minimal weekly skeleton defined by the ingest skill.
  2. Lift carry-over from prior week's ### Seed for W{NN} block.
  3. Find open - [ ] todos recursively under wiki/, prioritizing pages updated in the last 14 days.
  4. Optionally use any connected work-data source available to the agent for the next 7 days of calendar, flagged mail, or open collaboration threads. Skip this step when no such tool is available.
  5. Draft ## 🎯 Monday plan grouped by ### [[topic]]. Show diff. User confirms.
  6. Update touches: [] frontmatter with topic slugs touched. Bump date_updated.

Anti-patterns:

  • ❌ Do not write to ops/activity.jsonl — planning ≠ work.
  • ❌ Do not auto-resolve todos.
  • ❌ Topics must be slugs in index.md — else group under ### unmapped.
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. 7d ago First seen · 25 lines · 69 tokens per session scan A 8a0b00d28a9d

Subscribe to this mod's changes

plan-week is a skill published in the GitHub repository ozgurkarahan/ai-agent-memory (8 stars, last pushed 1mo ago), licensed MIT. It adds 69 tokens to every session and 390 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-31.