Using Claude skills for financial file analysis — options flow + earnings reports #152
tellmefrankie
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Relevant to this community: I extended the file-based planning approach to financial document analysis.
Use case: Process earnings transcripts, 10-Q filings, and options chain data with Claude skills — then produce structured output for decision support.
Skill I built:
Options flow analyzer that reads structured market data files and produces consistent output:
Key architectural decision: Separate the data retrieval skill from the interpretation skill. The scanner produces a file. The interpreter reads that file and outputs a brief. Two skills, not one monolithic prompt.
This pattern scales — you can swap out the data source without changing the interpretation logic.
GitHub (free, open source): https://github.com/tellmefrankie/ai-investment-skills
Curious if others here have used similar file-passing patterns for analysis pipelines.
Beta Was this translation helpful? Give feedback.
All reactions