ソース情報
- リポジトリ
- 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 initiateコマンドは1行のまま表示されます。コピー前に横へスクロールして全体を確認してください。
ローカルで確認しますか?SkillsMP が現在取得できるファイルをダウンロードできます。
SOC 職業分類に基づく
SKILL.md を表示中
| name | initiate |
| description | Initiate coverage — generate both research note (.docx) and Excel model (.xlsx) |
| argument-hint | TICKER |
Initiate coverage on 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 is the capstone skill that produces both a research note and an Excel model from a single comprehensive data gathering pass.
Rather than running /research-note and /build-model independently (which would duplicate data gathering), this skill gathers a superset of data once, then renders both outputs.
Look up the company by ticker using discover_companies. Capture:
company_idlatest_calendar_quarter — anchor for all period calculations (see ../data-access.md Section 1.5)latest_fiscal_quarter../data-access.md Section 4.5Get market data (see ../data-access.md Section 2):
Follow the /build-model skill's Phase 2 data pull (the most comprehensive). Calculate 8-16 quarters backward from latest_calendar_quarter. Pull:
Identify 5-8 comparable companies. Get peer trading multiples (see ../data-access.md Section 2). If consensus forward estimates are available (../data-access.md Section 3), include NTM estimates. Pull peer fundamentals from Daloopa where available (revenue growth, margins).
If a projection engine is available (see ../data-access.md Section 5), use it. Otherwise project manually.
Write historical data to reports/.tmp/{TICKER}_initiate_input.json for reuse.
Search SEC filings comprehensively:
Build falsifiable bull/bear beliefs (follows /research-note methodology):
Write the executive summary, variant perception, and key findings.
If chart generation is available (see ../data-access.md Section 5), generate charts:
Skip any charts that fail; note which were generated.
Research Note (.docx):
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 (.xlsx):
reports/.tmp/{TICKER}_model_context.jsonpython infra/excel_builder.py --context reports/.tmp/{TICKER}_model_context.json --output reports/{TICKER}_model.xlsxTell the user:
reports/{TICKER}_research_note.docxreports/{TICKER}_model.xlsxreports/.tmp/ (for future updates)All financial figures must use Daloopa citation format: $X.XX million