compabob: Skill for Claude Code

.claude/skills/weekly-review/SKILL.md

weekly-review is a skill for Claude Code from chacosoldier/compabob. It costs 54 tokens per session (485 once invoked), scanned A, original, MIT.

An end-of-week review that gathers daily notes, decisions, meetings, and open commitments into a short summary.

In plain words
What is it for?
Reviewing what was completed, what slipped, and which commitments are owed to others or yourself. It also proposes three priorities for the following week.
Why use it?
It replaces the need to reconstruct the week from scattered notes. It also keeps unfinished work and next week's priorities visible.

Skill for Claude Code

Written for Claude Code: installed under .claude/.

This is chacosoldier/compabob's own configuration. It tells Claude Code how to work on compabob 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 compabob configures →

Reuse

Borrowing it

Nothing to install: this file belongs to chacosoldier/compabob. 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/chacosoldier/compabob/main/.claude/skills/weekly-review/SKILL.md
Clone the repo
git clone --depth 1 https://github.com/chacosoldier/compabob

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 weekly-review

README.md
[![agentmods](https://agentmods.dev/badge/skills/chacosoldier/compabob/weekly-review.svg)](https://agentmods.dev/skills/chacosoldier/compabob/weekly-review)
Your own site
<a href="https://agentmods.dev/skills/chacosoldier/compabob/weekly-review"><img src="https://agentmods.dev/badge/skills/chacosoldier/compabob/weekly-review.svg" alt="Measured on agentmods" height="20"></a>
Per session 54 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 485 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.00054 $0.00485
Opus 5 $0.00027 $0.00243
Sonnet 5 $0.00011 $0.00097
Haiku 4.5 $0.00005 $0.00049

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

Security

Grade A, and why

weekly-review 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/weekly-review/SKILL.md · 61 lines

What it actually says

Weekly Review

Produce a terse end-of-week summary that captures what changed and what is still owed.

Steps

  1. Determine the Week. Confirm the ISO week (e.g. 2026-W21). Use date or the inject-now hook.

  2. Gather inputs. Read:

    • vault/Daily/ — all daily notes from Monday through today (or the last 7 days). Pull ## Priorities, ## Completed, and any ## Reflection sections.
    • vault/Decisions/ — any decision records dated this week.
    • memory/topics/ — entries modified this week (check memory/MEMORY.md for the index).
    • If meeting notes exist in vault/, scan recent ones for open action items.
  3. Synthesize five sections:

    • Done — what was completed (shipped, merged, decided, closed).
    • Slipped — what was planned but not done; carry-forward items.
    • Decisions — key decisions made (link to vault/Decisions/ files).
    • Owed to others — commitments the user owes to someone else.
    • Owed to self — commitments the user made to themselves.
  4. Propose top 3 priorities for next week. Base them on the slip-list and the most consequential pending commitments. One sentence each.

  5. Write to vault (optional). Ask the user; if they approve, write to vault/Weekly/YYYY-WW.md.

Output

Lead with one sentence summarising the week. Then:

## Weekly Review — YYYY-WW

**Done**
- ...

**Slipped**
- ...

**Decisions**
- ...

**Owed to others**
- ...

**Owed to self**
- ...

### Next week's top 3
1. ...
2. ...
3. ...

Terse and scannable. Omit any empty section. End with no closing line.

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 · 61 lines · 54 tokens per session scan A 823df29b81ae

Subscribe to this mod's changes

weekly-review is a skill published in the GitHub repository chacosoldier/compabob (32 stars, last pushed 2mo ago), licensed MIT. It adds 54 tokens to every session and 485 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.