Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 33 additions & 0 deletions .claude/skills/update-docs/SKILL.md
Original file line number Diff line number Diff line change
@@ -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-<slug>.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.