Skills DirectorySkills Directory
SkillsLearnSecurityCategoriesDocsCommunityBlog
Sign InSubmit Skill
Skills Directory

Security-tested agent skills for Claude, coding agents, and AI workflows.

Directory

  • Browse Skills
  • All Skills A–Z
  • Claude Skills
  • Claude Code Skills
  • Agent Skills
  • Categories
  • Authors
  • Submit a Skill

Learn

  • Learn Hub
  • Install Claude Skills
  • Write SKILL.md
  • Skills vs MCP
  • Directories Compared

Security

  • Security
  • Methodology
  • Secure Claude Skills
  • Security Badges

Company

  • About
  • Community
  • Blog
  • API Docs
  • Advertise

2026 Skills Directory. All rights reserved.

ProTermsPrivacyRefunds
Back to skills

Alphagbm Marks Cycle

ASecurity

Howard Marks-style market cycle position 0-100, with 0 = panic bottom (hard offense) and 100 = euphoric top (hard defense). Blends VIX (40%) + SPY IV Rank (25%) + Put/Call ratio (20%) + valuation percentile (15%) into a single number and maps to an offense-vs-defense posture. Authenticated signal, no analysis-credit deduction, 5-min cache — the goal is to make "where are we in the cycle" a one-call lookup. Triggers: "where is the market in the cycle", "Howard Marks style cycle read", "am I su...

17 stars
0 votes
0 copies
0 views
Added 9/4/2026
datagoapi

Works with

api

Security Analysis

A100/100

Scanned 9/21/2026

Install to Claude Code

$npx -y skills add gabrielmoreira/agent-skills-mirror --skill alphagbm-marks-cycle --agent claude-code

Installs into .claude/skills of the current project.

Are you the author of Alphagbm Marks Cycle?

Add the live security badge to your README — it updates automatically with every re-scan.

Security grade badge for Alphagbm Marks Cycle
[![Security: A — Skills Directory](https://www.skillsdirectory.com/api/skills/gabrielmoreira-alphagbm-marks-cycle/badge)](https://www.skillsdirectory.com/skills/gabrielmoreira-alphagbm-marks-cycle)

More formats (shields.io, HTML) on the badges page.

Download with Pro
Files
SKILL.md
---
name: alphagbm-marks-cycle
description: |
  Howard Marks-style market cycle position 0-100, with 0 = panic bottom (hard
  offense) and 100 = euphoric top (hard defense). Blends VIX (40%) + SPY IV Rank
  (25%) + Put/Call ratio (20%) + valuation percentile (15%) into a single number
  and maps to an offense-vs-defense posture. Authenticated signal, no analysis-credit
  deduction, 5-min cache
  — the goal is to make "where are we in the cycle" a one-call lookup.
  Triggers: "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"
globs:
  - "mock-data/marks-cycle/**"
---

# 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-24** → `OFFENSE_HARD` — extreme fear is opportunity. Buy aggressively.
- **25-39** → `OFFENSE` — add, sell vol (short premium).
- **40-59** → `NEUTRAL` — maintain positions, watch for shifts.
- **60-74** → `DEFENSE` — don't add, brace for volatility.
- **75-100** → `DEFENSE_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. Requires an authenticated request (API key or supported user token).

Response shape:

```json
{
  "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: **no analysis-credit deduction; authentication is still required**. 5-min cache.

## Related Skills

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

---

*Powered by [AlphaGBM](https://alphagbm.com) — Real-data options & research intelligence. 10K+ users.*

Attribution

gabrielmoreiragabrielmoreira
View sourceMore from gabrielmoreira →
SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.

Comments (0)

No comments yet. Be the first to comment!

SSkills DirectorySkills Directory

Know which skills are safe — weekly.

Best new skills + every skill we flagged as malicious. From the team that scanned 103,619.

Join free

Related Skills

Rank Tracker

This skill helps you track, analyze, and report on keyword ranking positions over time. It monitors both traditional SERP rankings and AI/GEO visibility to provide comprehensive search performance insights.

1821 votes

Youtube Competitor Analyzer

Find and analyze YouTube competitor channels using YouTube Data API v3. Discover competitors through keyword search, category matching, content similarity, and related channel discovery. Compare metrics, content strategies, and market positioning. Use when users want to (1) Find competitors for their YouTube channel, (2) Analyze competitor performance metrics, (3) Compare their channel against competitors, (4) Identify content gaps and opportunities, (5) Benchmark against similar creators, (6...

31 votes

Twitter Algorithm Optimizer

Analyze and optimize tweets for maximum reach using Twitter's open-source algorithm insights. Rewrite and edit user tweets to improve engagement and visibility based on how the recommendation system ranks content.

742580 votes

Weather Fetcher

Instructions for fetching current weather temperature data for Karachi, Pakistan from wttr.in API

662660 votes

Weather

Get current weather and forecasts (no API key required).

484900 votes
View all in data →