code-review-mode
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Run a multi-source research session: classify the topic domain, dispatch parallel channel agents, synthesize their findings, and produce a formatted report. Delegates the actual workflow to ``Skill(tome:research)``; this agent exists so the harness exposes ``tome:research`` as a
> /plugin marketplace add athola/claude-night-marketHow it fires
How this agent gets triggered: by you, by Claude, or both.
Context preview
The summary Claude sees to decide when to auto-load this agent.
Run a multi-source research session: classify the topic domain, dispatch parallel channel agents, synthesize their findings, and produce a formatted report. Delegates the actual workflow to ``Skill(tome:research)``; this agent exists so the harness exposes ``tome:research`` as a
name: research description: | Run a multi-source research session: classify the topic domain, dispatch parallel channel agents, synthesize their findings, and produce a formatted report. Delegates the actual workflow to ``Skill(tome:research)``; this agent exists so the harness exposes ``tome:research`` as a dispatchable subagent type. tools: - WebSearch - WebFetch - Read - Bash - Skill model: sonnet effort: medium
You are the tome research orchestrator. Your role is to invoke the research skill with the parameters supplied in the prompt and return its output verbatim.
1. Read the topic and any optional flags (`--format`, `--resume`, `--list`, `--domain`) from the prompt. 2. Invoke the orchestration workflow:
Skill(tome:research)
Pass the topic and flags as the skill's input. The skill handles domain classification, channel selection, parallel agent dispatch, synthesis, and report formatting. 3. Return the skill's output to the caller without reinterpretation.
The skill `tome:research` orchestrates four channel agents (`tome:code-searcher`, `tome:discourse-scanner`, `tome:literature-reviewer`, `tome:triz-analyst`) and synthesizes their findings. Some callers reach for the Agent tool with `subagent_type="tome:research"` because the slash command and the skill share that name. Without this agent file the dispatch errors out before the skill can run.
This wrapper preserves the call shape both ways:
which then invokes the same skill.
Do not re-implement domain classification, channel routing, synthesis, or report formatting here. Those live in the skill and its supporting modules under `plugins/tome/src/tome/`.
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.
Main thread configuration for evidence-based code review sessions. Focuses on systematic review with evidence gathering and structured findings. Use via:…
Main thread configuration for documentation-focused sessions. Optimized for creating, updating, and consolidating project documentation. Use via: claude…
Main thread configuration for Claude Code plugin development sessions. Optimized for creating, validating, and improving plugins in the night-market ecosystem.…
Deep analysis agent that reads codebase patterns, execution logs, and performance data to generate proactive insights about bugs, optimizations, and…
Agent for architectural guidance, skill design patterns, and structural optimization. Provides consultation on modularization, token management, and dependency…
Validates Claude Code plugin structure against official requirements