소스 정보
- 저장소
- tallesborges/zdx
- 최근 소스 활동
- 2026년 4월 13일 02:14
- 감지된 SKILL.md 언어
- 영어
- 스타
- 20
- 포크
- 2
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/tallesborges/zdx --skill deep-research명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
Cut a new zdx release. Use when the user asks to release, cut a release, ship a version, publish a build, bump the version, or generate release notes / changelog for zdx. Orchestrates version bump, changelog, and dispatching the manual GitHub Release workflow.
Use for memory-related tasks: saved notes, factual questions that may already be documented, and saving durable information. Prefer Memory_Search and Thread_Search for discovery; use this skill for routing, note-saving, and filing conventions.
Use when the user names specific models to do the work, or wants one prompt answered by several models or reasoning levels for comparison. Covers single-model dispatch, multi-model panels (including models answering in a subagent role such as oracle), and model/thinking-level benchmarks. Prefer this over invoke_subagent whenever the user names the models.
SOC 직업 분류 기준
SKILL.md 표시 중
| name | deep-research |
| description | Use only when the user explicitly asks for deep research. |
Use this skill only when the user explicitly asks for deep research.
This skill is provider-agnostic. Choose the provider or implementation that best fits the user's request and the available environment.
Typical triggers:
Do not use this skill for:
web_search can answer quicklyIf the user does not specify a provider, use the bundled default implementation in scripts/parallel_deep_research.py.
The bundled script:
$ZDX_ARTIFACT_DIRIf the user explicitly wants another provider for deep research, follow that provider instead of the bundled default implementation.
Good prompts are specific about:
Good example:
Create a research report on the current landscape of developer-focused AI coding agents in 2026. Compare product positioning, core workflows, pricing signals, platform support, and notable technical differentiators. Focus on official product pages, docs, benchmark posts, and credible reporting. End with a concise competitive summary.
Weak example:
Research AI coding tools.
python3 scripts/parallel_deep_research.py \
--save-artifacts \
-- "Create a research report on the current landscape of developer-focused AI coding agents in 2026."
The bundled default implementation currently uses:
pro-fasttextAlways prefer the -fast variant when using these processors.
Do not switch away from pro-fast unless the user explicitly asks.
Keep the default implementation simple unless the user explicitly asks for a different provider or a higher-quality/slower run.
Use these as mental guidance only. The bundled default implementation stays on pro-fast unless the user explicitly asks to change it.
core-fast: lighter and cheaper; better for more structured or narrower researchpro-fast: default choice; best general option for open-ended deep researchultra-fast: stronger and more expensive; use only when the user explicitly wants deeper researchAlways prefer the fast variant for these processors.
When $ZDX_ARTIFACT_DIR is available, prefer --save-artifacts. This stores:
Artifacts should stay under $ZDX_ARTIFACT_DIR/deep-research/.
The script requires:
python3PARALLEL_API_KEY in the environmentIf PARALLEL_API_KEY is missing, stop and tell the user exactly that.
For this skill, use polling by default.
Do not build webhook infrastructure or SSE streaming unless the user explicitly asks for it. This skill is designed for occasional local/manual use, so polling is the simplest and most reliable default.
After the script completes:
If the user wants the full raw result, point them to the saved artifact or return the report directly.