Use when user asks about overall market conviction, portfolio positioning, asset allocation, strategy synthesis, or Druckenmiller-style analysis.
Triggers on queries like "What is my conviction level?", "How should I position?", "Run the strategy synthesizer", "Druckenmiller analysis", "総合的な市場判断", "確信度スコア", "ポートフォリオ?
Also in this package
Other skills from tradermonty/claude-trading-skills · top by installs.
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
Claude CodeNot declared
CursorNot declared
CodexNot declared
GitHub CopilotNot declared
WindsurfNot declared
Gemini CLINot declared
ClineNot declared
OpenCodeNot declared
Repository health
Stars2.8K
LicenseLICENSE
Default branchmain
Open issues31
Status
Active
Package contents
Files included with this skill beyond the listing page.
skill mdSKILL.md8,263 B
docsSUMMARY.md733 B
History
First seen on skills.sh
First recorded snapshot · 2,109 installs
SKILL.md
Druckenmiller Strategy Synthesizer
Purpose
Synthesize outputs from 8 upstream analysis skills (5 required + 3 optional) into a single composite conviction score (0-100), classify the market into one of 4 Druckenmiller patterns, and generate actionable allocation recommendations. This is a meta-skill that consumes structured JSON outputs from other skills — it requires no API keys of its own.
When to Use This Skill
English:
User asks "What's my overall conviction?" or "How should I be positioned?"
User wants a unified view synthesizing breadth, uptrend, top risk, macro, and FTD signals
User asks about Druckenmiller-style portfolio positioning
User requests strategy synthesis after running individual analysis skills
User asks "Should I increase or decrease exposure?"
User wants pattern classification (policy pivot, distortion, contrarian, wait)
Japanese:
「総合的な市場判断は?」「今のポジショニングは?」
ブレッドス、アップトレンド、天井リスク、マクロの統合判断
「エクスポージャーを増やすべき?減らすべき?」
「ドラッケンミラー分析を実行して」
個別スキル実行後の戦略統合レポート
Input Requirements
Required Skills (5)
#
Skill
JSON Prefix
Role
1
Market Breadth Analyzer
marketbreadth
Market participation breadth
2
Uptrend Analyzer
uptrendanalysis
Sector uptrend ratios
3
Market Top Detector
markettop
Distribution / top risk (defense)
4
Macro Regime Detector
macroregime
Macro regime transition (1-2Y structure)
5
FTD Detector
ftddetector
Bottom confirmation / re-entry (offense)
Optional Skills (3)
#
Skill
JSON Prefix
Role
6
VCP Screener
vcpscreener
Momentum stock setups (VCP)
7
Theme Detector
themedetector
Theme / sector momentum
8
CANSLIM Screener
canslimscreener
Growth stock setups + M(Market Direction)
Run the required skills first. The synthesizer reads their JSON output from reports/.
Execution Workflow
Phase 1: Verify Prerequisites
Check that the 5 required skill JSON reports exist in reports/ and are recent (< 72 hours). If any are missing, run the corresponding skill first.