Agent skill · Business & Finance

longbridge-peer-comparison

Cross-symbol comparison (2–5 stocks) via Longbridge — valuation (PE / PB / PS / dividend yield), current price + change, latest financial KPIs (revenue / net income / ROE), market cap. Renders as a single matrix; flags cross-currency or cross-industry caveats. Triggers: "X 和 Y 哪个值得买", "X vs Y", "几只股票对比", "同行业谁最强", "X 跟 Y 谁更便宜", "几只哪个增速快", "科技七姐妹谁最强", "X 跟 Y 對比", "X 跟 Y 哪個便宜", "X vs Y", "compare X and Y", "peer comparison", "which is more expensive", "which has higher growth".

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

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

Facts
Files in the skill folder: 2
SKILL.md size: 6 KB
Bundled scripts: none
Version: 1.0.0
Declared author: longbridge
Path: skills/analysis/longbridge-peer-comparison/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-peer-comparison Prompt-only skill that takes 2–5 symbols, runs the same per-symbol orchestration concurrently, and renders one normalised matrix. > **Response language**: match the user's input language — Simplified Chinese / Traditional Chinese / English. ## When to use - *"茅台 五粮液 哪个便宜"*, *"AAPL vs GOOG vs MSFT"* - *"NVDA AMD 哪个增速快"*, *"科技七姐妹谁最强"* - *"茅台跟 700 谁估值低"* (cross-currency + cross-industry — render with explicit disclaimer) ## Symbol-count rules | Count | Behaviour | |---|---| | 0 | Ask: *"Which symbols would you like to compare?"* | | **1** | Reroute → `longbridge-valuation` (#14) or `longbridge-fundamental` (#15) | | 2–5 | Run normally | | ≥ 6 | Ask user to narrow to 3–5 ("matrix becomes unreadable beyond 5") | ## Cross-cohort caveats - **Cross-currency** (e.g. `NVDA.US` + `600519.SH`) → render the matrix; add an explicit disclaimer at the top of the table: *"cross-currency comparison shows relative levels only; no FX conversion is applied"*. - **Cross-industry** (e.g. tech + spirits) → render the matrix; add: *"cross-industry comparison has limited meaning — valuation thresholds are not comparable"*. - **Cross-market** (different accounting standards: IFRS

What's inside
Steps it walks through
  1. When to use
  2. Symbol-count rules
  3. Cross-cohort caveats
  4. CLI
  5. Workflow
  6. Output template
  7. Output constraints
  8. Performance note
  9. Error handling
  10. MCP fallback
  11. Related skills
  12. File layout
Ships with 1 file
  • metadata.json
Commands it runs
Always check flags first, then call — example structure:
longbridge <subcommand> NVDA.US --format json
More from claude-skill-registry
All skills →
About this skill
What does the longbridge-peer-comparison skill do?

Cross-symbol comparison (2–5 stocks) via Longbridge — valuation (PE / PB / PS / dividend yield), current price + change, latest financial KPIs (revenue / net income / ROE), market cap. Renders as a single matrix; flags cross-currency or cross-industry caveats. Triggers: "X 和 Y 哪个值得买", "X vs Y", "几只股票对比", "同行业谁最强", "X 跟 Y 谁更便宜", "几只哪个增速快", "科技七姐妹谁最强", "X 跟 Y 對比", "X 跟 Y 哪個便宜", "X vs Y", "compare X and Y", "peer comparison", "which is more expensive", "which has higher growth".

How do I install it?

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