Agent skill
log-work
Install this agent skill to your Project
npx add-skill https://github.com/pchalasani/claude-code-tools/tree/main/plugins/workflow/skills/log-work
SKILL.md
log-work
- create the file WORKLOG/YYYYMMDD.md if it doesn't already exist.
- if the file exists, append a new TOP-LEVEL markdown section to it.
- 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):
- the session_id of the current session
- any text/md file(s) you CREATED and their purpose
- any text/md file(s) you READ as part of the current task
- short description of what you just did, including any results you got
- which code files were created/changed
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
msg
Inter-agent communication via the msg CLI. Use this when you need to send messages to other agent sessions, read incoming messages, or coordinate with other agents in tmux panes.
code-walk-thru
Use this when user wants you to walk through (code or text) files in a EDITOR to either explain how some code works, or to show the user what changes you made, etc. You would typically use this repeatedly to show the user your changes or code files one by one, sometimes with specific line-numbers. This way the user is easily able to follow along in their favorite EDITOR as you point at various files possibly at specific line numbers within those files.
make-issue-spec
socratic-quiz
Use this when the user wants to deeply understand something through guided questioning. Trigger phrases include: "quiz me", "help me understand", "Socratic", "teach me", "walk me through with questions", "test my understanding", or when the user asks for an explanation and would benefit more from guided discovery than a direct answer.
tmux-cli
CLI utility to communicate with other CLI Agents or Scripts in other tmux panes; use it only when user asks you to communicate with other CLI Agents or Scripts in other tmux panes.
session-search
For CLI agents WITHOUT subagent support (e.g., Codex CLI). Search previous code agent sessions for specific work, decisions, or code patterns.
Didn't find tool you were looking for?