research — for Claude Code research, community, for Claude Code, ide skills, ai-assistant, documentation-search, fastmcp, mkdocs, model-context-protocol, python

v1.0.0

이 스킬 정보

적합한 상황: Ideal for AI agents that need autonomous documentation research. 현지화된 요약: Multi-tenant MCP server for documentation search and retrieval. It covers ai-assistant, bm25, documentation workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

기능

Autonomous Documentation Research
Parse the user's research query from the arguments. If no query provided, ask for one.
Run docsearch list to discover available documentation sources.
Identify 3-8 most relevant tenants for the research topic using docsearch find "<topic ".
Repeat until you have a comprehensive answer (typically 3-10 iterations):

# 핵심 주제

pankaj28843 pankaj28843
[2]
[0]
업데이트: 4/27/2026

Skill Overview

Start with fit, limitations, and setup before diving into the repository.

적합한 상황: Ideal for AI agents that need autonomous documentation research. 현지화된 요약: Multi-tenant MCP server for documentation search and retrieval. It covers ai-assistant, bm25, documentation workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

이 스킬을 사용하는 이유

추천 설명: research helps agents autonomous documentation research. Multi-tenant MCP server for documentation search and retrieval. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

최적의 용도

적합한 상황: Ideal for AI agents that need autonomous documentation research.

실행 가능한 사용 사례 for research

사용 사례: Applying Autonomous Documentation Research
사용 사례: Applying Parse the user's research query from the arguments. If no query provided, ask for one
사용 사례: Applying Run docsearch list to discover available documentation sources

! 보안 및 제한 사항

  • 제한 사항: Do NOT modify any project files - this is a read-only research task.
  • 제한 사항: Do NOT modify any project files - this is a read-only research task
  • 제한 사항: Requires repository-specific context from the skill documentation

About The Source

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Labs 데모

Browser Sandbox Environment

⚡️ Ready to unleash?

Experience this Agent in a zero-setup browser environment powered by WebContainers. No installation required.

Boot Container Sandbox

FAQ 및 설치 단계

These questions and steps mirror the structured data on this page for better search understanding.

? 자주 묻는 질문

research은 무엇인가요?

적합한 상황: Ideal for AI agents that need autonomous documentation research. 현지화된 요약: Multi-tenant MCP server for documentation search and retrieval. It covers ai-assistant, bm25, documentation workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

research은 어떻게 설치하나요?

다음 명령을 실행하세요: npx killer-skills add pankaj28843/docs-mcp-server/research. Cursor, Windsurf, VS Code, Claude Code와 19개 이상의 다른 IDE에서 동작합니다.

research은 어디에 쓰이나요?

주요 활용 사례는 다음과 같습니다: 사용 사례: Applying Autonomous Documentation Research, 사용 사례: Applying Parse the user's research query from the arguments. If no query provided, ask for one, 사용 사례: Applying Run docsearch list to discover available documentation sources.

research 와 호환되는 IDE는 무엇인가요?

이 스킬은 Cursor, Windsurf, VS Code, Trae, Claude Code, OpenClaw, Aider, Codex, OpenCode, Goose, Cline, Roo Code, Kiro, Augment Code, Continue, GitHub Copilot, Sourcegraph Cody, and Amazon Q Developer 와 호환됩니다. 통합 설치에는 Killer-Skills CLI를 사용하세요.

research에 제한 사항이 있나요?

제한 사항: Do NOT modify any project files - this is a read-only research task.. 제한 사항: Do NOT modify any project files - this is a read-only research task. 제한 사항: Requires repository-specific context from the skill documentation.

이 스킬 설치 방법

  1. 1. 터미널 열기

    프로젝트 디렉터리에서 터미널 또는 명령줄을 여세요.

  2. 2. 설치 명령 실행

    npx killer-skills add pankaj28843/docs-mcp-server/research 를 실행하세요. CLI가 IDE 또는 에이전트를 자동으로 감지하고 스킬을 설정합니다.

  3. 3. 스킬 사용 시작

    스킬이 이제 활성화되었습니다. 현재 프로젝트에서 research을 바로 사용할 수 있습니다.

! Source Notes

This page is still useful for installation and source reference. Before using it, compare the fit, limitations, and upstream repository notes above.

Upstream Repository Material

The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.

Upstream Source

research

Multi-tenant MCP server for documentation search and retrieval. It covers ai-assistant, bm25, documentation workflows. This AI agent skill supports Claude

SKILL.md
Readonly
Upstream Repository Material
The section below comes from the upstream repository. Use it as supporting material alongside the fit, use-case, and installation summary on this page.
Upstream Source

Autonomous Documentation Research

You are a research agent. Your job is to explore documentation across 100+ sources via the docsearch CLI to answer a question, build understanding of a topic, or find patterns across multiple documentation sources.

Setup

  1. Parse the user's research query from the arguments. If no query provided, ask for one.
  2. Run docsearch list to discover available documentation sources.
  3. Identify 3-8 most relevant tenants for the research topic using docsearch find "<topic>".

Research Loop

Repeat until you have a comprehensive answer (typically 3-10 iterations):

  1. Hypothesize: Based on what you know so far, formulate the most useful next search query.
  2. Search: Run docsearch search <tenant> "<query>" --json on the most promising tenant(s).
  3. Deep-read: For the best-matching results, run docsearch fetch <tenant> "<url>" to read the full article.
  4. Synthesize: Extract key facts, code patterns, or insights. Note contradictions across sources.
  5. Evaluate: Decide if you have enough to answer the original question.
    • If gaps remain, refine your query and continue the loop.
    • If sufficient, proceed to output.

Constraints

  • Use docsearch search before docsearch fetch - search first, then selectively deep-read.
  • Cross-reference across at least 2 documentation sources when possible.
  • Prefer primary/official documentation over secondary sources.
  • Track which tenants and URLs you consulted for citations.
  • Do NOT modify any project files - this is a read-only research task.

Output

Produce a structured research report:

## Research: {topic}

### Key Findings
- Bullet-point summary of main discoveries

### Details
Narrative explanation with code examples where relevant.

### Sources
- [{tenant}] {url} - what was learned

Keep the report concise but thorough. Prioritize actionable insights over exhaustive coverage.

관련 스킬

Looking for an alternative to research or another community skill for your workflow? Explore these related open-source skills.

모두 보기

openclaw-release-maintainer

Logo of openclaw
openclaw

현지화된 요약: 🦞 # OpenClaw Release Maintainer Use this skill for release and publish-time workflow. It covers ai, assistant, crustacean workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

333.8k
0
인공지능

widget-generator

Logo of f
f

현지화된 요약: Generate customizable widget plugins for the prompts.chat feed system # Widget Generator Skill This skill guides creation of widget plugins for prompts.chat . It covers ai, artificial-intelligence, awesome-list workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf

149.6k
0
인공지능

flags

Logo of vercel
vercel

현지화된 요약: The React Framework # Feature Flags Use this skill when adding or changing framework feature flags in Next.js internals. It covers blog, browser, compiler workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

138.4k
0
브라우저

pr-review

Logo of pytorch
pytorch

현지화된 요약: Usage Modes No Argument If the user invokes /pr-review with no arguments, do not perform a review . It covers autograd, deep-learning, gpu workflows. This AI agent skill supports Claude Code, Cursor, and Windsurf workflows.

98.6k
0
개발자