Shiplog Shiplog
Automatic project tracking, progress management, and background quality agents for Claude Code
install
source · Clone the upstream repo
git clone https://github.com/aadivar/shiplog
Claude Code · Install into ~/.claude/skills/
git clone --depth=1 https://github.com/aadivar/shiplog ~/.claude/skills/aadivar-shiplog-shiplog
manifest:
SKILL.mdsource content
Shiplog
Automatic project tracking, progress management, and background quality agents for Claude Code.
Commands
— Initialize project tracking/shiplog init
— Show project dashboard/shiplog status
— Create a new feature/shiplog feature <name>
— Start a new sprint/shiplog sprint <n>
— Trigger background agents manually/shiplog review
— View/edit configuration/shiplog config
What It Does
Shiplog gives every project persistent memory and automatic progress tracking:
- Session start: Reads
so Claude picks up where you left offdocs/PROGRESS.md - During work: Tracks features, architecture decisions, and security
- After commits: Background agents automatically update specs, PRD status, security reviews, and memory
Getting Started
Run
/shiplog init in your project to set up tracking.