소스 정보
- 저장소
- daloopa/investing
- 최근 소스 활동
- 2026년 3월 6일 21:23
- 감지된 SKILL.md 언어
- 영어
- 스타
- 486
- 포크
- 113
설치 방법
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
소스 파일 검토
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
메뉴
기본적으로 소스를 먼저 확인하는 Prompt가 선택됩니다. 직접 명령으로 전환하거나 로컬 사본을 다운로드할 수도 있습니다.
설치 여부를 결정하기 전에 SKILL.md와 SkillsMP에 표시된 보조 파일을 읽어 보세요.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
직접 명령은 검토 Prompt를 거치지 않습니다. 실행하기 전에 소스를 확인하세요.
npx skills add https://github.com/daloopa/investing --skill update명령은 한 줄로 유지됩니다. 복사하기 전에 가로로 스크롤해 전체 내용을 확인하세요.
로컬 사본을 원하시나요? SkillsMP에서 현재 제공할 수 있는 파일을 다운로드하세요.
SKILL.md 표시 중
| name | update |
| description | Refresh existing research note and Excel model with latest data |
| argument-hint | TICKER |
Update existing coverage for the company specified by the user: $ARGUMENTS
Before starting, read ../data-access.md for data access methods and ../design-system.md for formatting conventions. Follow the data access detection logic and design system throughout this skill.
This skill refreshes existing deliverables with the latest quarterly data, highlights what changed, and re-renders both outputs.
Check for existing context files in reports/.tmp/:
reports/.tmp/{TICKER}_context.json (research note context)reports/.tmp/{TICKER}_model_context.json (model context)If neither exists, tell the user: "No existing coverage found for {TICKER}. Run /initiate {TICKER} first to create initial coverage." and stop.
Read the existing context(s) to understand what periods and data were previously gathered.
Look up the company using discover_companies. Capture company_id, latest_calendar_quarter (anchor for all period calculations — see ../data-access.md Section 1.5), and latest_fiscal_quarter. Note the firm name for report attribution (default: "Daloopa") — see ../data-access.md Section 4.5.
Compare to the periods in existing context. Determine which new quarters need to be pulled.
If no new quarters are available, tell the user: "Coverage is already current through {latest_period}. No new data to update." and stop.
Pull data for ALL periods (not just new ones) to ensure consistency:
This refreshes the entire dataset, catching any Daloopa revisions to prior quarters.
Get current prices, trading multiples, and risk-free rate (see ../data-access.md Section 2).
Also refresh peer multiples if comps data exists in context.
With updated historical data, re-run projections. If a projection engine is available (see ../data-access.md Section 5), use it. Otherwise project manually.
Save the new context alongside the old:
reports/.tmp/{TICKER}_context_new.jsonpython infra/report_differ.py --old reports/.tmp/{TICKER}_context.json --new reports/.tmp/{TICKER}_context_new.json --output reports/.tmp/{TICKER}_diff.jsonKey changes to highlight:
Search filings for the new quarter(s):
Revise the executive summary and key findings to reflect the latest quarter.
Update charts with new data points, then re-render:
Research Note:
reports/.tmp/{TICKER}_context.jsonpython infra/docx_renderer.py --template templates/research_note.docx --context reports/.tmp/{TICKER}_context.json --output reports/{TICKER}_research_note.docxExcel Model:
reports/.tmp/{TICKER}_model_context.jsonpython infra/excel_builder.py --context reports/.tmp/{TICKER}_model_context.json --output reports/{TICKER}_model.xlsxPresent a clear summary of changes to the user:
## {TICKER} Coverage Update — {new_quarter} Added
### Key Changes
- Revenue: $XX.XB vs $XX.XB prior quarter (+X.X% QoQ, +X.X% YoY)
- EPS: $X.XX vs $X.XX guidance (beat/miss by X.X%)
- Gross Margin: XX.X% vs XX.X% prior quarter (+/- XXbps)
- {other notable changes}
### Projection Updates
- {what changed in forward estimates and why}
### Valuation Impact
- DCF implied price: $XXX (was $XXX, change of +/-X%)
- Comps implied range: $XXX - $XXX
### Files Updated
- Research note: reports/{TICKER}_research_note.docx
- Excel model: reports/{TICKER}_model.xlsx
- Diff report: reports/.tmp/{TICKER}_diff.json
All financial figures must use Daloopa citation format: $X.XX million
SOC 직업 분류 기준