Skip to content
Development
Command

/dig

Interactively refine research results by searching deeper into a specific subtopic or channel. Requires an active research session from /tome:research.

From plugin
claude-night-market
325163 skills59 agents163 commands1 MCP
Install
$ npx -y skills add athola/claude-night-market --agent claude-code

How it fires

How this command gets triggered: by you, by Claude, or both.

  • Fires itselfClaude auto-loads it when your prompt matches the work.
  • You can call itInvoke it directly when you want it.
  • Slash command/dig

Context preview

What this command does when you run it.

Interactively refine research results by searching deeper into a specific subtopic or channel. Requires an active research session from /tome:research.

Command definition

dig.md
name: dig
description: >-
  Interactively refine research results by searching
  deeper into a specific subtopic or channel. Requires
  an active research session from /tome:research.
usage: >-
  /tome:dig "<subtopic>" [--channel code|discourse|academic|triz]

Dig Command

Refine an active research session by searching deeper.

Usage

# Dig deeper into a subtopic
/tome:dig "event loop implementation details"

# Search only a specific channel
/tome:dig "tokio runtime" --channel code

# Dig into academic literature specifically
/tome:dig "formal verification of consensus" --channel academic

What Happens

1. Loads the most recent active research session 2. Runs targeted searches on the subtopic using selected channels (or all channels from the original session) 3. Merges new findings into the existing session 4. Updates the saved report

Execution

Invoke the dig skill:

Skill(tome:dig)

Error Cases

  • No active session: directs user to start one with

`/tome:research`

  • Channel not in original session: warns and suggests

available channels

Ships withclaude-night-market

A plugin marketplace for Claude Code. Install only the plugins you need to run git workflows, code review, spec-driven development, and autonomous agents from inside your Claude Code session.

Get the whole plugin, auto-invoked
Stats
325
Stars
0
Views
35
Forks
Active
Maintenance
Python
Language
MIT
License
1d ago
Last commit
8mo ago
Created

Repo: athola/claude-night-market