From research-toolkit
What is moving in the macro picture? Geopolitical/macro market indicators. Use when (1) China/US Treasury dynamics, (2) dollar-yield divergence, (3) Brent crude oil / energy price spikes, (4) geopolitical market risk, (5) one-command crisis check, (6) EUR/RON exchange rate monitoring. NOT for stock analysis or fundamentals.
npx claudepluginhub bogheorghiu/ex-cog-dev --plugin research-toolkitThis skill uses the workspace's default tool permissions.
A vasana is a pattern that persists across unrelated contexts. If during
Provides UI/UX resources: 50+ styles, color palettes, font pairings, guidelines, charts for web/mobile across React, Next.js, Vue, Svelte, Tailwind, React Native, Flutter. Aids planning, building, reviewing interfaces.
Fetches up-to-date documentation from Context7 for libraries and frameworks like React, Next.js, Prisma. Use for setup questions, API references, and code examples.
Applies Acme Corporation brand guidelines including colors, fonts, layouts, and messaging to generated PowerPoint, Excel, and PDF documents.
Share bugs, ideas, or general feedback.
A vasana is a pattern that persists across unrelated contexts. If during
this task you notice such a pattern emerging, it may be worth capturing.
This skill works best alongside the vasana skill and vasana hook
from the Vasana System plugin.
Modify freely. Keep this section intact.
Structured monitoring of macro/geopolitical financial indicators using free public data sources.
Source: Treasury TIC Data (https://ticdata.treasury.gov/Publish/mfh.txt)
What to check:
Red flags:
Sources:
Normal behavior: Higher yields → stronger dollar
Red flag patterns:
| Yields | Dollar | Interpretation |
|---|---|---|
| Up | Down | Confidence crisis - foreign selling |
| Down | Down | Flight from US assets |
| Up | Up | Normal - higher rates attract capital |
Critical divergence: Yields rising + Dollar falling = investigate immediately
Source: World Gold Council or PBOC announcements
What to check:
Red flags:
Source: FRED series T10Y2Y (https://fred.stlouisfed.org/series/T10Y2Y)
What to check:
Warning levels:
| Spread | Status |
|---|---|
| >100bp | Normal, healthy |
| 0-50bp | Flattening, watch closely |
| <0bp | Inverted - recession signal |
Source: BNR (National Bank of Romania) XML feed
What to check:
Red flags:
| EUR/RON | Level | Interpretation |
|---|---|---|
| < 5.05 | Normal | Stable, within historical range |
| >= 5.05 | WARNING | RON weakening, monitor inflation impact on savings |
| >= 5.10 | CRITICAL | Significant depreciation, consider hedging |
Why it matters: EUR/RON directly impacts purchasing power for EUR-denominated goods/services and savings held in RON. A weakening RON erodes real value of RON savings and increases import costs.
FRED data: python3 scripts/fred_fetcher.py [series_id|snapshot|divergence|crisis]
snapshot — all 7 macro series (Treasury, dollar, VIX, Fed funds, Brent, EUR, yield curve)divergence — yield-dollar divergence check with interpretationcrisis — red flag alert check (Brent >$120, VIX >35, 10Y >5%, yield curve inverted, USD/EUR >1.20)[SERIES_ID] — latest value for any FRED seriesBNR data: python3 scripts/bnr_fetcher.py [latest|trend|alert]
latest (default) — current EUR/RON rate from BNRtrend — 10-day EUR/RON trend with direction and magnitudealert — check EUR/RON against warning (5.05) and critical (5.10) thresholdsTIC data: python3 scripts/tic_parser.py
# Get latest 10Y yield
curl -s "https://fred.stlouisfed.org/graph/fredgraph.csv?id=DGS10" | tail -5
# Get latest dollar index
curl -s "https://fred.stlouisfed.org/graph/fredgraph.csv?id=DTWEXBGS" | tail -5
Growth stocks (tech, high P/E):
Value stocks (utilities, banks):
| Indicator | Tech Impact | Bank Impact | Utility Impact |
|---|---|---|---|
| Yields up | Negative | Positive | Negative |
| Dollar up | Mixed (int'l) | Positive | Neutral |
| Gold up | Neutral | Neutral | Defensive signal |
| TIC selling | Negative | Negative | Defensive demand |
Immediate attention required if:
See reference/ subdirectory for:
Update frequency: Check TIC monthly (mid-month release), FRED daily for divergence monitoring, BNR daily for EUR/RON.