Agent SkillsAlphaGBM/skills › alphagbm-marks-cycle

alphagbm-marks-cycle

GitHub

基于Howard Marks框架,融合VIX、IV Rank、Put/Call比率及估值百分位,计算0-100市场周期得分并判定攻守姿态。提供一键式查询,帮助用户判断当前应激进买入或防御减仓。

skills/alphagbm-marks-cycle/SKILL.md AlphaGBM/skills

Trigger Scenarios

where is the market in the cycle Howard Marks style cycle read am I supposed to be offensive or defensive is this a buying cycle cycle position right now Marks cycle score sentiment read for SPY

Install

npx skills add AlphaGBM/skills --skill alphagbm-marks-cycle -g -y
More Options

Use without installing

npx skills use AlphaGBM/skills@alphagbm-marks-cycle

指定 Agent (Claude Code)

npx skills add AlphaGBM/skills --skill alphagbm-marks-cycle -a claude-code -g -y

安装 repo 全部 skill

npx skills add AlphaGBM/skills --all -g -y

预览 repo 内 skill

npx skills add AlphaGBM/skills --list

SKILL.md

Frontmatter
{
    "name": "alphagbm-marks-cycle",
    "globs": [
        "mock-data\/marks-cycle\/**"
    ],
    "description": "Howard Marks-style market cycle position 0-100, with 0 = panic bottom (hard\noffense) and 100 = euphoric top (hard defense). Blends VIX (40%) + SPY IV Rank\n(25%) + Put\/Call ratio (20%) + valuation percentile (15%) into a single number\nand maps to an offense-vs-defense posture. Free endpoint, no auth, 5-min cache\n— the goal is to make \"where are we in the cycle\" a one-call lookup.\nTriggers: \"where is the market in the cycle\", \"Howard Marks style cycle read\",\n\"am I supposed to be offensive or defensive\", \"is this a buying cycle\", \"cycle\nposition right now\", \"Marks cycle score\", \"sentiment read for SPY\"\n"
}

AlphaGBM Howard Marks Cycle

"Cycles are real — the shape just isn't predictable." Howard Marks's framework rejects forecasting and replaces it with cycle-position awareness: offense when others are pessimistic, defense when others are optimistic.

This skill gives you the one number Marks's entire philosophy implies: where are we right now.

The Cycle Score

Each signal is mapped to its own cycle component 0-100, then weighted:

Signal Weight Interpretation
VIX 40% Low VIX → complacency → late cycle (high score). High VIX → fear → early cycle (low score)
IV Rank (SPY) 25% High IV rank → fear → early cycle
Put/Call ratio 20% Low P/C → complacent → late cycle
Valuation percentile 15% Higher PE percentile → later cycle

Weights renormalize when data points are missing (e.g., P/C not available).

Posture Bands

  • 0-24OFFENSE_HARD — extreme fear is opportunity. Buy aggressively.
  • 25-39OFFENSE — add, sell vol (short premium).
  • 40-59NEUTRAL — maintain positions, watch for shifts.
  • 60-74DEFENSE — don't add, brace for volatility.
  • 75-100DEFENSE_HARD — trim, buy protection (long puts / collars).

Why This Is a Separate Skill

alphagbm-vix-status gives just a VIX tier. alphagbm-market-sentiment gives a sentiment dashboard. This skill is the one-call Marks-specific read: "given everything I know about sentiment + valuation, what's the posture?"

How to Use

Input: none (market-level, no ticker)

Output:

  • cycle_score: integer 0-100
  • posture: one of OFFENSE_HARD / OFFENSE / NEUTRAL / DEFENSE / DEFENSE_HARD
  • posture_zh, posture_en: natural-language prescription
  • components: per-signal {value, cycle_component} breakdown

Example Queries

  • where are we in the cycle right now → headline cycle number + posture
  • should I be playing offense or defense → posture directly answers
  • Howard Marks read on the market → same data, framed as Marks would
  • is this a buying cycle → cycle < 30 → yes; cycle > 60 → no
  • current sentiment across VIX and IV rank → components breakdown

Mock Data

Mock data in mock-data/marks-cycle/ — sample showing NEUTRAL position.

API Endpoint

GET /api/masters/marks-cycle

No body, no auth required.

Response shape:

{
  "success": true,
  "cycle_score": 47,
  "posture": "NEUTRAL",
  "posture_zh": "中性 — 维持既定仓位,观察情绪变化",
  "posture_en": "Neutral — maintain positions, watch sentiment",
  "components": {
    "vix": {"value": 22.5, "cycle_component": 48},
    "iv_rank": {"value": 55, "cycle_component": 45}
  },
  "timestamp": "2026-04-24T08:00:00"
}

Pricing: free — no auth, no credit deduction. 5-min cache.

Related Skills

Skill Relevance
alphagbm-vix-status Raw VIX tier without Marks's multi-signal blend
alphagbm-market-sentiment Fuller sentiment dashboard (VIX + P/C + F&G)
alphagbm-fear-score Per-ticker version of the same "where's the fear" idea

Powered by AlphaGBM — Real-data options & research intelligence. 10K+ users.

Version History

  • c69fa1b Current 2026-07-05 20:18

Same Skill Collection

skills/alphagbm-alert/SKILL.md
skills/alphagbm-compare/SKILL.md
skills/alphagbm-earnings-crush/SKILL.md
skills/alphagbm-market-sentiment/SKILL.md
skills/alphagbm-options-score/SKILL.md
skills/alphagbm-polymarket/SKILL.md
skills/alphagbm-stock-analysis/SKILL.md
skills/alphagbm-unusual-activity/SKILL.md
skills/alphagbm-watchlist/SKILL.md
skills/alphagbm-bps-backtest/SKILL.md
skills/alphagbm-buffett-analysis/SKILL.md
skills/alphagbm-company-profile/SKILL.md
skills/alphagbm-duan-analysis/SKILL.md
skills/alphagbm-fear-score/SKILL.md
skills/alphagbm-greeks/SKILL.md
skills/alphagbm-health-check/SKILL.md
skills/alphagbm-hedge-advisor/SKILL.md
skills/alphagbm-investment-thesis/SKILL.md
skills/alphagbm-iv-rank/SKILL.md
skills/alphagbm-macro-view/SKILL.md
skills/alphagbm-options-strategy/SKILL.md
skills/alphagbm-pnl-simulator/SKILL.md
skills/alphagbm-take-profit/SKILL.md
skills/alphagbm-tepper-signal/SKILL.md
skills/alphagbm-theme-research/SKILL.md
skills/alphagbm-vix-status/SKILL.md
skills/alphagbm-vol-smile/SKILL.md
skills/alphagbm-vol-surface/SKILL.md

Metadata

Files
0
Version
c69fa1b
Hash
a85c036c
Indexed
2026-07-05 20:18

trang chủ - Wiki
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-07-09 01:09
浙ICP备14020137号-1 $bản đồ khách truy cập$