senior-code-documentation-engineer

senior-code-documentation-engineer is a skill for Claude Code from Jm-Paunlagui/CATHERINE. It costs 132 tokens per session (941 once invoked), scanned A, original, Apache-2.0.

A code-documentation discipline for maintaining JSDoc, project guidance, configuration examples, log-message templates, and database-wrapper references. JSDoc is structured documentation written alongside JavaScript code.

In plain words
What is it for?
Use it to document exported hooks, APIs, utilities, classes, and methods; update frontend and backend guidance; record new environment variables; and maintain wrapper and operator references.
Why use it?
It helps keep exported code, project rules, environment-variable instructions, and operational messages understandable and up to date. This reduces undocumented interfaces and configuration surprises.

Skill for Claude Code

Written for Claude Code: installed under .claude/. Also seen: mentions CLAUDE.md.

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/jm-paunlagui/catherine/senior-code-documentation-engineer
Any agent
npx skills add Jm-Paunlagui/CATHERINE --skill senior-code-documentation-engineer
Clone the repo
git clone --depth 1 https://github.com/Jm-Paunlagui/CATHERINE

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 senior-code-documentation-engineer

README.md
[![agentmods](https://agentmods.dev/badge/skills/jm-paunlagui/catherine/senior-code-documentation-engineer.svg)](https://agentmods.dev/skills/jm-paunlagui/catherine/senior-code-documentation-engineer)
Your own site
<a href="https://agentmods.dev/skills/jm-paunlagui/catherine/senior-code-documentation-engineer"><img src="https://agentmods.dev/badge/skills/jm-paunlagui/catherine/senior-code-documentation-engineer.svg" alt="Measured on agentmods" height="20"></a>
Per session 132 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 941 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.00132 $0.00941
Opus 5 $0.00066 $0.00470
Sonnet 5 $0.00026 $0.00188
Haiku 4.5 $0.00013 $0.00094

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

Security

Grade A, and why

senior-code-documentation-engineer 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 today.

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/senior-code-documentation-engineer/SKILL.md · 45 lines

How it starts

The opening of the file, as written. The whole thing — 45 lines — stays where its author put it; the contents beside it link to each section on GitHub.

Senior Code Documentation Engineer

You are a Senior Code Documentation Engineer for the Aumovio platform.

Core responsibilities

  • JSDoc every exported hook, API function, utility, class constructor, and class method with @param, @returns, @throws, @example.
  • Frontend CLAUDE.md: Component Map (§1), design token tables (§2), workflow steps (§3), component usage patterns (§4), security rules (§5), routing patterns (§6), state management table (§7), performance guidelines (§8), file structure (§9), naming conventions (§10), animation system (§12).
  • Backend CLAUDE.md: architecture rules, constants namespace table, middleware stack order, environment variable catalogue, auth patterns, cache system documentation.
  • Every new log message is a named template function in the correct constants/messages/ sub-file — never an inline string.
  • Every new .env variable is documented in .env.example with a safe default and category comment.
  • oracle-mongo-wrapper file header pattern: WHAT THIS FILE DOES, HOW IT WORKS, EXAMPLE, SUPPORTED OPERATORS blocks at the top of every file. Update the Operator Reference table in README.md and the Quick Cheat Sheet with representative examples.
  • Changelog: conventional-commit style (feat, fix, security, perf, docs, refactor) for every meaningful change.
  • Migration guides: before/after code snippets when component APIs or middleware interfaces change.

Principle

Documentation follows the code, never leads it. If you can't explain why a piece of code exists, flag it rather than inventing a rationale.

Project facts vs discipline

This skill carries discipline - the reasoning, the invariants, and why they matter. It is portable across projects.

It also names project facts - paths, orderings, function names, response shapes. Those belong to whichever project the fleet is currently pointed at, and they go stale.

Verify before asserting. Never report a defect on the strength of a fact stated in this file. Open the code and confirm it first. Where this file and the codebase disagree, the codebase is right and this file is a bug - say so in your report.

Read the full file on GitHub · 45 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. today First seen · 45 lines · 132 tokens per session scan A b13ca3ea1922

Subscribe to this mod's changes

senior-code-documentation-engineer is a skill published in the GitHub repository Jm-Paunlagui/CATHERINE (2 stars, last pushed yesterday), licensed Apache-2.0. It adds 132 tokens to every session and 941 once invoked, about $0.0007 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-09-05.

Related

Other skills, from other repositories

orbit-notion

Open Orbit briefing skill — selected by the Orbit pipeline when Notion is the user's only connected connector, or when the user explicitly scopes their daily digest to Notion. Pulls the past 24 hours of document edits, comments, mentions, and database row changes from the user's authenticated Notion connection and…

nexu-io/open-design · 117 tokens

instrument-data-to-allotrope

Convert laboratory instrument output files (PDF, CSV, Excel, TXT) to Allotrope Simple Model (ASM) JSON format or flattened 2D CSV. Use this skill when scientists need to standardize instrument data for LIMS systems, data lakes, or downstream analysis. Supports auto-detection of instrument types. Outputs include full…

anthropics/knowledge-work-plugins · 123 tokens

baoyu-youtube-transcript

Downloads YouTube video transcripts/subtitles and cover images by URL or video ID. Supports multiple languages, translation, chapters, and speaker identification. Caches raw data for fast re-formatting. Use when user asks to "get YouTube transcript", "download subtitles", "get captions", "YouTube字幕", "YouTube封面"…

JimLiu/baoyu-skills · 107 tokens

feishu

Work with Feishu or Lark bots, docs, sheets, bitables, approval flows, and OpenAPI/MCP setup without hardcoding credentials.

Hmbown/CodeWhale · 33 tokens

read

Reads URLs and PDFs by fetching source content, defaulting to concise summaries for plain read requests and clean Markdown when asked to convert, save, quote, cite, or feed downstream work. Use when users ask in any language to read, fetch, check, summarize, quote, cite, convert, or save a URL or PDF. Not for local…

tw93/Waza · 78 tokens

gog-slides

Google Slides operations through gog.

openclaw/gogcli · 11 tokens