# Orchestrate Technical Documentation Research

Technical documentation searches can consume context and slow focused work. This skill routes library and framework questions to a Context7 research agent and suggests efficient orchestration patterns.

## Install

```bash
npx skillstore add 727474430/techdoc-search-and-orchestrate
```

## Metadata

- Status: approved
- Slug: 727474430-techdoc-search-and-orchestrate
- Skillstore revision: r1
- Version status: missing
- Tree hash: 87f311e672a42ed750d064f3cbeaea434f17653f47039fc2b25088d5ce3b46b9
- Author: 727474430
- GitHub username: 727474430
- License: MIT
- Repository: https://github.com/727474430/cli-rule-swtich/tree/main/templates/claude/jige/skills/techdoc-search-and-orchestrate
- Ref: e9e4712298ed071d92417a41714be123eb8364fa
- Supported tools: Claude, Codex, Claude Code
- Audit status: complete
- Agent install advisory: allowed
- Manual install advisory: allowed
- Artifact signature: available
- Audit attestation: unavailable
- Human verification: not\_verified
- Risk factors: external\_commands
- Quality score: 79
- Quality tier: bronze
- Public page: https://skillstore.pages.dev/skills/727474430-techdoc-search-and-orchestrate
- Manifest: https://skillstore.pages.dev/api/skills/727474430-techdoc-search-and-orchestrate/manifest

## Capabilities

- Identifies requests that need technical documentation lookup.
- Routes documentation questions to a context7-researcher agent.
- Supports single-topic and multi-topic documentation research.
- Recommends parallel agent calls for independent research topics.
- Recommends sequential research when one answer depends on another.
- Provides example workflows for Supabase and Next.js questions.

## Use Cases

- Research API Usage: Find current usage guidance, options, and examples for a library API without filling the main conversation with raw docs.
- Compare Framework Features: Split independent framework questions into parallel documentation searches for faster answers.
- Investigate Error Messages: Run dependent documentation searches in order, first finding likely causes and then targeted fixes.

## Prompt Templates

### Look Up One API

```
Find the official documentation for [library] [API or feature]. Summarize the usage steps and important options.
```

### Find Examples

```
Research [framework] documentation for [task]. Return the main approach, common pitfalls, and example patterns.
```

### Compare Two Features

```
Research [feature A] and [feature B] in [framework]. Use parallel searches if they are independent, then compare the results.
```

### Diagnose a Version Issue

```
Investigate this error in [framework version]: [error message]. First find likely causes, then research fixes and version-specific changes.
```

## Limitations

- Requires a configured context7-researcher agent and Context7 MCP access.
- Does not fetch documentation by itself inside the skill file.
- Does not verify whether retrieved documentation is current or complete.
- Best suited for developer documentation, not general web research.

## Best Practices

- Ask for the exact library, framework, feature, and version when available.
- Split unrelated documentation topics so they can be researched in parallel.
- Use sequential research when troubleshooting depends on earlier findings.

## Anti Patterns

- Do not use the skill for broad opinions or nontechnical web searches.
- Do not merge unrelated documentation questions into one vague request.
- Do not assume retrieved examples match the user project version without checking.

## Security Audit

- Audited at: 2026-07-04T17:17:24.321\+00:00
- Summary: Manual review found the external command alerts are false positives from Markdown inline code and fenced examples. The high-entropy alert is also a false positive because SKILL.md is readable Markdown, not obfuscated content. No evidence found for command execution, data exfiltration, or prompt injection intent.

## Stats

- Views: 207
- Downloads: 23
- Favorites: 0
- Popularity score: 0
