mcpbeat

Dig

athola/dig

Refines an active research session by drilling deeper into a subtopic. Use after tome:research to narrow results to a specific channel or angle.

438 tokens
context cost
the whole folder, loaded on every use
1
files
instructions only
0
copies elsewhere
how many repositories repackaged it
324
stars on the repo
on the repository, not the skill itself

Install

one command, takes just this skill from the repository
npx skills add https://github.com/athola/claude-night-market --skill dig

The instruction itself

6 sections, as written by the author

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 /tome:research first)
  • 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

Exit Criteria

  • [ ] Active session loaded from SessionManager before any search

executes; if absent, error "Start a session first with

/tome:research \"<topic>\"" is emitted and skill halts

  • [ ] New findings merged into the existing session without

overwriting prior findings from other channels

  • [ ] Session report re-ranked and saved after the merge so

the updated file reflects the deeper search results

  • [ ] If the specified channel is not in the original session,

a warning is emitted listing the available channels

  • [ ] New findings presented to the user after the session is

saved, not before

How to use it

Copy the folder

Take athola/dig from the repository into ~/.claude/skills for personal use, or into .claude/skills inside a project.

Check the name does not clash

The agent identifies a skill by the name field in its header. Two skills with the same name cannot sit side by side — one of them will be ignored.