Agent skill
handoff-log-update
Append a structured entry to the handoff log when an agent completes work, is blocked, or needs to pass ownership.
Install this agent skill to your Project
npx add-skill https://github.com/majiayu000/claude-skill-registry/tree/main/skills/development/handoff-log-update-cdrguru-portable-agent-kit
Metadata
Additional technical details for this skill
- short description
- Append a structured handoff entry to the log
SKILL.md
Handoff Log Update
When to use
Use when you need to record a handoff, status, or next actions in the append-only log.
Procedure
- Gather the required fields: agent name, summary, handoff target, tasks, and references.
- Run the log update script with explicit flags:
python3 .agent/tools/utilities/update_agent_conversation_log.py \
--agent <agent> \
--summary "<summary>" \
--handoff <next-owner> \
--task "<next task>" \
--reference "<path>"
- Confirm the entry was appended to
.agent/docs/agent_handoffs/agent_conversation_log.md.
Inputs and outputs
- Inputs: agent, summary, handoff target, tasks, references, optional context/status
- Outputs: appended entry in
.agent/docs/agent_handoffs/agent_conversation_log.md
Constraints
- Never edit or delete existing log entries
- Keep summaries and tasks concise
- ASCII-only
Examples
- $handoff-log-update
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
agent-ops-spec
Manage specification documents in .agent/specs/. Use when user provides requirements, acceptance criteria, or feature descriptions that need to be tracked and validated against implementation.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-testing
Test strategy, execution, and coverage analysis. Use when designing tests, running test suites, or analyzing test results beyond baseline checks.
agent-ops-state
Maintain .agent state files. Use at session start, after meaningful steps, and before concluding: read/update constitution/memory/focus/issues/baseline consistently.
Didn't find tool you were looking for?