A Claude Code skill that generates comprehensive, research-backed DCF (Discounted Cash Flow) inputs for biotech asset valuation using AI-powered web research, with a simple web viewer.
This tool combines:
- Claude Code Skill (
/biobucks): AI-powered research and parameter generation - Simple Web Viewer: Self-contained HTML interface with Python server (no build step!)
When activated, Claude will:
- Gather details about your biotech asset (drug name, indication, development phase, etc.)
- Research 13 categories of parameters using live web search:
- Market size, pricing, and adoption curves
- Clinical trial costs and timelines
- Probability of success by phase
- Financial parameters (COGS, OpEx, WACC, tax rates)
- Output a comprehensive JSON file with all DCF inputs, including:
- Every parameter value with units
- Source citations with URLs
- Explanations justifying each assumption
- Confidence levels (High/Medium/Low)
- Save the JSON to
valuations/directory for viewing in the web interface
Use the /biobucks skill in Claude Code:
/biobucksThen provide details about the biotech asset. The skill will research parameters and save a JSON file to valuations/.
Start the web viewer:
python3 server.pyOpen your browser to: http://localhost:8000
The skill is already included in this repository at .claude/skills/biobucks/SKILL.md.
If you're using Claude Code in this directory, the skill will be automatically available.
To use this skill across all projects:
-
Copy the skill directory to your personal Claude skills folder:
mkdir -p ~/.claude/skills cp -r .claude/skills/biobucks ~/.claude/skills/
-
The skill will now be available in any directory when using Claude Code.