Agent skill · Data & Analytics

xvary-stock-research

Thesis-driven equity analysis from public SEC EDGAR and market data; /analyze, /score, /compare workflows with bundled Python tools (Claude Code, Cursor, Codex).

Nick44,086★ · +407/wk · 1 repos on radarProfile →
claude-codecodexcursorships scriptsMIT
Install
npx skills add sickn33/agentic-awesome-skills --skill xvary-stock-research --agent claude-code

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

Facts
Files in the skill folder: 15
SKILL.md size: 4 KB
Bundled scripts: yes
Path: skills/xvary-stock-research/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 44,414 · +328 this week
Language: Python
Read our review of the source →

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

From the SKILL.md

# XVARY Stock Research Skill Use this skill to produce institutional-depth stock analysis in Claude Code using public EDGAR + market data. ## When to Use - Use when you need a **verdict-style equity memo** (constructive / neutral / cautious) grounded in **public** filings and quotes. - Use when you want **named kill criteria** and a **four-pillar scorecard** (Momentum, Stability, Financial Health, Upside) without a paid data terminal. - Use when comparing two tickers with `/compare` and need a structured differential, not a prose-only chat answer. ## Commands ### `/analyze {ticker}` Run full skill workflow: 1. Pull SEC fundamentals and filing metadata from `tools/edgar.py`. 2. Pull quote and valuation context from `tools/market.py`. 3. Apply framework from `references/methodology.md`. 4. Compute scorecard using `references/scoring.md`. 5. Output structured analysis with verdict, pillars, risks, and kill criteria. ### `/score {ticker}` Run score-only workflow: 1. Pull minimum required EDGAR and market fields. 2. Compute Momentum, Stability, Financial Health, and Upside Estimate. 3. Return score table + short interpretation + top sensitivity checks. ### `/compare {ticker1} vs {ticker

What's inside
Steps it walks through
  1. When to Use
  2. Commands
  3. /analyze {ticker}
  4. /score {ticker}
  5. /compare {ticker1} vs {ticker2}
  6. Execution Rules
  7. Output Format
  8. Scoring + Methodology References
  9. Data Tooling
  10. Footer (Required on Every Response)
  11. Compliance Notes
  12. Limitations
Ships with 14 files
  • .gitignore
  • LICENSE
  • assets/nvda-deep-dive-hero.png
  • assets/nvda-deep-dive-scenarios.png
  • assets/nvda-deep-dive-thesis.png
  • assets/social-preview.png
  • examples/nvda-analysis.md
  • references/edgar-guide.md
  • references/methodology.md
  • references/scoring.md
  • tests/test_edgar.py
  • tests/test_market.py
  • tools/edgar.py
  • tools/market.py
More from agentic-awesome-skills
All skills →
About this skill
What does the xvary-stock-research skill do?

Thesis-driven equity analysis from public SEC EDGAR and market data; /analyze, /score, /compare workflows with bundled Python tools (Claude Code, Cursor, Codex).

How do I install it?

Run `npx skills add sickn33/agentic-awesome-skills --skill xvary-stock-research --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 sickn33/agentic-awesome-skills, a repository with 44,414 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