From 16295f3d3818d4eff3c537160e5898acbbd81394 Mon Sep 17 00:00:00 2001 From: mie035 Date: Sat, 14 Feb 2026 21:53:34 +0900 Subject: [PATCH] feat: add update-docs skill Co-Authored-By: Claude Opus 4.6 --- .claude/skills/update-docs/SKILL.md | 33 +++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 .claude/skills/update-docs/SKILL.md diff --git a/.claude/skills/update-docs/SKILL.md b/.claude/skills/update-docs/SKILL.md new file mode 100644 index 0000000..200fa08 --- /dev/null +++ b/.claude/skills/update-docs/SKILL.md @@ -0,0 +1,33 @@ +--- +name: update-docs +description: Update docs/log with recent session activity +argument-hint: "[optional focus area]" +allowed-tools: Bash, Read, Write, Edit, Glob, Grep +--- + +# Update Docs + +Organize and append recent session activity to `docs/log/`. + +## Steps + +1. Check existing files in `docs/log/` +2. Review recent git log and session conversation to summarize work done +3. Append to the relevant log file. Create a new file if it's a new topic + +## File Naming + +`NNNN-.md` (e.g., `0001-initial-setup.md`, `0002-api-tests.md`) + +## Writing Rules + +- Record what was done, what was decided, and what was discarded +- Keep it concise. Do not paste code +- Track completed items with checklists + +## Scope + +- `docs/log/` — session logs and work records +- Do not modify `docs/plan/` (plans are managed separately) + +Use $ARGUMENTS as additional context for what to focus on.