captains-log

Manage shared session logs across multiple agents with key events and state changes.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/ammonfife/sakima.co --skill captains-log
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: captains-log
Source: https://github.com/ammonfife/sakima.co/tree/main/.claude/skills/captains-log
Command: npx skills add https://github.com/ammonfife/sakima.co --skill captains-log

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires Turso, and includes scripts (resource) components.

What problem does it solve?

This Skill helps manage and retrieve shared logs across different agents, ensuring a coherent and accessible record of session activities and state changes.

Core Features & Use Cases

  • Shared Log: Centralizes logs for all agents in a system, making it easy to follow and understand the sequence of events.
  • Session Tracking: Provides a trail of actions, completions, and topic shifts during a session for better context.
  • Use Case: When a user or agent needs to document their actions, reference previous work, or hand off tasks to another agent, this Skill helps maintain an accurate and up-to-date log.

Quick Start

To add an entry to the log, use the command: /captains-log add --topic=your-topic --summary=your-summary

Frequently Asked Questions about captains-log

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I maintain shared state and session logs across multiple AI agents?

You can maintain shared state across multiple agents by centralizing session logs in a database, capturing key events, tasks, and state changes so all agents access a common activity record.

What is the best way to track agent coordination and log management in Claude Code?

Agent coordination in Claude Code is managed by logging session activities to a shared log, allowing agents to document actions, reference previous work, and hand off tasks to another agent.

Does session tracking with shared logs require a Turso database setup?

Yes, session tracking requires a Turso database dependency to store and retrieve the shared logs, and proper session and identity setup is required for logging entries.

How do I add an entry to a shared agent log for session tracking?

To add an entry to the shared log, use the command `/captains-log add --topic=your-topic --summary=your-summary` to capture the specific topic and summary of the event.

Can I use shared log management for OpenClaw environments to track state changes?

Yes, shared log management is designed for OpenClaw environments, ensuring all agents have access to a coherent and accessible record of state changes and session activities.

When do I need centralized log management for agent session tracking?

You need centralized log management when multiple agents require a trail of actions, completions, and topic shifts during a session to provide better context for task handoffs.