ワンクリックで
ingest-n11
Pull and log work entries from n11
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Pull and log work entries from n11
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Sweep Wolf calendars and the DMP calendar for OoO mirroring, tag-line normalization, and DMP conflict detection. Auto mode is silent and runs once per day, fired by the first worklog-touching skill that creates today's worklog file. Interactive mode (default) does the full sweep.
Log a notable accomplishment
Systematic code audit of a Python codebase against DMP standards
Ship completed work — direct release or PR
Find what to work on next — pulls from Jira, OmniFocus, and local inbox/TODO
Log commute time to daily work log
| name | ingest-n11 |
| description | Pull and log work entries from n11 |
| argument-hint | |
| allowed-tools | Read, Write, Edit, Bash, AskUserQuestion |
Pull pending worklog drop files from n11 and create worklog entries.
Read ~/Vaults/Notes/0-log/worklog/CLAUDE.md for the canonical worklog
format — frontmatter schema, entry format, duration short forms, and client
attribution rules.
Pull drop files from n11:
mkdir -p /tmp/worklog-drop
scp n11:~/worklog-drop/*.yaml /tmp/worklog-drop/
If no files are found, report "No pending entries on n11" and stop.
Read each drop file in /tmp/worklog-drop/. Each contains:
title: "Entry title"
duration: "1.5h"
client: DMP
tickets: [SE-2856]
description: |
Brief description.
Show the user a summary of all entries to be ingested. Ask for confirmation before writing.
For each entry, append to today's worklog file at
~/Vaults/Notes/0-log/worklog/YYYY/MM/YYYY-MM-DD.md:
Clean up:
ssh n11 'rm ~/worklog-drop/*.yaml'rm /tmp/worklog-drop/*.yamlConfirm: List the entries that were created.
n11 hostname must be resolvable via SSH config on the work laptop.