/sepa-strategy
Analyze stocks using Mark Minervini's SEPA (Specific Entry Point Analysis) methodology. Use this skill whenever the user mentions SEPA, Minervini, superperformance, trend template, VCP (Volatility Contraction Pattern), Stage 2 uptrend, stage analysis, pivot point breakout, or
$ npx -y skills add himself65/finance-skills --skill sepa-strategy --agent claude-codeHow it fires
How this skill gets triggered: by you, by Claude, or both.
- Fires itselfAuto-invocation. Claude auto-loads it when your prompt matches the work.Auto-invocation is when the right skill fires by itself at the right moment, driven by a FLOW.md router and a hook, instead of you invoking it by name. It is the difference between a skill being installed and a skill actually getting used.Read the full definition →
- You can call itInvoke it directly when you want it.
- Slash command
/sepa-strategy
Context preview
The summary Claude sees to decide when to auto-load this skill.
Analyze stocks using Mark Minervini's SEPA (Specific Entry Point Analysis) methodology. Use this skill whenever the user mentions SEPA, Minervini, superperformance, trend template, VCP (Volatility Contraction Pattern), Stage 2 uptrend, stage analysis, pivot point breakout, or
SKILL.md
sepa-strategy.SKILL.mdname: sepa-strategy
description: >
Analyze stocks using Mark Minervini's SEPA (Specific Entry Point Analysis) methodology.
Use this skill whenever the user mentions SEPA, Minervini, superperformance, trend template,
VCP (Volatility Contraction Pattern), Stage 2 uptrend, stage analysis, pivot point breakout,
or asks about growth stock screening criteria. Also triggers when the user wants to evaluate
whether a stock meets swing trading entry criteria, check moving average alignment (bullish
stacking: price above 50MA above 150MA above 200MA), assess breakout quality with volume confirmation,
calculate position sizing based on risk percentage, or identify consolidation patterns like
cup-with-handle, flat base, bull flag, or high tight flag. Use this skill even when the user
simply asks "should I buy this stock" or "is this a good setup" in the context of growth/momentum
trading, or when they share a stock chart and want pattern analysis.
SEPA Strategy Analysis
Analyze stocks using Mark Minervini's SEPA (Specific Entry Point Analysis) framework — a complete system for identifying high-probability growth stock entries with strict risk management.
**Core philosophy:** Buy the right stock, in the right stage, at a precise entry point, with strict risk controls. Win rate is ~50-55% — profitability comes from asymmetric risk/reward (small losses, large gains), not from predicting direction.
> This skill is for educational/analytical purposes only. It does not constitute investment advice. Never execute trades based solely on this analysis.
---
Step 1: Gather Stock Data
Collect the following data for the stock. Use yfinance, funda-data, or any available market data tool.
| Data needed | Purpose | |---|---| | Current price | Trend template check | | 50-day, 150-day, 200-day moving averages | MA alignment verification | | 52-week high and low | Price position check | | 200MA value from 1 month ago and 4-5 months ago | MA200 slope direction | | 20-day average volume + today's volume | Volume ratio analysis | | Recent quarterly EPS (last 3-4 quarters) | EPS growth & acceleration | | Annual EPS (last 3 years) | Long-term growth trend | | Recent quarterly revenue (last 3-4 quarters) | Revenue growth check | | Gross margin and net margin trend | Margin health | | Institutional ownership changes (if available) | Smart money signal | | RS rating or 12-month relative performance vs S&P 500 | Relative strength | | Price history for pattern recognition | VCP / chart pattern analysis |
If certain data is unavailable, note it and proceed with what you have. Missing RS rating is a significant gap — flag it.
---
Step 2: Stage Analysis — Identify the Current Stage
Every stock cycles through four stages. Read `references/stage-analysis.md` for full details.
Determine which stage the stock is in:
| Stage | Characteristics | Action | |---|---|---| | **Stage 1** — Basing | Price near 200MA, MA flat/declining, MAs tangled, low volume | Do nothing, wait | | **Stage 2** — Advancing | Making higher highs/lows, bullish MA alignment, volume on up days | **Only stage to buy** | | **Stage 3** — Topping | Wide swings at highs, frequent false breakouts, heavy volume without progress | Reduce, no new positions | | **Stage 4** — Declining | Below all MAs, bearish alignment, bounces are selling opportunities | Full cash, stay away |
If the stock is NOT in Stage 2, stop here and tell the user. No further analysis needed.
Within Stage 2, count the base number (how many consolidation-then-breakout cycles have occurred):
- **Base 1-2**: Safest, most upside potential — full position
- **Base 3-4**: Still valid but reduce position size
- **Base 5-6**: Late stage — half position at most
- **Base 7+**: Avoid — likely transitioning to Stage 3
---
Step 3: Trend Template — 8 Mandatory Conditions
All 8 conditions must be met simultaneously. If any fails, the stock does not qualify. Read `references/trend-template.md` for detailed explanations.
Present results as a checklist:
| # | Condition | Status | Value | |---|---|---|---| | 1 | Price > 150MA and Price > 200MA | Pass/Fail | [actual values] | | 2 | 150MA > 200MA | Pass/Fail | [actual values] | | 3 | 200MA trending up for ≥1 month (ideally 4-5 months) | Pass/Fail | [slope data] | | 4 | 50MA > 150MA and 50MA > 200MA | Pass/Fail | [actual values] | | 5 | Price > 50MA | Pass/Fail | [actual values] | | 6 | Price ≥ 30% above 52-week low | Pass/Fail | [% above low] | | 7 | Price within 25% of 52-week high | Pass/Fail | [% from high] | | 8 | Relative Strength > 70th percentile (prefer 85-90+) | Pass/Fail/Unknown | [RS if available] |
**Memory aid:** Conditions 1-5 = "MA staircase" (Price > 50MA > 150MA > 200MA, 200MA rising). Conditions 6-7 = "Price position" (far from low, near high). Condition 8 = "Relative strength" (market leader).
---
Step 4: Fundamental Check
Strong fundamentals separate real leaders from momentum-only stocks. Read `references/fundamentals.md` for thresholds and rating criteria.
Check these in order of importance:
1. **Quarterly EPS growth ≥ 20%** (prefer 25-50%+). Below 20% = disqualify. 2. **EPS acceleration**: Current quarter growth > prior quarter growth. Deceleration (even with positive growth) is a warning. 3. **Annual EPS growth ≥ 25%** for each of the past 3 years. 4. **Revenue growth ≥ 15%** annually, ≥ 20-25% quarterly preferred. If EPS grows but revenue doesn't, the growth is likely from cost-cutting (unsustainable). 5. **Margin trend**: Gross and net margins stable or expanding = healthy. Contracting margins even with EPS growth = red flag. 6. **Institutional ownership increasing**: Smart money accumulating = fuel for Stage 2 move. 7. **Catalyst**: New product, FDA approval, major contract, market expansion, etc. Stocks with catalysts can run 50-100%+; without, typically 15-25%.
Rate fundamentals: **A** (EPS >30%, positive, revenue growing) / **B** (15-30%) / **C** (0-15%) / **D** (negative — s
Read more
name: sepa-strategy description: > Analyze stocks using Mark Minervini's SEPA (Specific Entry Point Analysis) methodology. Use this skill whenever the user mentions SEPA, Minervini, superperformance, trend template, VCP (Volatility Contraction Pattern), Stage 2 uptrend, stage analysis, pivot point breakout, or asks about growth stock screening criteria. Also triggers when the user wants to evaluate whether a stock meets swing trading entry criteria, check moving average alignment (bullish stacking: price above 50MA above 150MA above 200MA), assess breakout quality with volume confirmation, calculate position sizing based on risk percentage, or identify consolidation patterns like cup-with-handle, flat base, bull flag, or high tight flag. Use this skill even when the user simply asks "should I buy this stock" or "is this a good setup" in the context of growth/momentum trading, or when they share a stock chart and want pattern analysis.
SEPA Strategy Analysis
Analyze stocks using Mark Minervini's SEPA (Specific Entry Point Analysis) framework — a complete system for identifying high-probability growth stock entries with strict risk management.
**Core philosophy:** Buy the right stock, in the right stage, at a precise entry point, with strict risk controls. Win rate is ~50-55% — profitability comes from asymmetric risk/reward (small losses, large gains), not from predicting direction.
> This skill is for educational/analytical purposes only. It does not constitute investment advice. Never execute trades based solely on this analysis.
---
Step 1: Gather Stock Data
Collect the following data for the stock. Use yfinance, funda-data, or any available market data tool.
| Data needed | Purpose | |---|---| | Current price | Trend template check | | 50-day, 150-day, 200-day moving averages | MA alignment verification | | 52-week high and low | Price position check | | 200MA value from 1 month ago and 4-5 months ago | MA200 slope direction | | 20-day average volume + today's volume | Volume ratio analysis | | Recent quarterly EPS (last 3-4 quarters) | EPS growth & acceleration | | Annual EPS (last 3 years) | Long-term growth trend | | Recent quarterly revenue (last 3-4 quarters) | Revenue growth check | | Gross margin and net margin trend | Margin health | | Institutional ownership changes (if available) | Smart money signal | | RS rating or 12-month relative performance vs S&P 500 | Relative strength | | Price history for pattern recognition | VCP / chart pattern analysis |
If certain data is unavailable, note it and proceed with what you have. Missing RS rating is a significant gap — flag it.
---
Step 2: Stage Analysis — Identify the Current Stage
Every stock cycles through four stages. Read `references/stage-analysis.md` for full details.
Determine which stage the stock is in:
| Stage | Characteristics | Action | |---|---|---| | **Stage 1** — Basing | Price near 200MA, MA flat/declining, MAs tangled, low volume | Do nothing, wait | | **Stage 2** — Advancing | Making higher highs/lows, bullish MA alignment, volume on up days | **Only stage to buy** | | **Stage 3** — Topping | Wide swings at highs, frequent false breakouts, heavy volume without progress | Reduce, no new positions | | **Stage 4** — Declining | Below all MAs, bearish alignment, bounces are selling opportunities | Full cash, stay away |
If the stock is NOT in Stage 2, stop here and tell the user. No further analysis needed.
Within Stage 2, count the base number (how many consolidation-then-breakout cycles have occurred):
- **Base 1-2**: Safest, most upside potential — full position
- **Base 3-4**: Still valid but reduce position size
- **Base 5-6**: Late stage — half position at most
- **Base 7+**: Avoid — likely transitioning to Stage 3
---
Step 3: Trend Template — 8 Mandatory Conditions
All 8 conditions must be met simultaneously. If any fails, the stock does not qualify. Read `references/trend-template.md` for detailed explanations.
Present results as a checklist:
| # | Condition | Status | Value | |---|---|---|---| | 1 | Price > 150MA and Price > 200MA | Pass/Fail | [actual values] | | 2 | 150MA > 200MA | Pass/Fail | [actual values] | | 3 | 200MA trending up for ≥1 month (ideally 4-5 months) | Pass/Fail | [slope data] | | 4 | 50MA > 150MA and 50MA > 200MA | Pass/Fail | [actual values] | | 5 | Price > 50MA | Pass/Fail | [actual values] | | 6 | Price ≥ 30% above 52-week low | Pass/Fail | [% above low] | | 7 | Price within 25% of 52-week high | Pass/Fail | [% from high] | | 8 | Relative Strength > 70th percentile (prefer 85-90+) | Pass/Fail/Unknown | [RS if available] |
**Memory aid:** Conditions 1-5 = "MA staircase" (Price > 50MA > 150MA > 200MA, 200MA rising). Conditions 6-7 = "Price position" (far from low, near high). Condition 8 = "Relative strength" (market leader).
---
Step 4: Fundamental Check
Strong fundamentals separate real leaders from momentum-only stocks. Read `references/fundamentals.md` for thresholds and rating criteria.
Check these in order of importance:
1. **Quarterly EPS growth ≥ 20%** (prefer 25-50%+). Below 20% = disqualify. 2. **EPS acceleration**: Current quarter growth > prior quarter growth. Deceleration (even with positive growth) is a warning. 3. **Annual EPS growth ≥ 25%** for each of the past 3 years. 4. **Revenue growth ≥ 15%** annually, ≥ 20-25% quarterly preferred. If EPS grows but revenue doesn't, the growth is likely from cost-cutting (unsustainable). 5. **Margin trend**: Gross and net margins stable or expanding = healthy. Contracting margins even with EPS growth = red flag. 6. **Institutional ownership increasing**: Smart money accumulating = fuel for Stage 2 move. 7. **Catalyst**: New product, FDA approval, major contract, market expansion, etc. Stocks with catalysts can run 50-100%+; without, typically 15-25%.
Rate fundamentals: **A** (EPS >30%, positive, revenue growing) / **B** (15-30%) / **C** (0-15%) / **D** (negative — s
This project is for educational and informational purposes only. Nothing here constitutes financial advice. Always do your own research and consult a qualified financial advisor before making investment decisions.
Repo: himself65/finance-skills
Other skills on finance-skills.
- /finance-sentiment
Fetch structured stock sentiment across Reddit, X.com, news, and Polymarket using the Adanos Finance API. Use this skill whenever the user asks how much people are talking about a stock, how hot a ticker is on social platforms, how many Polymarket bets exist for a company,
Open skill - /fintel-data
Query Fintel (fintel.io) institutional market intelligence via the REST API at https://api.fintel.io/v1 with FINTEL_API_KEY (X-API-KEY header), or the official MCP server at https://mcp.fintel.io/mcp. Read-only data: short interest, borrow rate/fee and shares available to
Open skill - /funda-data
Query Funda AI financial data via two surfaces: the MCP server at https://funda.ai/api/mcp for analyst-grade research synthesis (DCF, comps, earnings previews/recaps, sector deep-dives, SEC filings, transcripts, supply-chain mapping, ownership flow, macro framing) via the
Open skill - /hormuz-strait
Check the current status of the Strait of Hormuz — shipping transit data, oil price impact, stranded vessels, insurance risk levels, diplomatic developments, and global trade impact. Use this skill whenever the user asks about the Strait of Hormuz, Hormuz chokepoint, Persian
Open skill - /hyperliquid-reader
Read Hyperliquid (app.hyperliquid.xyz) perp + spot market data via opencli (read-only, public info API). Use whenever the user wants Hyperliquid perpetual or spot markets, mark/oracle/mid prices, 24h change, funding rates (hourly or annualized APR), open interest, volume, the L2
Open skill - /tradingview-reader
Read TradingView desktop app for market data, news, alerts, watchlists, and screener results using opencli (read-only). Use this skill whenever the user wants quotes, options chains, options expiries, screener results across stocks/crypto/forex/futures/bonds,
Open skill

