work-logger

work-logger is a skill for Claude Code, Codex from syi0808/screenize. It costs 47 tokens per session (529 once invoked), scanned A, original, Apache-2.0.

A procedure for documenting completed development work and indexing the record in a searchable vector database.

In plain words
What is it for?
It creates work-log templates, records task details and metadata, checks file paths, and adds the finished log to the database using English search data.
Why use it?
It preserves decisions, summaries, and changed files so future tasks can find reliable context from past work.

Skill for Claude CodeCodex

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 skills/syi0808/screenize/work-logger
Any agent
npx skills add syi0808/screenize --skill work-logger
Clone the repo
git clone --depth 1 https://github.com/syi0808/screenize

Made for: Claude Code, Codex.

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 work-logger

README.md
[![agentmods](https://agentmods.dev/badge/skills/syi0808/screenize/work-logger.svg)](https://agentmods.dev/skills/syi0808/screenize/work-logger)
Your own site
<a href="https://agentmods.dev/skills/syi0808/screenize/work-logger"><img src="https://agentmods.dev/badge/skills/syi0808/screenize/work-logger.svg" alt="Measured on agentmods" height="20"></a>
Per session 47 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 529 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.00047 $0.00529
Opus 5 $0.00023 $0.00264
Sonnet 5 $0.00009 $0.00106
Haiku 4.5 $0.00005 $0.00053

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

Security

Grade A, and why

work-logger 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.

The scan reads SKILL.md. This mod also ships 1 executable file (scripts/create_template.py), listed below but not scanned — reading those needs a real analyzer, not pattern matching.

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/work-logger/SKILL.md · 76 lines

What it actually says

WORK LOGGING PROTOCOL

Index completed work for future context retrieval via semantic search.

When to use: Execute /log-work after every meaningful work unit (features, bugs, refactors, config changes).

Step 1: Generate Template

uv run .claude/skills/work-logger/scripts/create_template.py \
  --description "short-description" \
  --type feature|bugfix|refactor|docs|config

Output: private-docs/work-logs/YYYY-MM-DD-short-description.md

Step 2: Populate Log

Edit the generated file:

  • Metadata: Fill tags (YAML array) and files_changed
  • Content: Complete summary, Title, and all sections
  • Quality: Ensure self-contained, searchable text

Step 3: Index to Vector DB

uv run .claude/skills/sqlite-vectordb/scripts/add_entry.py \
  --file "private-docs/work-logs/YYYY-MM-DD-short-description.md" \
  --summary "One-line summary" \
  --tags "tag1,tag2"
  • Language: All indexed data (summary, tags) MUST be in English for vector DB compatibility
  • Integrity: Logs must be understandable in isolation with verified filenames/paths
  • Context: Use project conventions from CLAUDE.md
  • Completeness: Include decisions made and rationale

Valid usage:

# Step 1: Generate
uv run .claude/skills/work-logger/scripts/create_template.py \
  --description "add-user-auth" --type feature

# Step 2: Edit private-docs/work-logs/2026-01-16-add-user-auth.md

# Step 3: Index
uv run .claude/skills/sqlite-vectordb/scripts/add_entry.py \
  --file "private-docs/work-logs/2026-01-16-add-user-auth.md" \
  --summary "Implemented OAuth2 user authentication" \
  --tags "auth,oauth,security"
Files

What ships with it

1 file beside SKILL.md in the same directory: the scripts, references and assets a skill reads on demand. Not counted in the per-session cost; read them before you install if any of them is executable.

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 · 76 lines · 47 tokens per session scan A 5787a916b11f

Subscribe to this mod's changes

work-logger is a skill published in the GitHub repository syi0808/screenize (601 stars, last pushed 3mo ago), licensed Apache-2.0. It adds 47 tokens to every session and 529 once invoked, about $0.0002 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.