Agent skill

longbridge-harmonic

谐波形态信号引擎——基于斐波那契几何识别 XABCD 五点结构,支持 Gartley、Bat(蝙蝠)、Butterfly(蝴蝶)、Crab(螃蟹),在潜在反转区(PRZ)生成交易信号。Triggers: "谐波形态", "谐波", "Gartley", "蝙蝠形态", "蝴蝶形态", "螃蟹形态", "XABCD", "潜在反转区", "PRZ", "斐波那契形态", "諧波形態", "諧波", "蝙蝠形態", "蝴蝶形態", "螃蟹形態", "harmonic pattern", "Gartley pattern", "Bat pattern", "Butterfly pattern", "Crab pattern", "PRZ", "potential reversal zone", "fibonacci harmonic".

majiayu000github.com/majiayu000GitHub ↗
claude-codeMIT
Install
npx skills add majiayu000/claude-skill-registry --skill longbridge-harmonic --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 2
SKILL.md size: 3 KB
Bundled scripts: none
Version: 1.0.0
Declared author: longbridge
Path: skills/analysis/longbridge-harmonic/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 534
Language: HTML

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# longbridge-harmonic 谐波形态信号引擎:基于斐波那契几何关系识别 XABCD 五点结构,支持 Gartley、Bat(蝙蝠)、Butterfly(蝴蝶)、Crab(螃蟹)四种经典形态,在潜在反转区(PRZ)生成多/空方向交易信号。 > **Response language**: match the user's input language — > Simplified Chinese / Traditional Chinese / English. ## When to use - 用户询问谐波形态:*"AAPL 有没有 Gartley 形态"*、*"700.HK 蝙蝠形态分析"*、*"TSLA PRZ 在哪里"* - 检测 XABCD 结构是否满足特定谐波形态的斐波那契比率 - 判断潜在反转区(PRZ)位置,辅助入场决策 - 用户提到"蝴蝶形态"、"螃蟹形态"、"XABCD"等关键词 ## Workflow 1. 提取标的代码,标准化为 `<CODE>.<MARKET>` 格式。 2. 获取日线 OHLCV 数据(200 根 K 线): ```bash longbridge kline <SYMBOL> --period day --format json # run --help for available flags ``` 3. **Zigzag 识别摆动点**(threshold 默认 5%),取最近 5 个有效摆动点作为 X-A-B-C-D 候选。 4. **计算各段斐波那契比率**: - `AB/XA`:AB 相对于 XA 的回撤比 - `BC/AB`:BC 相对于 AB 的回撤比 - `CD/BC`:CD 相对于 BC 的延伸比 - `AD/XA`:AD 相对于 XA 的整体比(PRZ 核心) 5. **与四种标准谐波容差(±5%)比较**: | 形态 | AB/XA | BC/AB | CD/BC | AD/XA | |---|---|---|---|---| | Gartley | 0.618 | 0.382–0.886 | 1.272–1.618 | 0.786 | | Bat | 0.382–0.500 | 0.382–0.886 | 1.618–2.618 | 0.886 | | Butterfly | 0.786 | 0.382–0.886 | 1.618–2.618 | 1.272–1.618 | | Crab | 0.382–0.618 | 0.382–0.886 | 2.618–3.618 | 1.618 | 6. 匹配成功则计算 PRZ 区间(D 点目标范围),判断看多(看涨 XABCD)或看空(看跌 XABCD)方向。 7. 输出形态名称、PRZ 范围、方向、止损位。 > 若不确定 CLI 参数

What's inside
Steps it walks through
  1. When to use
  2. Workflow
  3. CLI
  4. Output
  5. Error handling
  6. MCP fallback
  7. Related skills
  8. File layout
Ships with 1 file
  • metadata.json
Commands it runs
longbridge kline <SYMBOL> --period day --format json   # run --help for available flags
longbridge kline AAPL.US --period day --format json   # run --help for available flags
longbridge kline TSLA.US --period 60m --format json
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-harmonic skill do?

谐波形态信号引擎——基于斐波那契几何识别 XABCD 五点结构,支持 Gartley、Bat(蝙蝠)、Butterfly(蝴蝶)、Crab(螃蟹),在潜在反转区(PRZ)生成交易信号。Triggers: "谐波形态", "谐波", "Gartley", "蝙蝠形态", "蝴蝶形态", "螃蟹形态", "XABCD", "潜在反转区", "PRZ", "斐波那契形态", "諧波形態", "諧波", "蝙蝠形態", "蝴蝶形態", "螃蟹形態", "harmonic pattern", "Gartley pattern", "Bat pattern", "Butterfly pattern", "Crab pattern", "PRZ", "potential reversal zone", "fibonacci harmonic".

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill longbridge-harmonic --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From majiayu000/claude-skill-registry, a repository with 534 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going