Recherche technique approfondie

VérifiéSûr

Effectue une recherche approfondie sur des sujets techniques pour la rédaction de blogs lorsque l'utilisateur demande de rechercher, explorer ou étudier un sujet. Effectue des recherches web étendues, lit des sources de qualité et crée des notes de recherche structurées avec des opportunités de diagrammes visuels. Idéal pour rassembler rapidement des connaissances techniques complètes.

Spar Skills Guide Bot
ContenuIntermédiaire
8002/06/2026
Claude Code
#research#blog-writing#technical-deep-dive#visual-diagrams#web-scraping

Recommandé pour

Notre avis

Réalise une recherche approfondie sur un sujet technique en explorant le web, en extrayant des concepts clés et en identifiant des opportunités de diagrammes pour la rédaction d'articles de blog.

Points forts

  • Processus de recherche structuré avec recherches web multiples et lectures approfondies
  • Extraction organisée des concepts, du contexte historique et des comparaisons
  • Identification systématique des opportunités de diagrammes pour améliorer la compréhension
  • Génération de notes de recherche complètes prêtes à l'emploi pour un article

Limites

  • Nécessite un accès web fiable et peut rencontrer des limites de récupération
  • La qualité des résultats dépend fortement des sources disponibles
  • Non adapté aux sujets non techniques ou aux recherches superficielles
Quand l'utiliser

Idéal pour préparer un article de blog technique détaillé nécessitant une compréhension approfondie et des visuels.

Quand l'éviter

Évitez pour des vérifications rapides ou des définitions simples, ou lorsque le sujet n'est pas technique.

Analyse de sécurité

Sûr
Score qualité90/100

This skill uses web search and content extraction for research purposes only, with no instructions to execute code, access sensitive data, or perform destructive actions.

Aucun point d'attention détecté

Exemples

Research Multi-Head Latent Attention
Research the Multi-head Latent Attention mechanism from DeepSeek for a blog post. I need a deep dive with diagrams.
Explore GRPO algorithm
Look into the GRPO algorithm used by DeepSeek-R1. I want to understand how it works and compare to PPO.
Research speculative decoding
Explore speculative decoding techniques for LLM inference. I want to write a technical blog post about it.

name: research-topic description: "Deep research on a technical topic for blog writing. Use when user says research, look into, explore, or provides a blog topic to investigate. Searches the web extensively and creates structured research notes with visual opportunity identification." allowed-tools: Bash, Read, Grep, Glob, WebFetch

Deep Research Skill

Input

$ARGUMENTS = the topic to research

Process

Step 1: Broad Search (5 to 8 searches)

Search the web for high-quality sources on the topic:

  • Original research papers (arXiv, conference proceedings)
  • Official documentation and blog posts from the creators
  • Well-written technical blog posts (Lilian Weng, Jay Alammar, etc.)
  • Video transcripts or lecture notes if available
  • GitHub implementations for reference

Step 2: Deep Read

For each promising source, use WebFetch to read the full content. Extract and organize:

Core Concepts

  • What is this? (one-paragraph definition)
  • Why does it exist? What problem does it solve?
  • What did it replace or improve upon?

How It Works (Technical Depth)

  • Step-by-step mechanism
  • Key equations and their intuition
  • Concrete numerical examples (shapes, dimensions, values)
  • Implementation details

Comparisons and Alternatives

  • How does this compare to previous approaches?
  • What are the trade-offs?
  • Quantitative comparisons (benchmarks, memory savings, speedups)

Historical Context

  • When was it introduced? By whom?
  • What papers are most relevant?
  • How has it evolved since introduction?

Step 3: Identify Visual Opportunities

This is critical. For EVERY concept, ask: "Would a diagram help here?" List 6 to 10 concepts that NEED visual diagrams:

  • Architecture overviews
  • Data flow through components
  • Step-by-step process walkthroughs
  • Before/after comparisons
  • Matrix operations with concrete shapes
  • Mathematical derivation steps

For each, write:

  • Diagram name (e.g., "fig_mla_architecture")
  • What it should show
  • Type: architecture / flowchart / comparison / step-by-step / matrix-operation

Step 4: Save Research Notes

Save to: research/<topic-slug>.md

Structure:

# Research: <Topic Name>

## Quick Summary
(2-3 sentence overview)

## Core Concepts
(detailed notes)

## How It Works
(step-by-step technical breakdown)

## Mathematical Foundation
(key equations with explanations)

## Comparisons and Alternatives
(vs previous approaches, with numbers)

## Visual Opportunities
(list of 6-10 diagrams needed with descriptions)

## Running Example
(define the simple example we will use throughout:
 e.g., 4 tokens, specific dimensions, concrete values)

## Key Sources
- [Paper Name](url) - what we extracted from it
- [Blog Post](url) - what we extracted from it

Output

Save to research/<topic-slug>.md and summarize key findings to user. Tell the user how many diagram opportunities were identified.

Skills similaires