正在加载视频...

视频加载失败

Codex Dynamic workflows are great. Try it out. 1. Go to GitHub link below 2. Copy install instruction 3. Type /dynamic to invoke the skill Recreates the same orchestration logic as Claude Dynamic Workflows. > Generates orchestration script. > Spins up a swarm of subagents. > Enters /goal mode...

131,919 次观看 • 1 个月前 •via X (Twitter)

0 条评论

暂无评论

原始帖子的评论将显示在这里

相关视频

I built a custom TradingView indicator with Claude Code & Fable 5. It's called the Storm Gauge and is built off a real quant trading strategy. I open-sourced the full code on GitHub. Free to install, free to fork, yours to improve. Here's how to install a quant indicator on your TradingView chart: What it actually is The Storm Gauge is a live implementation of the GARCH model, a Nobel Prize-winning volatility framework that real quant desks run daily. It forecasts how "violent" tomorrow's market could be by combining three inputs: an asset's baseline volatility, yesterday's shock, and where volatility was already sitting before that shock happened. It doesn't predict market direction. Instead, it measures risk, in real time, on your actual chart. How to install it Method 1. Plugin command Open the GitHub repo: Find the installation section, copy the command, and paste it into Claude Code. It runs the plugin install automatically. Method 2. Manual config Open garchmethod.md in the repo, copy the entire file, and paste it into Claude Code. It fetches the skill files directly and verifies the strategy for you. (you only need one method; I'm just showing both) Getting it onto your TradingView chart Inside the repo, there's a Pine Script folder. Open it, copy the entire file. Go into TradingView's Pine Editor, paste it in, hit Enter, and refresh. That's it. The Storm Gauge now runs live on your chart as a real number. Once it's installed, just talk to it: → "What's the volatility forecast on Bitcoin?" → "Explain what the current volatility forecast means on $BTC and how it should impact my position sizing" → "Help me size my S&P500 position according to current market volatility" Does it actually work? I backtested the same EMA cross strategy two ways across 15 years of BTC data. Same entries, same exits. → Fixed position sizing: $17,957 final equity → Storm Gauge (GARCH) sizing: $21,205 final equity Fewer drawdowns, less risk, better result. Full breakdown of the entire build process in my recent article - pinned on my profile.

Miles Deutscher

52,931 次观看 • 3 天前

Anthropic dropped 33 pages for Claude trading bots Last night I decided to try writing one and it worked out for me In 10 hours this script made me $561 The bot has a win rate of about 71% Wallet: Copytrade: Here is the full strategy: The system builds automated workflows for Claude by packaging domain expertise into structured skills that activate automatically when relevant tasks appear Skill architecture Each skill is structured as a modular package containing instructions, scripts, and reference materials This allows Claude to apply specialized workflows without requiring the user to repeat instructions in every conversation Progressive context loading Skills follow a three-layer architecture where only minimal metadata is loaded initially Full instructions and supporting files are accessed only when needed, reducing token usage while maintaining specialized expertise Trigger detection Skills activate when the user request matches defined trigger phrases or workflows This ensures the correct workflow loads automatically without requiring manual prompting Workflow execution Once activated, the skill executes a predefined multi-step process These workflows can include data analysis, document generation, automation scripts, or coordination across external tools Consistency and reliability Because workflows are encoded directly in the skill instructions, Claude performs tasks using consistent methodology rather than ad-hoc prompting Testing and iteration Skills are continuously refined through triggering tests, functional validation, and performance comparisons to ensure reliable execution Automation edge Instead of solving tasks from scratch each time, the system repeatedly applies optimized workflows Over time this dramatically reduces prompt complexity, improves output consistency, and scales productivity across thousands of tasks

winkle.

334,570 次观看 • 4 个月前