ソース情報
- リポジトリ
- 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コマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?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.