recover-context
Extract full context of the last task from the most recent parent session
Log the work segment that you did after the last work log until now in a
$ npx -y skills add pchalasani/claude-code-tools --skill log-work --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
/log-workContext preview
The summary Claude sees to decide when to auto-load this skill.
Log the work segment that you did after the last work log until now in a
name: log-work description: Log the work segment that you did after the last work log until now in a log file at WORKLOG/YYYYMMDD.md where YYYYMMDD is based on today's date. The intent of this worklog is not to be exhaustive and super detailed. It is meant more as a very concise description plus, importantly, REFERENCES to more detailed documents such as code files or markdown documents, etc. This allows humans as well as AI agents to only refer to these additional documents if they want details. This is the progressive disclosure principle.
1. create the file WORKLOG/YYYYMMDD.md if it doesn't already exist. 2. if the file exists, append a new TOP-LEVEL markdown section to it. 3. When you add a section, follow this format for the section header, so it has HH:MM timestamp followed by suitable concise topic
# 13:45 Added feature xyz
In the log section include a CONCISE set of items such as the following (Not all may apply to all situations, use your judgement):
Practical productivity tools for Claude Code, Codex-CLI, and similar CLI coding agents.
Repo: pchalasani/claude-code-tools
Extract full context of the last task from the most recent parent session
For CLI agents WITHOUT subagent support (e.g., Codex CLI). Search previous code agent sessions for specific work, decisions, or code patterns.
Create, review, run, inspect, pause, resume, and cancel durable JavaScript workflows that coordinate multiple headless Codex agents. Use for dynamic fan-out…
Register an existing GitHub issue so the current Codex or Claude Code session is woken when its first future comment arrives. Use when work is genuinely…