# Team Shinchanresearch

> Use when you need web research, documentation lookup, or knowledge gathering.

- Skill: `tomevault-io/team-shinchanresearch` (Agent Skill, multi-file: 2 files)
- Install (CLI): `npx skillmds@latest add tomevault-io/team-shinchanresearch`
- Raw SKILL.md: https://api.skillmd.com/api/skills/tomevault-io/team-shinchanresearch/raw
- Safety review: pending (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Docs & Writing
- Author: tomevault-io (https://skillmd.com/u/tomevault-io)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/tomevault-io/team-shinchanresearch

---


# EXECUTE IMMEDIATELY

## Step 1: Validate Input

```
If args is empty or only whitespace:
  Ask user: "What would you like to research?"
  STOP and wait for user response

If args length > 2000 characters:
  Truncate to 2000 characters
  Warn user: "Request was truncated to 2000 characters"
```

## Step 1b: Detect Mode

Parse mode from args:
- If args starts with `youtube ` or `article ` or `auto `: extract mode as first word, remainder is the URL/query.
- If no mode keyword: mode = `auto` for URLs (args starts with `http`), else mode = `search` (standard web search).

Modes `youtube`, `article`, `auto` require a URL. If mode detected but no URL found, ask: "Please provide a URL for {mode} extraction."

## Step 2: Execute Task

**Do not read further. Execute this Task NOW:**

```typescript
Task(
  subagent_type="team-shinchan:masumi",
  model="sonnet",
  prompt=`/team-shinchan:research has been invoked.

## Research Request

Mode: ${mode}  <!-- youtube | article | auto | search -->
URL/Query: ${target}

Conduct thorough research and provide:

| Section | Content |
|---------|---------|
| Key Findings | Main discoveries with sources |
| Documentation | Relevant docs and reference links |
| Best Practices | Recommended approaches |
| Caveats | Potential concerns or limitations |

User request: ${args || '(Please describe what to research)'}
`
)
```

**STOP HERE. The above Task handles everything.**

---
> Converted and distributed by [TomeVault](https://tomevault.io/claim/seokan-jeong) — claim your Tome and manage your conversions.
<!-- tomevault:4.0:skill_md:2026-04-12 -->

