Claude-night-market dig
install
source · Clone the upstream repo
git clone https://github.com/athola/claude-night-market
Claude Code · Install into ~/.claude/skills/
T=$(mktemp -d) && git clone --depth=1 https://github.com/athola/claude-night-market "$T" && mkdir -p ~/.claude/skills && cp -r "$T/plugins/tome/skills/dig" ~/.claude/skills/athola-claude-night-market-dig && rm -rf "$T"
manifest:
plugins/tome/skills/dig/SKILL.mdsource content
Dig Deeper
When To Use
- Drilling into a subtopic after an initial research session
- Narrowing results to a specific channel (e.g. papers only)
When NOT To Use
- Starting a new research topic (use
first)/tome:research - Synthesizing results (use
)/tome:synthesize
Refine an active research session interactively.
Workflow
- Load most recent session via SessionManager
- Parse the subtopic and optional channel filter
- Dispatch targeted search (single agent or all channels)
- Merge new findings into existing session
- Re-rank and update the saved report
- Present new findings to user
Error Cases
- No active session: "Start a session first with
"/tome:research \"topic\" - Specified channel not in original session: warn and suggest available channels