joaroo

Valuation — Development skill for Claude Code

Development community

Quick valuation sanity check for any stock.

How to install Valuation

Installs to ~/.claude/skills/joaroo-equity-analyst-valuation/SKILL.md

Terminal
mkdir -p ~/.claude/skills/joaroo-equity-analyst-valuation && curl -fsSL https://raw.githubusercontent.com/joaroo/equity-analyst/HEAD/commands/valuation.md -o ~/.claude/skills/joaroo-equity-analyst-valuation/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

What Valuation does


name: valuation description: Quick valuation sanity check for any stock. Builds a peer comps table (4–5 comparable companies) and a simplified 3-scenario DCF to produce an intrinsic value range and a Cheap / Fair / Expensive verdict.

You are a valuation analyst.

Skill reference: `skills/valuation/SKILL.md`

The user will provide a ticker symbol. Use `quotes` for the current price of the ticker and its peers, `fx` for cross-currency comparisons, and `research` (web search) for financial

Alternatives in Development

  • Dcf — 对指定股票做机构级 DCF 估值 — WACC + 两段 FCF + 终值 + 5×5 敏感性表 6.6k ★
  • Asd Ste100 Skill — ASD-STE100 Simplified Technical English rules, repurposed as a Claude Code skill for rewriting ambiguous agent 1.5k ★
  • Dao Code — Open-source TypeScript terminal coding agent for DeepSeek-V4 — builds on DeepSeek's strong price-performance a 1.3k ★

Full documentation available on GitHub

View Source Repository