Agent skill · Data & Analytics

longbridge-corporate-events

Corporate event-driven analysis via Longbridge Securities — captures and classifies events that create pricing dislocations: major-shareholder increases/decreases, equity incentives, private placements, rights issues, buybacks, M&A/restructuring, index rebalancing, and management changes. Combines filings, corporate actions, and shareholder data to produce event signals. Triggers: "公司事件", "事件驱动", "大股东增持", "大股东减持", "股权激励", "定增", "配股", "回购", "并购重组", "指数调整", "管理层变更", "公告分析", "公司事件", "事件驅動", "大股東增持", "大股東減持", "股權激勵", "定增", "配股", "回購", "並購重組", "指數調整", "corporate event", "event-driven", "share buyba

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 7 KB
Bundled scripts: none
Version: 1.0.0
Declared author: longbridge
Path: skills/analysis/longbridge-corporate-events/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-corporate-events Event-driven analysis for a single listed company: identifies, classifies, and scores corporate events that may create short- to medium-term pricing dislocations. > **Response language**: match the user's input language — > Simplified Chinese / Traditional Chinese / English. ## When to use - *"AAPL 最近有什么大事件"*, *"700.HK corporate events"* → full event scan - *"大股东最近增持了吗"*, *"insider buying signal"* → shareholder change focus - *"NVDA 回购进展"*, *"share buyback update"* → news + corp-action focus - *"A 股并购重组信号"*, *"M&A catalyst"* → news + filing focus - *"指数调整对 XX 的影响"*, *"index rebalancing effect"* → calendar + news focus Do **not** use for financial KPIs / earnings (→ `longbridge-fundamental` / `longbridge-earnings`), real-time quotes (→ `longbridge-quote`), or deep broker-level ownership (→ `longbridge-flows`). ## Workflow 1. Resolve the user's symbol to `<CODE>.<MARKET>` (e.g. `AAPL.US`, `700.HK`, `600519.SH`). 2. Run `longbridge --help` to see available subcommands; run `longbridge <subcommand> --help` to confirm current flags for each. 3. Fetch **latest news and announcements** using the news subcommand with `--format json`. 4. Fetch **regulatory fili

What's inside
Steps it walks through
  1. When to use
  2. Workflow
  3. CLI
  4. Output
  5. Event classification table
  6. Output structure
  7. Error handling
  8. MCP fallback
  9. Related skills
  10. File layout
Ships with 1 file
  • metadata.json
Commands it runs
Discover available subcommands and their flags
longbridge --help
longbridge <subcommand> --help   # run for each subcommand before use
Latest news and announcements
longbridge <news-subcommand> AAPL.US --format json
Regulatory filings (SEC 8-K, HKEx announcements, CSRC disclosures)
longbridge <filing-subcommand> AAPL.US --format json
Corporate actions (dividends, splits, rights, buybacks)
longbridge <corp-action-subcommand> AAPL.US --format json
Major shareholder changes
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-corporate-events skill do?

Corporate event-driven analysis via Longbridge Securities — captures and classifies events that create pricing dislocations: major-shareholder increases/decreases, equity incentives, private placements, rights issues, buybacks, M&A/restructuring, index rebalancing, and management changes. Combines filings, corporate actions, and shareholder data to produce event signals. Triggers: "公司事件", "事件驱动", "大股东增持", "大股东减持", "股权激励", "定增", "配股", "回购", "并购重组", "指数调整", "管理层变更", "公告分析", "公司事件", "事件驅動", "大股東增持", "大股東減持", "股權激勵", "定增", "配股", "回購", "並購重組", "指數調整", "corporate event", "event-driven", "share buyba

How do I install it?

Run `npx skills add majiayu000/claude-skill-registry --skill longbridge-corporate-events --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