
Research
- Updated April 15, 2026
- anabanted/research-plugin
research is a Claude Code skill in the AI & Agent Building category. Research topics and write structured articles with 3 patterns and parallel chapter writing
Key points
- research
- AI & Agent Building
- AI-coding skill
Research by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
/plugin marketplace add anabanted/research-plugin/plugin install research@research-pluginAdd your badge
Show developers this skill is listed on Skillselion. Paste this into your README.
| Last updated | April 15, 2026 |
|---|---|
| Repository | anabanted/research-plugin ↗ |
What it does
Research topics and write structured articles with 3 patterns and parallel chapter writing
README.md
research-plugin
Claude Code plugin for researching and writing structured articles.
Features
- 3 writing patterns: bullet notes, single-file articles (~5000 words), multi-chapter structured articles
- Parallel chapter writing via
chapter-writersubagent (Pattern 3) - Obsidian integration (default) or local filesystem output
- Obsidian CLI support (
obsidian create,obsidian search,obsidian tags) - WebSearch-based research before writing
- Zotero / KAKEN / Context7 for supplementary research
- User approval of outlines before writing begins
- Written in Japanese (technical terms in English)
Usage
/survey
You will be prompted to choose a pattern and output destination.
Writing Patterns
| Pattern | Description | Agent |
|---|---|---|
| 1. Bullet notes | Concise bullet-point notes | Single agent |
| 2. Single-file article | ~5000-word article in one file | Single agent |
| 3. Structured article | Multi-chapter article with table of contents | Main + chapter-writer subagents in parallel |
Components
- skills/survey: Main skill with 3 writing patterns
- agents/chapter-writer: Subagent for parallel chapter writing (Pattern 3, runs on Sonnet)
File Layout (Pattern 3)
{Title}/
{Title}.md # Table of contents
{Title} - 第1章.md # Chapter 1
{Title} - 第2章.md # Chapter 2
...
Patterns 1 & 2 output a single file: {Title}/{Title}.md
Related skills
AI & Agent Buildingagents