dot_claude/skills/deep-research/SKILL.md
Conduct comprehensive, multi-source research on any topic using web search, documentation lookup, and critical analysis. This skill should be used when users request thorough investigation, deep research, or comprehensive analysis of topics including but not limited to AI systems, technology trends, academic subjects, business strategies, or current events. | 任意のトピックに対して、Web検索、ドキュメント参照、批判的分析を用いた包括的な調査を実施。徹底的な調査、詳細なリサーチ、包括的な分析が必要な場合や、AIシステム、技術トレンド、学術的テーマ、ビジネス戦略、時事問題などについて深く知りたい場合に使用。
npx skillsauth add lv416e/dotfiles deep-researchInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill provides a systematic approach to conducting thorough research on any topic.
Enable Claude to perform comprehensive research by:
Activate this skill when users request:
Example Topics:
Define Research Objectives:
Plan Information Sources:
Multi-Source Search Strategy:
Broad Overview Search
Targeted Deep Dives
Documentation Lookup
Cross-Reference Validation
Apply Critical Thinking:
Source Credibility
Evidence Quality
Logical Coherence
Practical Relevance
Structure Findings:
Executive Summary
Detailed Analysis
Practical Implications
Source Attribution
Output Format:
# Research: [Topic]
## Executive Summary
- Key finding 1
- Key finding 2
- Key finding 3
## Detailed Findings
### [Aspect 1]
[Analysis with sources]
### [Aspect 2]
[Analysis with sources]
## Critical Analysis
[Evaluation of evidence quality, conflicts, gaps]
## Practical Implications
[Actionable insights and recommendations]
## Sources
- [Source 1] (Date, URL)
- [Source 2] (Date, URL)
## Research Metadata
- Search queries used: [list]
- Sources consulted: [count]
- Date conducted: [date]
- Confidence level: [High/Medium/Low with explanation]
Before concluding research, verify:
If research reveals:
Example 1: AI Agent Evaluation
User: "Deep research on AI agent evaluation metrics and methods"
Process:
Example 2: Latest AI News
User: "Research the latest AI news and developments"
Process:
Example 3: Technology Comparison
User: "Deep research comparing Next.js and Remix for production apps"
Process:
development
Use this skill any time a spreadsheet file is the primary input or output. This means any task where the user wants to: open, read, edit, or fix an existing .xlsx, .xlsm, .csv, or .tsv file (e.g., adding columns, computing formulas, formatting, charting, cleaning messy data); create a new spreadsheet from scratch or from other data sources; or convert between tabular file formats. Trigger especially when the user references a spreadsheet file by name or path — even casually (like "the xlsx in my downloads") — and wants something done to it or produced from it. Also trigger for cleaning or restructuring messy tabular data files (malformed rows, misplaced headers, junk data) into proper spreadsheets. The deliverable must be a spreadsheet file. Do NOT trigger when the primary deliverable is a Word document, HTML report, standalone Python script, database pipeline, or Google Sheets API integration, even if tabular data is involved.
testing
Use when creating new skills, editing existing skills, or verifying skills work before deployment - applies TDD to process documentation by testing with subagents before writing, iterating until bulletproof against rationalization | 新しいスキルの作成、既存スキルの編集、またはデプロイ前にスキルが機能するか検証する際に使用 - プロセスドキュメントにTDDを適用し、記述前にサブエージェントでテストし、合理化に対して堅牢になるまで反復
development
Use when design is complete and you need detailed implementation tasks for engineers with zero codebase context - creates comprehensive implementation plans with exact file paths, complete code examples, and verification steps assuming engineer has minimal domain knowledge | 設計が完了し、コードベースの知識がゼロのエンジニア向けに詳細な実装タスクが必要な場合に使用 - 正確なファイルパス、完全なコード例、検証ステップを含む包括的な実装計画を作成。エンジニアの領域知識が最小限であることを前提
tools
Toolkit for interacting with and testing local web applications using Playwright. Supports verifying frontend functionality, debugging UI behavior, capturing browser screenshots, and viewing browser logs.