Claude Agents Marketplace
← Back to Skills
skillClaude Code ≥ 1.0/log

log

Session wrap-up. Full "логируем" protocol (A7) — git commit + Obsidian daily/project update + HANDOFF/SESSION_STATE + notion-sync. Invoke on "/log", "логируем", "залогируй", "wrap up".

  • workflow

Install

~/.claude/skills/log/SKILL.md
Execute the 4-step logging protocol from CLAUDE.md A7.

## Step 1 — git commit (if there are changes)

In each affected project directory:
```bash
git status
```
If changes exist and user hasn't said "no commit" — stage, write Conventional Commit message, commit. Never use `--no-verify` or `--force`.

## Step 2 — Obsidian

- ` — append today's work (what was done, per project). Create file if missing.
- `>.md` — if status / version / recent changed, update YAML frontmatter (keep `version:` field — see feedback_version_badges) and Recent/Next sections.

## Step 3 — Claude memory

- ` — что начато/приостановлено, с чего продолжить.
- ` — живой статус всех проектов.

## Step 4 — Notion sync

```bash
node 
```

Report: what was committed, which vault/memory files touched, notion-sync result. S

Paste into ~/.claude/skills/log/SKILL.md and Claude Code will pick it up on next session.

Definition

Execute the 4-step logging protocol from CLAUDE.md A7.

Step 1 — git commit (if there are changes)

In each affected project directory: §§SHIKI0§§ If changes exist and user hasn't said "no commit" — stage, write Conventional Commit message, commit. Never use --no-verify or --force.

Step 2 — Obsidian

  • ` — append today's work (what was done, per project). Create file if missing.
  • >.md — if status / version / recent changed, update YAML frontmatter (keep version: field — see feedback_version_badges) and Recent/Next sections.

Step 3 — Claude memory

  • ` — что начато/приостановлено, с чего продолжить.
  • ` — живой статус всех проектов.

Step 4 — Notion sync

node 

Report: what was committed, which vault/memory files touched, notion-sync result. State pass/fail per step.

If $ARGUMENTS contains project name — scope commit+vault updates to that project only.