techdoc-search-and-orchestrate
Search technical documentation efficiently
또한 다음에서 사용할 수 있습니다: 727474430
Finding accurate API documentation and framework examples wastes development time. This skill delegates technical document queries to a specialized Context7 researcher agent, returning precise code examples and configuration guidance without polluting your conversation context.
스킬 ZIP 다운로드
Claude에서 업로드
설정 → 기능 → 스킬 → 스킬 업로드로 이동
토글을 켜고 사용 시작
테스트해 보기
"techdoc-search-and-orchestrate" 사용 중입니다. 查询 Supabase 用户注册的 API 用法
예상 결과:
- • Supabase auth_signUp 方法:基于 email/password 或 OAuth
- • 返回 user 对象包含 id、email、created_at 字段
- • 需要配置 Email confirmations 或禁用跳转验证
- • 客户端代码示例:supabase.auth.signUp({ email, password })
보안 감사
안전This is a prompt-only skill containing only documentation and task orchestration guidelines. No executable code, scripts, network operations, or file system modifications detected. The skill provides instructions for delegating technical documentation queries to a Context7 researcher agent using standard Task tool functionality.
품질 점수
만들 수 있는 것
Lookup library API usage
Quickly find correct API methods, parameters, and code examples for backend libraries and frameworks.
Search framework documentation
Query React, Next.js, or other frontend framework docs for component patterns and configuration.
Find configuration guidance
Retrieve deployment, infrastructure, and tooling configuration examples and best practices.
이 프롬프트를 사용해 보세요
查询 [库名] 的 [具体API] 使用方法和代码示例
查询 [框架名] 的 [功能名] 如何使用,包括配置方法和示例代码
我的 [技术栈] 项目报错 '[错误信息]',查询原因和解决方法
对比 [库名] [版本A] 和 [版本B] 的差异,说明主要变更点
모범 사례
- Split complex queries into independent topics for parallel execution
- Use sequential execution only when tasks have strong dependencies
- Let the agent determine the best query strategy based on your request
- Keep prompts focused on specific documentation needs for accurate results
피하기
- Making multiple unrelated documentation queries in a single prompt
- Requesting general tutorial content instead of specific API documentation
- Asking the skill to execute or validate code from documentation
- Combining unrelated library queries without clear topic separation